Package org.jmol.shape
Class Halos
- java.lang.Object
-
- org.jmol.shape.Shape
-
- org.jmol.shape.AtomShape
-
- org.jmol.shape.Halos
-
public class Halos extends AtomShape
-
-
Field Summary
Fields Modifier and Type Field Description BS
bsHighlight
short
colixHighlight
short
colixSelection
-
Fields inherited from class org.jmol.shape.AtomShape
ac, atoms, bsSizeDefault, colixes, isActive, mad, mads, monomerCount, paletteIDs
-
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 Halos()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
initState()
void
setModelVisibilityFlags(BS bs)
void
setProperty(java.lang.String propertyName, java.lang.Object value, BS bs)
-
Methods inherited from class org.jmol.shape.AtomShape
checkColixLength, getInfoAsString, getShapeState, getSize, initModelSet, initShape, setAtomClickability, setColixAndPalette, setPropAS, setSize, setSize2, setSizeRD, setSizeRD2
-
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, getSizeG, getTranslucentLabel, initializeShape, replaceGroup, setModelSet, setPropS, setShapeSizeRD, wasClicked
-
-
-
-
Field Detail
-
colixSelection
public short colixSelection
-
bsHighlight
public BS bsHighlight
-
colixHighlight
public short colixHighlight
-
-
Method Detail
-
initState
void initState()
-
setProperty
public void setProperty(java.lang.String propertyName, java.lang.Object value, BS bs)
- Specified by:
setProperty
in classShape
-
setModelVisibilityFlags
public void setModelVisibilityFlags(BS bs)
- Overrides:
setModelVisibilityFlags
in classShape
-
-