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 TypeClassDescriptionclass
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 PlotLaneModifier and TypeFieldDescription(package private) PlotLane[]
PlotCommit.forkingOffLanes
(package private) PlotLane
PlotCommit.lane
(package private) PlotLane[]
PlotCommit.mergingLanes
(package private) static final PlotLane[]
PlotCommit.NO_LANES
(package private) PlotLane[]
PlotCommit.passingLanes
Fields in org.eclipse.jgit.revplot with type parameters of type PlotLaneModifier and TypeFieldDescriptionPlotCommitList.activeLanes
PlotCommitList.laneLength
number of (child) commits on a laneMethods in org.eclipse.jgit.revplot that return PlotLaneModifier and TypeMethodDescriptionprivate static PlotLane[]
private PlotLane
PlotCommitList.handleMerge
(int index, PlotCommit currCommit, PlotCommit childOnLane, PlotCommit child, PlotLane laneToUse) private PlotLane
PlotCommitList.nextFreeLane()
private PlotLane
PlotCommitList.nextFreeLane
(BitSet blockedPositions) Methods in org.eclipse.jgit.revplot with parameters of type PlotLaneModifier and TypeMethodDescription(package private) void
PlotCommit.addForkingOffLane
(PlotLane f) private static PlotLane[]
(package private) void
PlotCommit.addMergingLane
(PlotLane m) (package private) void
PlotCommit.addPassingLane
(PlotLane c) private void
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
private static int