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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2012. All Rights Reserved.