| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected LineProperties |
X3DAppearanceNode.lineProperties |
| Modifier and Type | Method and Description |
|---|---|
LineProperties |
ObjectFactory.createLineProperties()
Create an instance of
LineProperties |
LineProperties |
X3DAppearanceNode.getLineProperties()
Gets the value of the lineProperties property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X3DAppearanceNode.setLineProperties(LineProperties lineProperties)
Sets the value of the lineProperties property.
|