|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.revplot.PlotLane
public class PlotLane
A line space within the graph.
Commits are strung onto a lane. For many UIs a lane represents a column.
Constructor Summary | |
---|---|
PlotLane()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
getPosition()
Logical location of this lane within the graphing plane. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlotLane()
Method Detail |
---|
public int getPosition()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |