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 |
---|---|
Transform |
IEdgeFactory.createEdgeBetweenPoints(String namespace,
String name,
SFVec3f sourcePoint,
SFVec3f targetPoint)
Deprecated.
|
Transform |
DefaultEdgeFactory.createEdgeBetweenPoints(String namespace,
String name,
SFVec3f sourcePoint,
SFVec3f targetPoint)
Deprecated.
|
static Transform |
X3DCreator.createEdgeBetweenTwoPoints(String namespace,
String name,
SFVec3f sourcePoint,
SFVec3f targetPoint,
SFFloat edgeWidth,
Appearance appearance)
Deprecated.
|
Transform |
ILabelFactory.createLabelAtLocation(String namespace,
String name,
String text,
SFVec3f location,
SFVec3f offset)
Deprecated.
|
Transform |
DefaultLabelFactory.createLabelAtLocation(String namespace,
String name,
String text,
SFVec3f location,
SFVec3f offset)
Deprecated.
|
static Transform |
X3DCreator.createLabelAtPosition(String namespace,
String name,
String text,
SFVec3f position,
SFVec3f offset,
SFFloat size,
Boolean billboardLabel,
Appearance appearance)
Deprecated.
|
Transform |
INodeFactory.createNodeAtLocation(String namespace,
String name,
SFVec3f nodeLocation)
Deprecated.
|
Transform |
DefaultNodeFactory.createNodeAtLocation(String namespace,
String name,
SFVec3f nodeLocation)
Deprecated.
|
static Transform |
X3DCreator.createNodeAtPosition(String namespace,
String name,
SFVec3f position,
SimpleGeometryType geometryType,
Appearance appearance)
Deprecated.
|
static Transform |
X3DCreator.transformObjects(String namespace,
String name,
SFVec3f center,
SFVec3f translation,
SFRotation rotation,
SFRotation scaleOrientation,
SFVec3f scale,
X3DNode... objects)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Transform |
ObjectFactory.createTransform()
Create an instance of
Transform |