Uses of Class
org.eclipse.jgit.revplot.PlotCommit
-
Packages that use PlotCommit Package Description org.eclipse.jgit.awtui org.eclipse.jgit.revplot Building/rendering revision graphs. -
-
Uses of PlotCommit in org.eclipse.jgit.awtui
Fields in org.eclipse.jgit.awtui declared as PlotCommit Modifier and Type Field Description (package private) PlotCommit<SwingCommitList.SwingLane>
CommitGraphPane.GraphCellRender. commit
(package private) PlotCommit<SwingCommitList.SwingLane>
CommitGraphPane.CommitTableModel. lastCommit
Methods in org.eclipse.jgit.awtui with parameters of type PlotCommit Modifier and Type Method Description (package private) PersonIdent
CommitGraphPane.CommitTableModel. authorFor(PlotCommit<SwingCommitList.SwingLane> c)
(package private) void
AWTPlotRenderer. paint(java.awt.Graphics in, PlotCommit<SwingCommitList.SwingLane> commit)
-
Uses of PlotCommit in org.eclipse.jgit.revplot
Fields in org.eclipse.jgit.revplot declared as PlotCommit Modifier and Type Field Description (package private) PlotCommit[]
PlotCommit. children
(package private) static PlotCommit[]
PlotCommit. NO_CHILDREN
Methods in org.eclipse.jgit.revplot that return PlotCommit Modifier and Type Method Description PlotCommit
PlotCommit. getChild(int nth)
Get the nth child from this commit's child list.Methods in org.eclipse.jgit.revplot with parameters of type PlotCommit Modifier and Type Method Description private static void
PlotCommitList. addBlockedPosition(java.util.BitSet blockedPositions, PlotCommit rObj)
(package private) void
PlotCommit. addChild(PlotCommit c)
private void
PlotCommitList. continueActiveLanes(PlotCommit currCommit)
private void
PlotCommitList. drawLaneToChild(int commitIndex, PlotCommit child, PlotLane laneToContinue)
Connects the commit at commitIndex to the child, using the given lane.protected void
PlotCommitList. enter(int index, PlotCommit<L> currCommit)
Optional callback invoked when commits enter the list by fillTo.void
PlotCommitList. findPassingThrough(PlotCommit<L> currCommit, java.util.Collection<L> result)
Find the set of lanes passing through a commit's row.private void
PlotCommitList. handleBlockedLanes(int index, PlotCommit currCommit, PlotCommit childOnLane)
Sets up fork and merge information in the involved PlotCommits.private PlotLane
PlotCommitList. handleMerge(int index, PlotCommit currCommit, PlotCommit childOnLane, PlotCommit child, PlotLane laneToUse)
boolean
PlotCommit. isChild(PlotCommit c)
Determine if the given commit is a child (descendant) of this commit.protected void
AbstractPlotRenderer. paintCommit(PlotCommit<TLane> commit, int h)
Paint one commit using the underlying graphics library.private void
PlotCommitList. setupChildren(PlotCommit<L> currCommit)
-