public interface IExporterVisitor
Exporter visitor
Modifier and Type | Method and Description |
---|---|
void |
visit(IBezierCurve curve)
Visits curve
|
void |
visit(IPolyLine polyLine)
Visits line
|
void |
visit(IText text)
Visits text
|
void visit(IBezierCurve curve)
Visits curve
curve
- curve to visitvoid visit(IPolyLine polyLine)
Visits line
polyLine
- line to visitvoid visit(IText text)
Visits text
text
- text to visit