Class RMShapePdfr<T extends RMShape>
java.lang.Object
com.inductiveautomation.rm.pdf.writer.RMObjectPdfr<T>
com.inductiveautomation.rm.pdf.writer.RMShapePdfr<T>
- Direct Known Subclasses:
- RMImageShapePdfr,- RMPagePdfr,- RMTextShapePdfr
This RMObjectPdfr subclass writes PDF for RMShape.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RMShapePdfrReturns the shape pdfr for a shape.voidwritePDF(T aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).protected voidwriteShape(T aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).protected voidwriteShapeAfter(T aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).protected voidwriteShapeAll(T aShape, RMPDFWriter aWriter) Writes the shape and then the shape's children.protected voidwriteShapeBefore(T aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).protected voidwriteShapeChildren(RMShape aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).Methods inherited from class com.inductiveautomation.rm.pdf.writer.RMObjectPdfrgetPdfr
- 
Constructor Details- 
RMShapePdfrpublic RMShapePdfr()
 
- 
- 
Method Details- 
writePDFWrites a given RMShape hierarchy to a PDF file (recursively).- Overrides:
- writePDFin class- RMObjectPdfr<T extends RMShape>
 
- 
writeShapeBeforeWrites a given RMShape hierarchy to a PDF file (recursively).
- 
writeShapeAllWrites the shape and then the shape's children.
- 
writeShapeWrites a given RMShape hierarchy to a PDF file (recursively).
- 
writeShapeChildrenWrites a given RMShape hierarchy to a PDF file (recursively).
- 
writeShapeAfterWrites a given RMShape hierarchy to a PDF file (recursively).
- 
getPdfrReturns the shape pdfr for a shape.
 
-