C# 클래스 Hpgl.Language.HpglProcessorBase

상속: HpglAllVisitor
파일 보기 프로젝트 열기: spustlik/plotr

공개 프로퍼티들

프로퍼티 타입 설명
ContainsRelative bool
Max HPoint
Min HPoint
PenUpLength double

보호된 프로퍼티들

프로퍼티 타입 설명
current HPoint
currentPen int
isPenDown bool

보호된 메소드들

메소드 설명
MoveTo ( HPoint pt ) : void
VisitPenAbsolute ( PenAbsolute item ) : void
VisitPenDown ( PenDown item ) : void
VisitPenRelative ( PenRelative item ) : void
VisitPenUp ( PenUp item ) : void
VisitSelectPen ( SelectPen item ) : void
VisitUnknown ( UnknownCommand item ) : void

메소드 상세

MoveTo() 보호된 메소드

protected MoveTo ( HPoint pt ) : void
pt HPoint
리턴 void

VisitPenAbsolute() 보호된 메소드

protected VisitPenAbsolute ( PenAbsolute item ) : void
item PenAbsolute
리턴 void

VisitPenDown() 보호된 메소드

protected VisitPenDown ( PenDown item ) : void
item PenDown
리턴 void

VisitPenRelative() 보호된 메소드

protected VisitPenRelative ( PenRelative item ) : void
item PenRelative
리턴 void

VisitPenUp() 보호된 메소드

protected VisitPenUp ( PenUp item ) : void
item PenUp
리턴 void

VisitSelectPen() 보호된 메소드

protected VisitSelectPen ( SelectPen item ) : void
item SelectPen
리턴 void

VisitUnknown() 보호된 메소드

protected VisitUnknown ( UnknownCommand item ) : void
item UnknownCommand
리턴 void

프로퍼티 상세

ContainsRelative 공개적으로 프로퍼티

public bool ContainsRelative
리턴 bool

Max 공개적으로 프로퍼티

public HPoint,Hpgl.Language Max
리턴 HPoint

Min 공개적으로 프로퍼티

public HPoint,Hpgl.Language Min
리턴 HPoint

PenUpLength 공개적으로 프로퍼티

public double PenUpLength
리턴 double

current 보호되어 있는 프로퍼티

protected HPoint,Hpgl.Language current
리턴 HPoint

currentPen 보호되어 있는 프로퍼티

protected int currentPen
리턴 int

isPenDown 보호되어 있는 프로퍼티

protected bool isPenDown
리턴 bool