|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simtk.moleculargraphics.cartoon.ActorCartoonClass
org.simtk.moleculargraphics.cartoon.GlyphCartoon
public abstract class GlyphCartoon
Cartoon consisting of a single vtkGlyph3D. Intended to be base class for wireframe and atomspheres, among others.
Field Summary | |
---|---|
protected double |
highlightFactor
|
Fields inherited from class org.simtk.moleculargraphics.cartoon.ActorCartoonClass |
---|
actor, highlightActor, highlightMapper, highlightToonColors, invisibleColorScheme, isPopulated, mapper |
Method Summary | |
---|---|
abstract void |
addMolecule(Molecule molecule)
|
void |
colorByScalar()
|
void |
orientByNormal()
|
void |
scaleByNormal()
|
void |
scaleNone()
|
void |
setGlyphSource(vtk.vtkPolyData data)
|
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 |
---|
protected double highlightFactor
Method Detail |
---|
public void setGlyphSource(vtk.vtkPolyData data)
public void scaleByNormal()
public void scaleNone()
public void orientByNormal()
public void colorByScalar()
public abstract void addMolecule(Molecule molecule)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |