public class Axes extends FontLineShape
Modifier and Type | Field and Description |
---|---|
(package private) P3[] |
axisPoints |
P3 |
axisXY |
(package private) V3 |
corner |
private P3 |
fixedOrigin |
java.lang.String[] |
labels |
private static float |
MIN_AXIS_LEN |
(package private) P3 |
originPoint |
(package private) static P3 |
pt0 |
(package private) P3 |
ptTemp |
float |
scale |
mad, tickInfos
bsColixSet, bsSizeSet, gdata, isBioShape, modelSet, myVisibilityFlag, RADIUS_MAX, shapeID, translucentAllowed, translucentLevel, viewer
Constructor and Description |
---|
Axes() |
Modifier and Type | Method and Description |
---|---|
P3 |
getAxisPoint(int i,
boolean isDataFrame) |
P3 |
getOriginPoint(boolean isDataFrame) |
java.lang.Object |
getProperty(java.lang.String property,
int index) |
java.lang.String |
getShapeState() |
void |
initShape() |
void |
setProperty(java.lang.String propertyName,
java.lang.Object value,
BS bs)
may come from any source -- executed AFTER a shape's own setProperty method
|
(package private) void |
setScale(float scale) |
setPropFLS
appendCmd, checkBoundsMinMax, checkObjectClicked, checkObjectDragged, checkObjectHovered, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColixA, getColixB, getColixI, getColorCommand, getColorCommandUnk, getFontCommand, getIndexFromName, getPropertyData, getShapeDetail, getSize, getSizeG, getTranslucentLabel, getViewer, initializeShape, initModelSet, merge, setModelClickability, setModelSet, setPropS, setShapeSizeRD, setSize, setSizeRD, setVisibilityFlags, wasClicked
public P3 axisXY
public float scale
private P3 fixedOrigin
final P3 originPoint
final P3[] axisPoints
static final P3 pt0
public java.lang.String[] labels
final P3 ptTemp
private static final float MIN_AXIS_LEN
V3 corner
public P3 getOriginPoint(boolean isDataFrame)
public P3 getAxisPoint(int i, boolean isDataFrame)
public void setProperty(java.lang.String propertyName, java.lang.Object value, BS bs)
Shape
setProperty
in class Shape
public java.lang.Object getProperty(java.lang.String property, int index)
getProperty
in class Shape
void setScale(float scale)
public java.lang.String getShapeState()
getShapeState
in class FontLineShape