Package | Description |
---|---|
graphVisualizer.utils.x3d |
This package contains the x3d-specific utilities of the
graph visualizer.
|
x3d.fields |
This package contains the x3d field types.
|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Method and Description |
---|---|
static Background |
X3DCreator.createBackground(String namespace,
String name,
MFFloat groundAngles,
MFFloat skyAngles,
MFColor groundColors,
MFColor skyColors)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MFColor |
ObjectFactory.createMFColor() |
Modifier and Type | Field and Description |
---|---|
protected MFColor |
X3DBackgroundNode.groundColor |
protected MFColor |
X3DBackgroundNode.skyColor |
Modifier and Type | Method and Description |
---|---|
MFColor |
X3DBackgroundNode.getGroundColor()
Gets the value of the groundColor property.
|
MFColor |
X3DBackgroundNode.getSkyColor()
Gets the value of the skyColor property.
|
Modifier and Type | Method and Description |
---|---|
void |
X3DBackgroundNode.setGroundColor(MFColor value)
Sets the value of the groundColor property.
|
void |
X3DBackgroundNode.setSkyColor(MFColor value)
Sets the value of the skyColor property.
|