public class J3DPointString extends J3DGeomGroup<PointString>
Modified by: Joseph A. Huwaldt
USERDATA_KEY
Constructor and Description |
---|
J3DPointString(GeomSSCanvas3D canvas,
PointString geometry)
Construct a J3DPointString using the specified PointString as a reference.
|
Modifier and Type | Method and Description |
---|---|
Node |
cloneNode(boolean forceDuplicate)
Creates a new instance of the node.
|
void |
setRenderType(RenderType type)
Set the render type used for this group.
|
getDefaultRenderingPrefs, getGeomElement, getRenderingPrefs, getRenderType, isDisplayed, isMirrored, setDefaultRenderingPrefs, setDisplayed, setDrawTolerance, setLineColor, setLineWidth, setMirrored, setPointColor, setPointSize
public J3DPointString(GeomSSCanvas3D canvas, PointString geometry)
canvas
- The canvas that the geometry is being rendered into.geometry
- The GeomSS geometry to be turned into a Java3D node.public void setRenderType(RenderType type)
setRenderType
in class J3DGeomGroup<PointString>
type
- Value indicating the way that some objects should be rendered.J3DGeomGroup.getRenderType()
public Node cloneNode(boolean forceDuplicate)
cloneTree
to duplicate the current node.forceDuplicate
- when set to true
, causes the
duplicateOnCloneTree
flag to be ignored. When
false
, the value of each node's
duplicateOnCloneTree
variable determines whether
NodeComponent data is duplicated or copied.