T
- The type of units the Overview is using as its scale. e.g. a text editor may use Integers to represent each line in the editor. This type should match the type T in the corresponding Overview
public interface OverviewMark<T extends java.lang.Number>
T getStart()
T getEnd()
java.awt.Color getColor()
float getPriority()