IExporterVisitor
Exporter visitor
Methods
| Method | Description |
|---|---|
| visit(IBezierCurve curve) | Visits curve |
| visit(IPolyLine polyLine) | Visits line |
| visit(IText text) | Visits text |
visit(IBezierCurve curve)
void visit(IBezierCurve curve)
Visits curve
Parameters:
| Parameter | Type | Description |
|---|---|---|
| curve | IBezierCurve | curve to visit |
visit(IPolyLine polyLine)
void visit(IPolyLine polyLine)
Visits line
Parameters:
| Parameter | Type | Description |
|---|---|---|
| polyLine | IPolyLine | line to visit |
visit(IText text)
void visit(IText text)
Visits text
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | IText | text to visit |