Package org.eclipse.jgit.revplot
Class PlotLane
- java.lang.Object
-
- org.eclipse.jgit.revplot.PlotLane
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SwingCommitList.SwingLane
public class PlotLane extends java.lang.Object implements java.io.Serializable
A line space within the graph.Commits are strung onto a lane. For many UIs a lane represents a column.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
position
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description PlotLane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPosition()
Logical location of this lane within the graphing plane.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
position
int position
-
-