C# Class GitSharp.Core.RevPlot.PlotLane

A line space within the graph.

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

Datei anzeigen Open project: stschake/GitSharp Class Usage Examples

Public Properties

Property Type Description
parent PlotCommit
position int

Public Methods

Method Description
equals ( Object o ) : bool
getPosition ( ) : int

Logical location of this lane within the graphing plane.

hashCode ( ) : int

Method Details

equals() public method

public equals ( Object o ) : bool
o Object
return bool

getPosition() public method

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

hashCode() public method

public hashCode ( ) : int
return int

Property Details

parent public_oe property

public PlotCommit,GitSharp.Core.RevPlot parent
return PlotCommit

position public_oe property

public int position
return int