Package | Description |
---|---|
graphVisualizer.utils.x3d |
This package contains the x3d-specific utilities of the
graph visualizer.
|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Method and Description |
---|---|
static X3DGeometryNode |
X3DCreator.createSimpleGeometry(String namespace,
String name,
SimpleGeometryType geometryType,
SFFloat xDimension,
SFFloat yDimension,
SFFloat zDimension,
SFBool isSolid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Shape |
X3DCreator.createShape(String namespace,
String name,
X3DGeometryNode geometry,
X3DAppearanceNode appearance)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Box
Java class for an X3D Box.
|
class |
Cone
Java class for an X3D Cone.
|
class |
Cylinder
Java class for an X3D Cylinder.
|
class |
Sphere
Java class for an X3D Sphere.
|
class |
Text
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected X3DGeometryNode |
X3DShapeNode.geometry
The geometry contained in the X3DShapeNode.
|
Modifier and Type | Method and Description |
---|---|
X3DGeometryNode |
X3DShapeNode.getGeometry()
Gets the value of the geometry property.
|
Modifier and Type | Method and Description |
---|---|
void |
X3DShapeNode.setGeometry(X3DGeometryNode geometry)
Sets the value of the geometry property.
|
Constructor and Description |
---|
Shape(X3DGeometryNode geometry,
Appearance appearance)
Creates a new Shape with the provided geometry and appearance.
|
X3DShapeNode(X3DGeometryNode geometry,
X3DAppearanceNode appearance)
Creates an X3DShapeNode with the provided geometry and appearance.
|