org.eclipse.jgit.revplot
Class PlotLane

java.lang.Object
  extended by org.eclipse.jgit.revplot.PlotLane
All Implemented Interfaces:
Serializable

public class PlotLane
extends Object
implements Serializable

A line space within the graph.

Commits are strung onto a lane. For many UIs a lane represents a column.

See Also:
Serialized Form

Constructor Summary
PlotLane()
           
 
Method Summary
 boolean equals(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

PlotLane

public PlotLane()
Method Detail

getPosition

public int getPosition()
Logical location of this lane within the graphing plane.

Returns:
location of this lane, 0 through the maximum number of lanes.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.