java.lang.Object
org.jfree.chart3d.graphics3d.Object3D
org.jfree.chart3d.graphics3d.Dot3D
A 3D object that is simply a dot (single vertex).
-
Field Summary
Fields inherited from class org.jfree.chart3d.graphics3d.Object3D
CLASS_KEY, COLOR_PREFIX, ITEM_KEY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jfree.chart3d.graphics3d.Object3D
addDoubleSidedFace, addFace, addFace, addFace, addVertex, addVertex, calculateEyeCoordinates, calculateProjectedPoints, createBar, createBox, createCube, createLabelObject, createOctahedron, createPieLabelMarkers, createPieSegment, createSphere, createTetrahedron, createYSheet, createZSheet, getColor, getColor, getFaceCount, getFaces, getOutline, getOutline, getProperty, getVertexCount, setOutline, setProperty
-
Constructor Details
-
Dot3D
Creates a newDot3D
instance.- Parameters:
x
- the x-coordinate.y
- the y-coordinate.z
- the z-coordinate.color
- the color (null
not permitted).
-