Package | Description |
---|---|
org.eclipse.jgit.awtui | |
org.eclipse.jgit.revplot |
Building/rendering revision graphs.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SwingCommitList.SwingLane |
Modifier and Type | Class and 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 of
PlotCommit subclasses. |
Modifier and Type | Field and Description |
---|---|
(package private) PlotLane[] |
PlotCommit.forkingOffLanes |
(package private) PlotLane |
PlotCommit.lane |
(package private) PlotLane[] |
PlotCommit.mergingLanes |
(package private) static PlotLane[] |
PlotCommit.NO_LANES |
(package private) PlotLane[] |
PlotCommit.passingLanes |
Modifier and Type | Field and Description |
---|---|
private java.util.HashSet<PlotLane> |
PlotCommitList.activeLanes |
private java.util.HashMap<PlotLane,java.lang.Integer> |
PlotCommitList.laneLength
number of (child) commits on a lane
|
Modifier and Type | Method and Description |
---|---|
private static PlotLane[] |
PlotCommit.addLane(PlotLane l,
PlotLane[] lanes) |
private PlotLane |
PlotCommitList.handleMerge(int index,
PlotCommit currCommit,
PlotCommit childOnLane,
PlotCommit child,
PlotLane laneToUse) |
private PlotLane |
PlotCommitList.nextFreeLane() |
private PlotLane |
PlotCommitList.nextFreeLane(java.util.BitSet blockedPositions) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
PlotCommit.addForkingOffLane(PlotLane f) |
private static PlotLane[] |
PlotCommit.addLane(PlotLane l,
PlotLane[] lanes) |
private static PlotLane[] |
PlotCommit.addLane(PlotLane l,
PlotLane[] lanes) |
(package private) void |
PlotCommit.addMergingLane(PlotLane m) |
(package private) void |
PlotCommit.addPassingLane(PlotLane c) |
private void |
PlotCommitList.closeLane(PlotLane lane) |
private void |
PlotCommitList.drawLaneToChild(int commitIndex,
PlotCommit child,
PlotLane laneToContinue)
Connects the commit at commitIndex to the child, using the given lane.
|
private PlotLane |
PlotCommitList.handleMerge(int index,
PlotCommit currCommit,
PlotCommit childOnLane,
PlotCommit child,
PlotLane laneToUse) |
private static int |
AbstractPlotRenderer.laneC(PlotLane myLane) |
private static int |
AbstractPlotRenderer.laneX(PlotLane myLane) |