Uses of Class
org.eclipse.jgit.revplot.PlotLane
Packages that use PlotLane
Package
Description
Building/rendering revision graphs.
-
Uses of PlotLane in org.eclipse.jgit.awtui
Subclasses of PlotLane in org.eclipse.jgit.awtui -
Uses of PlotLane in org.eclipse.jgit.revplot
Classes in org.eclipse.jgit.revplot with type parameters of type PlotLaneModifier and TypeClassDescriptionclassAbstractPlotRenderer<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 PlotLaneModifier and TypeFieldDescription(package private) PlotLane[]PlotCommit.forkingOffLanes(package private) PlotLanePlotCommit.lane(package private) PlotLane[]PlotCommit.mergingLanes(package private) static final PlotLane[]PlotCommit.NO_LANES(package private) PlotLane[]PlotCommit.passingLanesFields in org.eclipse.jgit.revplot with type parameters of type PlotLaneModifier and TypeFieldDescriptionPlotCommitList.activeLanesPlotCommitList.laneLengthnumber of (child) commits on a laneMethods in org.eclipse.jgit.revplot that return PlotLaneModifier and TypeMethodDescriptionprivate static PlotLane[]private PlotLanePlotCommitList.handleMerge(int index, PlotCommit currCommit, PlotCommit childOnLane, PlotCommit child, PlotLane laneToUse) private PlotLanePlotCommitList.nextFreeLane()private PlotLanePlotCommitList.nextFreeLane(BitSet blockedPositions) Methods in org.eclipse.jgit.revplot with parameters of type PlotLaneModifier and TypeMethodDescription(package private) voidPlotCommit.addForkingOffLane(PlotLane f) private static PlotLane[](package private) voidPlotCommit.addMergingLane(PlotLane m) (package private) voidPlotCommit.addPassingLane(PlotLane c) private voidprivate 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 intprivate static int