Packages

 

com.aspose.cad.fileformats.stp.renderer

Class StpRenderer

  • java.lang.Object
    • com.aspose.foundation.rendering.ApsDocumentVisitor
      • com.aspose.cad.fileformats.stp.renderer.StpRenderer


  • public class StpRenderer
    extends com.aspose.foundation.rendering.ApsDocumentVisitor

    StpRenderer class for rendering an STP file.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void render(com.aspose.foundation.rendering.ApsNode node)
      Renders a layout node and all its contents into a STP document.
      void visitPathFigureEnd(com.aspose.foundation.rendering.ApsPathFigure pathFigure)
      Visits the path figure end.
      void visitPathFigureStart(com.aspose.foundation.rendering.ApsPathFigure pathFigure)
      Visits the path figure start.
      void visitPathStart(com.aspose.foundation.rendering.ApsPath path)
      Visits the path start.
      void visitPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment)
      Visits the poly line segment.
      • Methods inherited from class com.aspose.foundation.rendering.ApsDocumentVisitor

        endVisitGroup, visitBezierSegment, visitBookmark, visitCanvasEnd, visitCanvasStart, visitFormComboBox, visitFormFieldButton, visitFormFieldCheckbox, visitFormFieldRadioButton, visitFormFieldText, visitGlyphs, visitGroup, visitImage, visitMeshSegment, visitOutlineItem, visitPageEnd, visitPageStart, visitPathEnd, visitScene3D
    • Method Detail

      • render

        public final void render(com.aspose.foundation.rendering.ApsNode node)

        Renders a layout node and all its contents into a STP document.

        Parameters:
        node - The aps node.
      • visitPathFigureStart

        public void visitPathFigureStart(com.aspose.foundation.rendering.ApsPathFigure pathFigure)

        Visits the path figure start.

        Overrides:
        visitPathFigureStart in class com.aspose.foundation.rendering.ApsDocumentVisitor
        Parameters:
        pathFigure - The path figure.
      • visitPathFigureEnd

        public void visitPathFigureEnd(com.aspose.foundation.rendering.ApsPathFigure pathFigure)

        Visits the path figure end.

        Overrides:
        visitPathFigureEnd in class com.aspose.foundation.rendering.ApsDocumentVisitor
        Parameters:
        pathFigure - The path figure.
      • visitPolyLineSegment

        public void visitPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment)

        Visits the poly line segment.

        Overrides:
        visitPolyLineSegment in class com.aspose.foundation.rendering.ApsDocumentVisitor
        Parameters:
        segment - The segment.
      • visitPathStart

        public void visitPathStart(com.aspose.foundation.rendering.ApsPath path)

        Visits the path start.

        Overrides:
        visitPathStart in class com.aspose.foundation.rendering.ApsDocumentVisitor
        Parameters:
        path - The aps path.