Uses of Package
org.proteinshader.structure.visitor.modifiers

Packages that use org.proteinshader.structure.visitor.modifiers
org.proteinshader.gui.components.controlpanel Holds the JPanels used in the right-side retractable control panel of the GUI. 
org.proteinshader.structure.visitor Holds Visitor classes that know how to traverse the hierarchy of objects held by class Structure. 
org.proteinshader.structure.visitor.modifiers Holds helper classes for the ModifierVisitor class, which is used to modify Drawable objects (Atoms, Bonds, and Segments). 
 

Classes in org.proteinshader.structure.visitor.modifiers used by org.proteinshader.gui.components.controlpanel
AtomModifier
          This helper class for the ModifierVisitor knows how to accept an Atom object and modify its attributes.
BondModifier
          This helper class for the ModifierVisitor knows how to accept a Bond object and modify its attributes.
SegmentModifier
          This helper class for the ModifierVisitor knows how to accept a Segment object and modify its attributes.
 

Classes in org.proteinshader.structure.visitor.modifiers used by org.proteinshader.structure.visitor
AtomModifier
          This helper class for the ModifierVisitor knows how to accept an Atom object and modify its attributes.
BondModifier
          This helper class for the ModifierVisitor knows how to accept a Bond object and modify its attributes.
SegmentModifier
          This helper class for the ModifierVisitor knows how to accept a Segment object and modify its attributes.
 

Classes in org.proteinshader.structure.visitor.modifiers used by org.proteinshader.structure.visitor.modifiers
DrawableModifier
          This helper class for the ModifierVisitor knows how to accept a Drawable object and modify its attributes.
 



Copyright © 2007-2008