Uses of Interface
org.biojava.bio.gui.sequence.tracklayout.TrackLayout
-
Packages that use TrackLayout Package Description 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 Modifier and Type Method Description TrackLayout
SequencePanelWrapper. getTrackLayout()
Methods in org.biojava.bio.gui.sequence with parameters of type TrackLayout Modifier and Type Method Description 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 Modifier and Type Class Description class
SimpleTrackLayout
A TrackLayout implenentation that wraps the sequence smoothly after a set number of residuesclass
UserDefinedTrackLayout
An implementation of TrackLayout that that wraps a sequence over an arbitrary set of ranges
-