Package org.jmol.shape
Class FontLineShape
- java.lang.Object
-
- org.jmol.shape.Shape
-
- org.jmol.shape.FontLineShape
-
-
Field Summary
Fields Modifier and Type Field Description javajs.awt.Font
font3d
TickInfo[]
tickInfos
-
Fields inherited from class org.jmol.shape.Shape
bsColixSet, bsSizeSet, isBioShape, ms, myType, RADIUS_MAX, shapeID, translucentAllowed, translucentLevel, vf, vwr
-
-
Constructor Summary
Constructors Constructor Description FontLineShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getShapeState()
void
initShape()
protected void
setPropFLS(java.lang.String propertyName, java.lang.Object value)
-
Methods inherited from class org.jmol.shape.Shape
appendCmd, checkBoundsMinMax, checkObjectClicked, checkObjectDragged, checkObjectHovered, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColixA, getColixB, getColixI, getColorCommand, getColorCommandUnk, getFontCommand, getIndexFromName, getProperty, getPropertyData, getPropShape, getShapeDetail, getSize, getSizeG, getTranslucentLabel, initializeShape, initModelSet, replaceGroup, setAtomClickability, setModelSet, setModelVisibilityFlags, setProperty, setPropS, setShapeSizeRD, setSize, setSizeRD, wasClicked
-
-
-
-
Field Detail
-
tickInfos
public TickInfo[] tickInfos
-
font3d
public javajs.awt.Font font3d
-
-
Method Detail
-
setPropFLS
protected void setPropFLS(java.lang.String propertyName, java.lang.Object value)
-
getShapeState
public java.lang.String getShapeState()
- Specified by:
getShapeState
in classShape
-
-