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 PlotCommitPlotCommit.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 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.final 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.