org.jmol.shape
Class Balls

java.lang.Object
  extended by org.jmol.shape.Shape
      extended by org.jmol.shape.AtomShape
          extended by org.jmol.shape.Balls

public class Balls
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
Balls()
           
 
Method Summary
 String getShapeState()
           
 void setModelClickability()
           
 void setProperty(String propertyName, Object value, BitSet bs)
          may come from any source -- executed AFTER a shape's own setProperty method
protected  void setSize(RadiusData rd, BitSet bsSelected)
           
 void setVisibilityFlags(BitSet bs)
           
 
Methods inherited from class org.jmol.shape.AtomShape
getSize, initModelSet, setColixAndPalette, setSize
 
Methods inherited from class org.jmol.shape.Shape
appendCmd, checkBoundsMinMax, checkObjectClicked, checkObjectDragged, checkObjectHovered, coordinateInRange, encodeColor, findNearestAtomIndex, getColix, getColorCommand, getColorCommand, getFontCommand, getIndexFromName, getProperty, getProperty, getShapeCommands, getShapeCommands, getShapeDetail, getSize, getViewer, initializeShape, initShape, merge, setColix, setColix, setColix, setModelSet, setShapeProperty, setShapeSize, setStateInfo, setStateInfo, wasClicked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Balls

public Balls()
Method Detail

setSize

protected void setSize(RadiusData rd,
                       BitSet bsSelected)
Overrides:
setSize in class AtomShape

setProperty

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

Overrides:
setProperty in class AtomShape

setModelClickability

public void setModelClickability()
Overrides:
setModelClickability in class AtomShape

setVisibilityFlags

public void setVisibilityFlags(BitSet bs)
Overrides:
setVisibilityFlags in class Shape

getShapeState

public String getShapeState()
Overrides:
getShapeState in class AtomShape