Uses of Class
org.eclipse.jgit.revplot.PlotLane
-
Packages that use PlotLane Package Description org.eclipse.jgit.revplot Building/rendering revision graphs. -
-
Uses of PlotLane in org.eclipse.jgit.revplot
Classes in org.eclipse.jgit.revplot with type parameters of type PlotLane Modifier and Type Class Description class
AbstractPlotRenderer<TLane extends PlotLane,TColor>
Basic commit graph renderer for graphical user interfaces.class
PlotCommit<L extends PlotLane>
A commit reference to a commit in the DAG.class
PlotCommitList<L extends PlotLane>
An ordered list ofPlotCommit
subclasses.
-