org.jmol.shape
Class Axes
java.lang.Object
org.jmol.shape.Shape
org.jmol.shape.FontShape
org.jmol.shape.FontLineShape
org.jmol.shape.Axes
public class Axes
- extends FontLineShape
Constructor Summary |
Axes()
|
Methods inherited from class org.jmol.shape.Shape |
appendCmd, checkBoundsMinMax, checkObjectClicked, checkObjectDragged, checkObjectHovered, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColorCommand, getColorCommand, getFontCommand, getIndexFromName, getProperty, getShapeCommands, getShapeCommands, getShapeDetail, getSize, getSize, getViewer, initializeShape, initModelSet, merge, setColix, setColix, setColix, setModelClickability, setModelSet, setShapeProperty, setShapeSize, setSize, setSize, setStateInfo, setStateInfo, setVisibilityFlags, wasClicked |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
axisXY
Point3f axisXY
scale
float scale
fixedOrigin
private Point3f fixedOrigin
originPoint
final Point3f originPoint
axisPoints
final Point3f[] axisPoints
pt0
static final Point3f pt0
labels
String[] labels
ptTemp
final Point3f ptTemp
MIN_AXIS_LEN
private static final float MIN_AXIS_LEN
- See Also:
- Constant Field Values
corner
Vector3f corner
Axes
public Axes()
getOriginPoint
Point3f getOriginPoint(boolean isDataFrame)
getAxisPoint
Point3f getAxisPoint(int i,
boolean isDataFrame)
setProperty
public void setProperty(String propertyName,
Object value,
BitSet bs)
- Description copied from class:
Shape
- may come from any source -- executed AFTER a shape's own setProperty method
- Overrides:
setProperty
in class FontLineShape
initShape
public void initShape()
- Overrides:
initShape
in class FontShape
getProperty
public Object getProperty(String property,
int index)
- Overrides:
getProperty
in class Shape
setScale
void setScale(float scale)
getShapeState
public String getShapeState()
- Overrides:
getShapeState
in class FontLineShape