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.lastCommitMethods in org.eclipse.jgit.awtui with parameters of type PlotCommitModifier and TypeMethodDescription(package private) PersonIdentCommitGraphPane.CommitTableModel.authorFor(PlotCommit<SwingCommitList.SwingLane> c) (package private) voidAWTPlotRenderer.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_CHILDRENMethods 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 TypeMethodDescriptionprivate static voidPlotCommitList.addBlockedPosition(BitSet blockedPositions, PlotCommit rObj) (package private) voidPlotCommit.addChild(PlotCommit c) private voidPlotCommitList.continueActiveLanes(PlotCommit currCommit) private voidPlotCommitList.drawLaneToChild(int commitIndex, PlotCommit child, PlotLane laneToContinue) Connects the commit at commitIndex to the child, using the given lane.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.private voidPlotCommitList.handleBlockedLanes(int index, PlotCommit currCommit, PlotCommit childOnLane) Sets up fork and merge information in the involved PlotCommits.private PlotLanePlotCommitList.handleMerge(int index, PlotCommit currCommit, PlotCommit childOnLane, PlotCommit child, PlotLane laneToUse) 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.private voidPlotCommitList.setupChildren(PlotCommit<L> currCommit)