| 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 Appearance |
X3DCreator.createAppearance(String namespace,
String name,
Material material,
FillProperties fillProperties,
LineProperties lineProperties)
Deprecated.
|
Appearance |
IEdgeFactory.getEdgeAppearance()
Deprecated.
|
Appearance |
DefaultEdgeFactory.getEdgeAppearance()
Deprecated.
|
Appearance |
ILabelFactory.getLabelAppearance()
Deprecated.
|
Appearance |
DefaultLabelFactory.getLabelAppearance()
Deprecated.
|
Appearance |
INodeFactory.getNodeAppearance()
Deprecated.
|
Appearance |
DefaultNodeFactory.getNodeAppearance()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Transform |
X3DCreator.createEdgeBetweenTwoPoints(String namespace,
String name,
SFVec3f sourcePoint,
SFVec3f targetPoint,
SFFloat edgeWidth,
Appearance appearance)
Deprecated.
|
static Transform |
X3DCreator.createLabelAtPosition(String namespace,
String name,
String text,
SFVec3f position,
SFVec3f offset,
SFFloat size,
Boolean billboardLabel,
Appearance appearance)
Deprecated.
|
static Transform |
X3DCreator.createNodeAtPosition(String namespace,
String name,
SFVec3f position,
SimpleGeometryType geometryType,
Appearance appearance)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Appearance |
ObjectFactory.createAppearance()
Create an instance of
Appearance |
| Constructor and Description |
|---|
Shape(X3DGeometryNode geometry,
Appearance appearance)
Creates a new Shape with the provided geometry and appearance.
|