org.simtk.moleculargraphics.cartoon
Class BackboneStick

java.lang.Object
  extended by org.simtk.moleculargraphics.cartoon.ActorCartoonClass
      extended by org.simtk.moleculargraphics.cartoon.GlyphCartoon
          extended by org.simtk.moleculargraphics.cartoon.BackboneStick
All Implemented Interfaces:
ActorCartoon, BaseCartoon, ResidueHighlightListener

public class BackboneStick
extends GlyphCartoon


Field Summary
protected  ColorScheme colorScheme
           
 
Fields inherited from class org.simtk.moleculargraphics.cartoon.GlyphCartoon
highlightFactor
 
Fields inherited from class org.simtk.moleculargraphics.cartoon.ActorCartoonClass
actor, highlightActor, highlightMapper, highlightToonColors, invisibleColorScheme, isPopulated, mapper
 
Constructor Summary
BackboneStick()
           
BackboneStick(double r)
           
BackboneStick(double r, int res)
           
 
Method Summary
 void addMolecule(Molecule molecule)
           
 
Methods inherited from class org.simtk.moleculargraphics.cartoon.GlyphCartoon
colorByScalar, orientByNormal, scaleByNormal, scaleNone, setGlyphSource
 
Methods inherited from class org.simtk.moleculargraphics.cartoon.ActorCartoonClass
colorToon, colorToon, getActor, getChemicalFromScalar, getColorIndex, getHighlightActor, getMapper, highlightResidue, highlightResidueByAtomScalars, highlightResidueByResidueScalars, isPopulated, unhighlightResidue, unhighlightResidueByAtomScalars, unhighlightResidueByResidueScalars, unhighlightResidues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colorScheme

protected ColorScheme colorScheme
Constructor Detail

BackboneStick

public BackboneStick()

BackboneStick

public BackboneStick(double r)

BackboneStick

public BackboneStick(double r,
                     int res)
Method Detail

addMolecule

public void addMolecule(Molecule molecule)
Specified by:
addMolecule in class GlyphCartoon