Uses of Interface
org.biojava.bio.gui.sequence.tracklayout.TrackLayout

Packages that use TrackLayout
org.biojava.bio.gui.sequence Graphical displays of biological sequences and associated annotations. 
org.biojava.bio.gui.sequence.tracklayout Classes for the handling of the layout of a WrappedSequencePanel. 
 

Uses of TrackLayout in org.biojava.bio.gui.sequence
 

Methods in org.biojava.bio.gui.sequence that return TrackLayout
 TrackLayout SequencePanelWrapper.getTrackLayout()
           
 

Methods in org.biojava.bio.gui.sequence with parameters of type TrackLayout
 void SequencePanelWrapper.setTrackLayout(TrackLayout tl)
           
 

Uses of TrackLayout in org.biojava.bio.gui.sequence.tracklayout
 

Classes in org.biojava.bio.gui.sequence.tracklayout that implement TrackLayout
 class SimpleTrackLayout
          A TrackLayout implenentation that wraps the sequence smoothly after a set number of residues
 class UserDefinedTrackLayout
          An implementation of TrackLayout that that wraps a sequence over an arbitrary set of ranges