Uses of Class
org.eclipse.jgit.revplot.PlotCommit
Packages that use PlotCommit
-
Uses of PlotCommit in org.eclipse.jgit.revplot
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 TypeMethodDescriptionprotected void
PlotCommitList.enter
(int index, PlotCommit<L> currCommit) void
PlotCommitList.findPassingThrough
(PlotCommit<L> currCommit, Collection<L> result) Find the set of lanes passing through a commit's row.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.