Uses of Class
org.eclipse.jgit.revplot.PlotCommit
-
Packages that use PlotCommit Package Description org.eclipse.jgit.revplot Building/rendering revision graphs. -
-
Uses of PlotCommit in org.eclipse.jgit.revplot
Methods in org.eclipse.jgit.revplot that return PlotCommit Modifier and Type Method Description PlotCommitPlotCommit. 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 protected voidPlotCommitList. enter(int index, PlotCommit<L> currCommit)Optional callback invoked when commits enter the list by fillTo.voidPlotCommitList. findPassingThrough(PlotCommit<L> currCommit, Collection<L> result)Find the set of lanes passing through a commit's row.booleanPlotCommit. isChild(PlotCommit c)Determine if the given commit is a child (descendant) of this commit.protected voidAbstractPlotRenderer. paintCommit(PlotCommit<TLane> commit, int h)Paint one commit using the underlying graphics library.
-