public class StpRenderer
extends com.aspose.foundation.rendering.ApsDocumentVisitor
StpRenderer class for rendering an STP file.
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.
|
endVisitGroup, visitBezierSegment, visitBookmark, visitCanvasEnd, visitCanvasStart, visitFormComboBox, visitFormFieldButton, visitFormFieldCheckbox, visitFormFieldRadioButton, visitFormFieldText, visitGlyphs, visitGroup, visitImage, visitMeshSegment, visitOutlineItem, visitPageEnd, visitPageStart, visitPathEnd, visitScene3D
public final void render(com.aspose.foundation.rendering.ApsNode node)
Renders a layout node and all its contents into a STP document.
node
- The aps node.public void visitPathFigureStart(com.aspose.foundation.rendering.ApsPathFigure pathFigure)
Visits the path figure start.
visitPathFigureStart
in class com.aspose.foundation.rendering.ApsDocumentVisitor
pathFigure
- The path figure.public void visitPathFigureEnd(com.aspose.foundation.rendering.ApsPathFigure pathFigure)
Visits the path figure end.
visitPathFigureEnd
in class com.aspose.foundation.rendering.ApsDocumentVisitor
pathFigure
- The path figure.public void visitPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment)
Visits the poly line segment.
visitPolyLineSegment
in class com.aspose.foundation.rendering.ApsDocumentVisitor
segment
- The segment.public void visitPathStart(com.aspose.foundation.rendering.ApsPath path)
Visits the path start.
visitPathStart
in class com.aspose.foundation.rendering.ApsDocumentVisitor
path
- The aps path.