C# Class Hpgl.Transformations.Textificator

converts LB to PR using Font6
Inheritance: Hpgl.Language.HpglVisitor
Datei anzeigen Open project: spustlik/plotr Class Usage Examples

Protected Methods

Method Description
Unprocessed ( HpglItem item ) : void
VisitLabel ( Label item ) : void

Private Methods

Method Description
Process ( List hpgl ) : List

Method Details

Unprocessed() protected method

protected Unprocessed ( HpglItem item ) : void
item Hpgl.Language.HpglItem
return void

VisitLabel() protected method

protected VisitLabel ( Label item ) : void
item Hpgl.Language.Label
return void