Package | Description |
---|---|
org.eclipse.jgit.revplot |
Building/rendering revision graphs.
|
Modifier and Type | Method | Description |
---|---|---|
PlotCommit |
PlotCommit.getChild(int nth) |
Get the nth child from this commit's child list.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
PlotCommitList.enter(int index,
PlotCommit<L> currCommit) |
|
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 © 2018. All rights reserved.