org.simtk.moleculargraphics.cartoon
Class DuplexResidueWedge

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

public class DuplexResidueWedge
extends TensorGlyphCartoon

Author:
Christopher Bruns These shapes do not work for vtkGlyph3D because they are too asymmetric and their orientations cannot be fully specified. Sucks.

Field Summary
 
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
DuplexResidueWedge()
           
DuplexResidueWedge(double r)
           
 
Method Summary
 void addMolecule(Molecule molecule)
           
 
Methods inherited from class org.simtk.moleculargraphics.cartoon.TensorGlyphCartoon
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
 

Constructor Detail

DuplexResidueWedge

public DuplexResidueWedge()

DuplexResidueWedge

public DuplexResidueWedge(double r)
Method Detail

addMolecule

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