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 classSwingCommitList.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 classAbstractPlotRenderer<TLane extends PlotLane,TColor>Basic commit graph renderer for graphical user interfaces.classPlotCommit<L extends PlotLane>A commit reference to a commit in the DAG.classPlotCommitList<L extends PlotLane>An ordered list ofPlotCommitsubclasses.Fields in org.eclipse.jgit.revplot declared as PlotLane Modifier and Type Field Description (package private) PlotLane[]PlotCommit. forkingOffLanes(package private) PlotLanePlotCommit. lane(package private) PlotLane[]PlotCommit. mergingLanes(package private) static PlotLane[]PlotCommit. NO_LANES(package private) PlotLane[]PlotCommit. passingLanesFields in org.eclipse.jgit.revplot with type parameters of type PlotLane Modifier and Type Field Description private java.util.HashSet<PlotLane>PlotCommitList. activeLanesprivate java.util.HashMap<PlotLane,java.lang.Integer>PlotCommitList. laneLengthnumber 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 PlotLanePlotCommitList. handleMerge(int index, PlotCommit currCommit, PlotCommit childOnLane, PlotCommit child, PlotLane laneToUse)private PlotLanePlotCommitList. nextFreeLane()private PlotLanePlotCommitList. nextFreeLane(java.util.BitSet blockedPositions)Methods in org.eclipse.jgit.revplot with parameters of type PlotLane Modifier and Type Method Description (package private) voidPlotCommit. addForkingOffLane(PlotLane f)private static PlotLane[]PlotCommit. addLane(PlotLane l, PlotLane[] lanes)(package private) voidPlotCommit. addMergingLane(PlotLane m)(package private) voidPlotCommit. addPassingLane(PlotLane c)private voidPlotCommitList. closeLane(PlotLane lane)private voidPlotCommitList. drawLaneToChild(int commitIndex, PlotCommit child, PlotLane laneToContinue)Connects the commit at commitIndex to the child, using the given lane.private PlotLanePlotCommitList. handleMerge(int index, PlotCommit currCommit, PlotCommit childOnLane, PlotCommit child, PlotLane laneToUse)private static intAbstractPlotRenderer. laneC(PlotLane myLane)private static intAbstractPlotRenderer. laneX(PlotLane myLane)
-