Package org.jmol.shapespecial
Class Vectors
- java.lang.Object
-
- org.jmol.shape.Shape
-
- org.jmol.shape.AtomShape
-
- org.jmol.shapespecial.Vectors
-
public class Vectors extends AtomShape
-
-
Field Summary
-
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 Vectors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetProperty(java.lang.String propertyName, int param)protected voidinitModelSet()voidsetProperty(java.lang.String propertyName, java.lang.Object value, BS bsSelected)protected voidsetSizeRD2(int i, RadiusData rd, boolean isVisible)-
Methods inherited from class org.jmol.shape.AtomShape
checkColixLength, getInfoAsString, getShapeState, getSize, initShape, setAtomClickability, setColixAndPalette, setPropAS, setSize, setSize2, setSizeRD
-
Methods inherited from class org.jmol.shape.Shape
appendCmd, checkBoundsMinMax, checkObjectClicked, checkObjectDragged, checkObjectHovered, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColixA, getColixB, getColixI, getColorCommand, getColorCommandUnk, getFontCommand, getIndexFromName, getPropertyData, getPropShape, getShapeDetail, getSizeG, getTranslucentLabel, initializeShape, replaceGroup, setModelSet, setModelVisibilityFlags, setPropS, setShapeSizeRD, wasClicked
-
-
-
-
Method Detail
-
initModelSet
protected void initModelSet()
- Overrides:
initModelSetin classAtomShape
-
setProperty
public void setProperty(java.lang.String propertyName, java.lang.Object value, BS bsSelected)- Specified by:
setPropertyin classShape
-
getProperty
public java.lang.Object getProperty(java.lang.String propertyName, int param)- Overrides:
getPropertyin classShape- Returns:
- true if serviced
-
setSizeRD2
protected void setSizeRD2(int i, RadiusData rd, boolean isVisible)- Overrides:
setSizeRD2in classAtomShape
-
-