public class PlotLane
extends java.lang.Object
implements java.io.Serializable
Commits are strung onto a lane. For many UIs a lane represents a column.
| Constructor and Description |
|---|
PlotLane() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getPosition()
Logical location of this lane within the graphing plane.
|
int |
hashCode() |
public int getPosition()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012. All Rights Reserved.