Package org.eclipse.jgit.revplot
Class PlotLane
java.lang.Object
org.eclipse.jgit.revplot.PlotLane
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SwingCommitList.SwingLane
A line space within the graph.
Commits are strung onto a lane. For many UIs a lane represents a column.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Logical location of this lane within the graphing plane.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
position
int position
-
-
Constructor Details
-
PlotLane
public PlotLane()
-
-
Method Details
-
getPosition
public int getPosition()Logical location of this lane within the graphing plane.- Returns:
- location of this lane, 0 through the maximum number of lanes.
-