C# Class Hpgl.Language.HpglProcessorBase

Inheritance: HpglAllVisitor
Show file 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 property

public bool ContainsRelative
return bool

Max public property

public HPoint,Hpgl.Language Max
return HPoint

Min public property

public HPoint,Hpgl.Language Min
return HPoint

PenUpLength public property

public double PenUpLength
return double

current protected property

protected HPoint,Hpgl.Language current
return HPoint

currentPen protected property

protected int currentPen
return int

isPenDown protected property

protected bool isPenDown
return bool