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 FillProperties |
X3DAppearanceNode.fillProperties |
Modifier and Type | Method and Description |
---|---|
FillProperties |
ObjectFactory.createFillProperties()
Create an instance of
FillProperties |
FillProperties |
X3DAppearanceNode.getFillProperties()
Gets the value of the fillProperties property.
|
Modifier and Type | Method and Description |
---|---|
void |
X3DAppearanceNode.setFillProperties(FillProperties fillProperties)
Sets the value of the fillProperties property.
|