CLASS_KEY, COLOR_PREFIX, ITEM_KEY| Constructor and Description |
|---|
Dot3D(float x,
float y,
float z,
java.awt.Color color)
Creates a new
Dot3D instance. |
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, setPropertypublic Dot3D(float x, float y, float z, java.awt.Color color)
Dot3D instance.x - the x-coordinate.y - the y-coordinate.z - the z-coordinate.color - the color (null not permitted).