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 TrackLayoutSequencePanelWrapper. getTrackLayout()Methods in org.biojava.bio.gui.sequence with parameters of type TrackLayout Modifier and Type Method Description voidSequencePanelWrapper. 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 classSimpleTrackLayoutA TrackLayout implenentation that wraps the sequence smoothly after a set number of residuesclassUserDefinedTrackLayoutAn implementation of TrackLayout that that wraps a sequence over an arbitrary set of ranges
-