Package org.jmol.shape
Class Bbcage
- java.lang.Object
-
- org.jmol.shape.Shape
-
- org.jmol.shape.FontLineShape
-
- org.jmol.shape.Bbcage
-
public class Bbcage extends FontLineShape
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isVisible
-
Fields inherited from class org.jmol.shape.FontLineShape
font3d, 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 Bbcage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initShape()
void
setModelVisibilityFlags(javajs.util.BS bs)
void
setProperty(java.lang.String propertyName, java.lang.Object value, javajs.util.BS bs)
-
Methods inherited from class org.jmol.shape.FontLineShape
getShapeState, setPropFLS
-
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, setPropS, setShapeSizeRD, setSize, setSizeRD, wasClicked
-
-
-
-
Method Detail
-
setProperty
public void setProperty(java.lang.String propertyName, java.lang.Object value, javajs.util.BS bs)
- Specified by:
setProperty
in classShape
-
initShape
public void initShape()
- Overrides:
initShape
in classFontLineShape
-
setModelVisibilityFlags
public void setModelVisibilityFlags(javajs.util.BS bs)
- Overrides:
setModelVisibilityFlags
in classShape
-
-