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 Material |
X3DCreator.createMaterial(String namespace,
String name,
SFColor diffuseColor,
SFColor specularColor,
SFColor emissiveColor,
SFFloat shininess,
SFFloat ambientIntensity,
SFFloat transparency)
Deprecated.
|
Material |
IEdgeFactory.getEdgeMaterial()
Deprecated.
|
Material |
DefaultEdgeFactory.getEdgeMaterial()
Deprecated.
|
Material |
ILabelFactory.getLabelMaterial()
Deprecated.
|
Material |
DefaultLabelFactory.getLabelMaterial()
Deprecated.
|
Material |
INodeFactory.getNodeMaterial()
Deprecated.
|
Material |
DefaultNodeFactory.getNodeMaterial()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Appearance |
X3DCreator.createAppearance(String namespace,
String name,
Material material,
FillProperties fillProperties,
LineProperties lineProperties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Material |
ObjectFactory.createMaterial()
Create an instance of
Material |