Packages

 

com.aspose.cad.exporters.igesexporter.igesdrawableexporter

Interface IExporterVisitor



  • public interface IExporterVisitor

    Exporter visitor

    • Method Detail

      • visit

        void visit(IBezierCurve curve)

        Visits curve

        Parameters:
        curve - curve to visit
      • visit

        void visit(IPolyLine polyLine)

        Visits line

        Parameters:
        polyLine - line to visit
      • visit

        void visit(IText text)

        Visits text

        Parameters:
        text - text to visit