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 |
---|---|
MFFloat |
ObjectFactory.createMFFloat() |
Modifier and Type | Field and Description |
---|---|
protected MFFloat |
NavigationInfo.avatarSize |
protected MFFloat |
Viewport.clipBoundary |
protected MFFloat |
X3DBackgroundNode.groundAngle |
protected MFFloat |
Text.length |
protected MFFloat |
LOD.range |
protected MFFloat |
X3DBackgroundNode.skyAngle |
protected MFFloat |
NavigationInfo.transitionTime |
protected MFFloat |
MetadataFloat.value |
Modifier and Type | Method and Description |
---|---|
MFFloat |
NavigationInfo.getAvatarSize()
Gets the value of the avatarSize property.
|
MFFloat |
Viewport.getClipBoundary()
Gets the value of the clipBoundary property.
|
MFFloat |
X3DBackgroundNode.getGroundAngle()
Gets the value of the groundAngle property.
|
MFFloat |
Text.getLength()
Gets the value of the length property.
|
MFFloat |
LOD.getRange()
Gets the value of the range property.
|
MFFloat |
X3DBackgroundNode.getSkyAngle()
Gets the value of the skyAngle property.
|
MFFloat |
NavigationInfo.getTransitionTime()
Gets the value of the transitionTime property.
|
MFFloat |
MetadataFloat.getValue()
Gets the value of the value property.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewport.setClipBoundary(MFFloat value)
Sets the value of the clipBoundary property.
|
void |
X3DBackgroundNode.setGroundAngle(MFFloat value)
Sets the value of the groundAngle property.
|
void |
Text.setLength(MFFloat value)
Sets the value of the length property.
|
void |
LOD.setRange(MFFloat value)
Sets the value of the range property.
|
void |
X3DBackgroundNode.setSkyAngle(MFFloat value)
Sets the value of the skyAngle property.
|
void |
MetadataFloat.setValue(MFFloat value)
Sets the value of the value property.
|