Uses of Class
org.eclipse.jgit.revplot.PlotCommit
Packages that use PlotCommit
Package
Description
Building/rendering revision graphs.
-
Uses of PlotCommit in org.eclipse.jgit.awtui
Fields in org.eclipse.jgit.awtui declared as PlotCommitModifier and TypeFieldDescription(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 PlotCommitModifier and TypeMethodDescription(package private) PersonIdent
CommitGraphPane.CommitTableModel.authorFor
(PlotCommit<SwingCommitList.SwingLane> c) (package private) void
AWTPlotRenderer.paint
(Graphics in, PlotCommit<SwingCommitList.SwingLane> commit) -
Uses of PlotCommit in org.eclipse.jgit.revplot
Fields in org.eclipse.jgit.revplot declared as PlotCommitModifier and TypeFieldDescription(package private) PlotCommit[]
PlotCommit.children
(package private) static final PlotCommit[]
PlotCommit.NO_CHILDREN
Methods in org.eclipse.jgit.revplot that return PlotCommitModifier and TypeMethodDescriptionfinal 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 PlotCommitModifier and TypeMethodDescriptionprivate static void
PlotCommitList.addBlockedPosition
(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, 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) final 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)