|
||||||||||
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
org.simtk.moleculargraphics.cartoon.CylinderCartoon
public abstract class CylinderCartoon
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 |
---|
protected double cylinderRadius
protected double minLength
protected vtk.vtkCylinderSource cylinderSource
Constructor Detail |
---|
protected CylinderCartoon(double radius, double minLength)
Method Detail |
---|
protected void addCylinder(Vector3D begin, Vector3D end, java.awt.Color color, Chemical modelObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |