Uses of Class
org.eclipse.jgit.revplot.PlotLane
-
Packages that use PlotLane Package Description org.eclipse.jgit.awtui org.eclipse.jgit.revplot Building/rendering revision graphs. -
-
Uses of PlotLane in org.eclipse.jgit.awtui
Subclasses of PlotLane in org.eclipse.jgit.awtui Modifier and Type Class Description (package private) static class
SwingCommitList.SwingLane
-
Uses of PlotLane in org.eclipse.jgit.revplot
Classes in org.eclipse.jgit.revplot with type parameters of type PlotLane Modifier and Type Class Description class
AbstractPlotRenderer<TLane extends PlotLane,TColor>
Basic commit graph renderer for graphical user interfaces.class
PlotCommit<L extends PlotLane>
A commit reference to a commit in the DAG.class
PlotCommitList<L extends PlotLane>
An ordered list ofPlotCommit
subclasses.Fields in org.eclipse.jgit.revplot declared as PlotLane Modifier and Type Field Description (package private) PlotLane[]
PlotCommit. forkingOffLanes
(package private) PlotLane
PlotCommit. lane
(package private) PlotLane[]
PlotCommit. mergingLanes
(package private) static PlotLane[]
PlotCommit. NO_LANES
(package private) PlotLane[]
PlotCommit. passingLanes
Fields in org.eclipse.jgit.revplot with type parameters of type PlotLane Modifier and Type Field Description private java.util.HashSet<PlotLane>
PlotCommitList. activeLanes
private java.util.HashMap<PlotLane,java.lang.Integer>
PlotCommitList. laneLength
number of (child) commits on a laneMethods in org.eclipse.jgit.revplot that return PlotLane Modifier and Type Method Description private static PlotLane[]
PlotCommit. addLane(PlotLane l, PlotLane[] lanes)
private PlotLane
PlotCommitList. handleMerge(int index, PlotCommit currCommit, PlotCommit childOnLane, PlotCommit child, PlotLane laneToUse)
private PlotLane
PlotCommitList. nextFreeLane()
private PlotLane
PlotCommitList. nextFreeLane(java.util.BitSet blockedPositions)
Methods in org.eclipse.jgit.revplot with parameters of type PlotLane Modifier and Type Method Description (package private) void
PlotCommit. addForkingOffLane(PlotLane f)
private static PlotLane[]
PlotCommit. addLane(PlotLane l, PlotLane[] lanes)
(package private) void
PlotCommit. addMergingLane(PlotLane m)
(package private) void
PlotCommit. addPassingLane(PlotLane c)
private void
PlotCommitList. closeLane(PlotLane lane)
private void
PlotCommitList. drawLaneToChild(int commitIndex, PlotCommit child, PlotLane laneToContinue)
Connects the commit at commitIndex to the child, using the given lane.private PlotLane
PlotCommitList. handleMerge(int index, PlotCommit currCommit, PlotCommit childOnLane, PlotCommit child, PlotLane laneToUse)
private static int
AbstractPlotRenderer. laneC(PlotLane myLane)
private static int
AbstractPlotRenderer. laneX(PlotLane myLane)
-