C# Class Hpgl.Language.HpglProcessorBase

Inheritance: HpglAllVisitor
Datei anzeigen Open project: spustlik/plotr

Public Properties

Property Type Description
ContainsRelative bool
Max HPoint
Min HPoint
PenUpLength double

Protected Properties

Property Type Description
current HPoint
currentPen int
isPenDown bool

Protected Methods

Method Description
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

Method Details

MoveTo() protected method

protected MoveTo ( HPoint pt ) : void
pt HPoint
return void

VisitPenAbsolute() protected method

protected VisitPenAbsolute ( PenAbsolute item ) : void
item PenAbsolute
return void

VisitPenDown() protected method

protected VisitPenDown ( PenDown item ) : void
item PenDown
return void

VisitPenRelative() protected method

protected VisitPenRelative ( PenRelative item ) : void
item PenRelative
return void

VisitPenUp() protected method

protected VisitPenUp ( PenUp item ) : void
item PenUp
return void

VisitSelectPen() protected method

protected VisitSelectPen ( SelectPen item ) : void
item SelectPen
return void

VisitUnknown() protected method

protected VisitUnknown ( UnknownCommand item ) : void
item UnknownCommand
return void

Property Details

ContainsRelative public_oe property

public bool ContainsRelative
return bool

Max public_oe property

public HPoint,Hpgl.Language Max
return HPoint

Min public_oe property

public HPoint,Hpgl.Language Min
return HPoint

PenUpLength public_oe property

public double PenUpLength
return double

current protected_oe property

protected HPoint,Hpgl.Language current
return HPoint

currentPen protected_oe property

protected int currentPen
return int

isPenDown protected_oe property

protected bool isPenDown
return bool