Uses of Class
org.proteinshader.structure.factory.SegmentFactory

Packages that use SegmentFactory
org.proteinshader.structure Holds the classes that store information from a Protein Data Bank file: Structure, Model, Chain, AminoAcid, Heterogen, Water, Atom, Bond, Helix, BetaStrand, Loop, etc
org.proteinshader.structure.factory Holds the factory classes needed for generating the Segment objects that hold the information needed for rendering ribbon and tube segments. 
 

Uses of SegmentFactory in org.proteinshader.structure
 

Methods in org.proteinshader.structure with parameters of type SegmentFactory
protected  void Region.createSegments(SegmentFactory factory)
          This protected method should be called by the constructor of concrete subclasses of Region so that the Segment objects for the Region can be created with the appropriate type of SegmentFactory.
 

Uses of SegmentFactory in org.proteinshader.structure.factory
 

Subclasses of SegmentFactory in org.proteinshader.structure.factory
 class BetaStrandSegmentFactory
          Creates Segment objects for a BetaStrandSegmentFactory.
 



Copyright © 2007-2008