org.jmol.shape

Class Axes

public class Axes extends FontLineShape

Field Summary
Point3f[]axisPoints
Point3faxisXY
Vector3fcorner
static floatMIN_AXIS_LEN
Point3foriginPoint
static Point3fpt0
Point3fptTemp
floatscale
static Point3f[]unitAxisPoints
Method Summary
Point3fgetAxisPoint(int i, boolean isDataFrame)
Point3fgetOriginPoint(boolean isDataFrame)
ObjectgetProperty(String property, int index)
StringgetShapeState()
voidinitShape()
voidsetProperty(String propertyName, Object value, BitSet bs)
voidsetScale(float scale)

Field Detail

axisPoints

final Point3f[] axisPoints

axisXY

Point3f axisXY

corner

Vector3f corner

MIN_AXIS_LEN

private static final float MIN_AXIS_LEN

originPoint

final Point3f originPoint

pt0

static final Point3f pt0

ptTemp

final Point3f ptTemp

scale

float scale

unitAxisPoints

private static final Point3f[] unitAxisPoints

Method Detail

getAxisPoint

Point3f getAxisPoint(int i, boolean isDataFrame)

getOriginPoint

Point3f getOriginPoint(boolean isDataFrame)

getProperty

public Object getProperty(String property, int index)

getShapeState

public String getShapeState()

initShape

public void initShape()

setProperty

public void setProperty(String propertyName, Object value, BitSet bs)

setScale

void setScale(float scale)