org.simtk.moleculargraphics.cartoon
Class CylinderCartoon

java.lang.Object
  extended by org.simtk.moleculargraphics.cartoon.ActorCartoonClass
      extended by org.simtk.moleculargraphics.cartoon.GlyphCartoon
          extended by org.simtk.moleculargraphics.cartoon.CylinderCartoon
All Implemented Interfaces:
ActorCartoon, BaseCartoon, ResidueHighlightListener
Direct Known Subclasses:
BasePairRod

public abstract class CylinderCartoon
extends GlyphCartoon


Field Summary
protected  double cylinderRadius
           
protected  vtk.vtkCylinderSource cylinderSource
           
protected  double minLength
           
 
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
protected CylinderCartoon(double radius, double minLength)
           
 
Method Summary
protected  void addCylinder(Vector3D begin, Vector3D end, java.awt.Color color, Chemical modelObject)
           
 
Methods inherited from class org.simtk.moleculargraphics.cartoon.GlyphCartoon
addMolecule, 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

cylinderRadius

protected double cylinderRadius

minLength

protected double minLength

cylinderSource

protected vtk.vtkCylinderSource cylinderSource
Constructor Detail

CylinderCartoon

protected CylinderCartoon(double radius,
                          double minLength)
Method Detail

addCylinder

protected void addCylinder(Vector3D begin,
                           Vector3D end,
                           java.awt.Color color,
                           Chemical modelObject)