org.simtk.moleculargraphics.cartoon
Class ProteinRibbon

java.lang.Object
  extended by org.simtk.moleculargraphics.cartoon.MoleculeCartoonClass
      extended by org.simtk.moleculargraphics.cartoon.ProteinRibbon
All Implemented Interfaces:
BaseCartoon, MoleculeCartoon

public class ProteinRibbon
extends MoleculeCartoonClass

Author:
Christopher Bruns Richardson style protein cartoon with arrows for strands, ribbons for helices, and tubes for coil

Field Summary
 
Fields inherited from class org.simtk.moleculargraphics.cartoon.MoleculeCartoonClass
actorSet, mapper, subToons, toonColors
 
Constructor Summary
ProteinRibbon()
           
 
Method Summary
 void addMolecule(Molecule m)
           
 void clear()
           
 vtk.vtkProp3D getVtkProp3D()
           
 void hide()
           
 void hide(Molecule m)
           
 void show()
           
 void show(Molecule m)
           
 void updateCoordinates()
           
 
Methods inherited from class org.simtk.moleculargraphics.cartoon.MoleculeCartoonClass
add, addSubToon, colorToon, colorToon, updateActors, vtkActors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProteinRibbon

public ProteinRibbon()
Method Detail

updateCoordinates

public void updateCoordinates()

getVtkProp3D

public vtk.vtkProp3D getVtkProp3D()

addMolecule

public void addMolecule(Molecule m)

hide

public void hide()

show

public void show()

hide

public void hide(Molecule m)

show

public void show(Molecule m)

clear

public void clear()