Package org.eclipse.jgit.revplot
Class PlotLane
- java.lang.Object
-
- org.eclipse.jgit.revplot.PlotLane
-
- All Implemented Interfaces:
Serializable
public class PlotLane extends Object implements 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
-
-
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.
-