Package org.jmol.shapespecial
Class Dots
- java.lang.Object
-
- org.jmol.shape.Shape
-
- org.jmol.shape.AtomShape
-
- org.jmol.shapespecial.Dots
-
- Direct Known Subclasses:
GeoSurface
public class Dots extends AtomShape
-
-
Field Summary
Fields Modifier and Type Field Description private BSbsIgnore(package private) BSbsOnprivate BSbsSelectedEnvelopeCalculationecbooleanisSurfacestatic intMAX_LEVEL(package private) RadiusDatardLast(package private) static floatSURFACE_DISTANCE_FOR_CALCULATION(package private) intthisArgb(package private) intthisAtom(package private) floatthisRadius-
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 Dots()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetShapeState()intgetSize(int atomIndex)overridden in Dots, CGOMesh, and AtomShape(package private) voidinitialize()voidinitShape()voidsetAtomClickability()voidsetProperty(java.lang.String propertyName, java.lang.Object value, BS bs)protected voidsetSizeRD(RadiusData rd, BS bsSelected)-
Methods inherited from class org.jmol.shape.AtomShape
checkColixLength, getInfoAsString, initModelSet, setColixAndPalette, setPropAS, setSize, setSize2, 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, setModelVisibilityFlags, setPropS, setShapeSizeRD, wasClicked
-
-
-
-
Field Detail
-
ec
public EnvelopeCalculation ec
-
isSurface
public boolean isSurface
-
SURFACE_DISTANCE_FOR_CALCULATION
static final float SURFACE_DISTANCE_FOR_CALCULATION
- See Also:
- Constant Field Values
-
bsOn
BS bsOn
-
bsSelected
private BS bsSelected
-
bsIgnore
private BS bsIgnore
-
MAX_LEVEL
public static int MAX_LEVEL
-
thisAtom
int thisAtom
-
thisRadius
float thisRadius
-
thisArgb
int thisArgb
-
rdLast
RadiusData rdLast
-
-
Method Detail
-
getSize
public int getSize(int atomIndex)
Description copied from class:Shapeoverridden in Dots, CGOMesh, and AtomShape
-
setProperty
public void setProperty(java.lang.String propertyName, java.lang.Object value, BS bs)- Specified by:
setPropertyin classShape
-
initialize
void initialize()
-
setSizeRD
protected void setSizeRD(RadiusData rd, BS bsSelected)
-
setAtomClickability
public void setAtomClickability()
- Overrides:
setAtomClickabilityin classAtomShape
-
getShapeState
public java.lang.String getShapeState()
- Overrides:
getShapeStatein classAtomShape
-
-