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 Shape |
X3DCreator.createShape(String namespace,
String name,
X3DGeometryNode geometry,
X3DAppearanceNode appearance)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Appearance
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected X3DAppearanceNode |
X3DShapeNode.appearance
The appearance of the X3DShapeNode.
|
Modifier and Type | Method and Description |
---|---|
X3DAppearanceNode |
ObjectFactory.createX3DAppearanceNode()
Create an instance of
X3DAppearanceNode |
X3DAppearanceNode |
X3DShapeNode.getAppearance()
Gets the value of the appearance property.
|
Modifier and Type | Method and Description |
---|---|
void |
X3DShapeNode.setAppearance(X3DAppearanceNode value)
Sets the value of the appearance property.
|
Constructor and Description |
---|
X3DShapeNode(X3DGeometryNode geometry,
X3DAppearanceNode appearance)
Creates an X3DShapeNode with the provided geometry and appearance.
|