Package | Description |
---|---|
org.eclipse.jgit.revplot |
Building/rendering revision graphs.
|
Modifier and Type | Method and Description |
---|---|
PlotCommit |
PlotCommit.getChild(int nth)
Get the nth child from this commit's child list.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PlotCommitList.enter(int index,
PlotCommit<L> currCommit)
Optional callback invoked when commits enter the list by fillTo.
|
void |
PlotCommitList.findPassingThrough(PlotCommit<L> currCommit,
Collection<L> result)
Find the set of lanes passing through a commit's row.
|
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.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.