Interface TrackLayout
- All Known Implementing Classes:
SimpleTrackLayout,UserDefinedTrackLayout
public interface TrackLayout
An interface for the handling of the layout of a WrappedSequencePanel.
- Since:
- 1.5
- Author:
- Mark Southern
-
Method Summary
Modifier and TypeMethodDescriptionintgetWrap()intvoidsetRange(RangeLocation loc) voidsetSequence(Sequence seq) voidsetWrap(int wrap) voidsetWrapIncrement(int inc)
-
Method Details
-
setSequence
-
setRange
-
getRanges
-
setWrap
-
getWrap
int getWrap() -
setWrapIncrement
-
getWrapIncrement
int getWrapIncrement()
-