org.jmol.shapespecial
Class Vectors

java.lang.Object
  extended by org.jmol.shape.Shape
      extended by org.jmol.shape.AtomShape
          extended by org.jmol.shapespecial.Vectors

public class Vectors
extends AtomShape


Field Summary
 
Fields inherited from class org.jmol.shape.AtomShape
atomCount, atoms, bsColixSet, bsSizeSet, colixes, isActive, mads, paletteIDs
 
Fields inherited from class org.jmol.shape.Shape
g3d, isBioShape, modelSet, myVisibilityFlag, RADIUS_MAX, shapeID, translucentAllowed, translucentLevel, viewer, xmlProperties
 
Constructor Summary
Vectors()
           
 
Method Summary
 Object getProperty(String propertyName, int param)
           
 String getShapeState()
           
protected  void initModelSet()
           
 void setProperty(String propertyName, Object value, BitSet bsSelected)
          may come from any source -- executed AFTER a shape's own setProperty method
 
Methods inherited from class org.jmol.shape.AtomShape
getSize, setColixAndPalette, setModelClickability, setSize, setSize
 
Methods inherited from class org.jmol.shape.Shape
appendCmd, checkBoundsMinMax, checkObjectClicked, checkObjectDragged, checkObjectHovered, coordinateInRange, findNearestAtomIndex, getColix, getColorCommand, getColorCommand, getFontCommand, getIndexFromName, getProperty, getShapeCommands, getShapeCommands, getShapeDetail, getSize, getViewer, initializeShape, initShape, merge, setColix, setColix, setColix, setModelSet, setShapeProperty, setShapeSize, setStateInfo, setStateInfo, setVisibilityFlags, wasClicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vectors

public Vectors()
Method Detail

initModelSet

protected void initModelSet()
Overrides:
initModelSet in class AtomShape

setProperty

public void setProperty(String propertyName,
                        Object value,
                        BitSet bsSelected)
Description copied from class: Shape
may come from any source -- executed AFTER a shape's own setProperty method

Overrides:
setProperty in class AtomShape

getProperty

public Object getProperty(String propertyName,
                          int param)
Overrides:
getProperty in class Shape

getShapeState

public String getShapeState()
Overrides:
getShapeState in class AtomShape