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.

Afficher le fichier Open project: stschake/GitSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
parent PlotCommit
position int

Méthodes publiques

Méthode Description
equals ( Object o ) : bool
getPosition ( ) : int

Logical location of this lane within the graphing plane.

hashCode ( ) : int

Method Details

equals() public méthode

public equals ( Object o ) : bool
o Object
Résultat bool

getPosition() public méthode

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

hashCode() public méthode

public hashCode ( ) : int
Résultat int

Property Details

parent public_oe property

public PlotCommit,GitSharp.Core.RevPlot parent
Résultat PlotCommit

position public_oe property

public int position
Résultat int