C# 클래스 GitSharp.Core.RevPlot.PlotLane

A line space within the graph.

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

파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
parent PlotCommit
position int

공개 메소드들

메소드 설명
equals ( Object o ) : bool
getPosition ( ) : int

Logical location of this lane within the graphing plane.

hashCode ( ) : int

메소드 상세

equals() 공개 메소드

public equals ( Object o ) : bool
o Object
리턴 bool

getPosition() 공개 메소드

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

hashCode() 공개 메소드

public hashCode ( ) : int
리턴 int

프로퍼티 상세

parent 공개적으로 프로퍼티

public PlotCommit,GitSharp.Core.RevPlot parent
리턴 PlotCommit

position 공개적으로 프로퍼티

public int position
리턴 int