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
 
 public class RMShapePdfr<T extends RMShape> extends RMObjectPdfr<T> This RMObjectPdfr subclass writes PDF for RMShape.
- 
- 
Constructor SummaryConstructors Constructor Description RMShapePdfr()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RMShapePdfrgetPdfr(RMShape aShape)Returns 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
 
- 
 
- 
- 
- 
Method Detail- 
writePDFpublic void writePDF(T aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).- Overrides:
- writePDFin class- RMObjectPdfr<T extends RMShape>
 
 - 
writeShapeBeforeprotected void writeShapeBefore(T aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).
 - 
writeShapeAllprotected void writeShapeAll(T aShape, RMPDFWriter aWriter) Writes the shape and then the shape's children.
 - 
writeShapeprotected void writeShape(T aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).
 - 
writeShapeChildrenprotected void writeShapeChildren(RMShape aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).
 - 
writeShapeAfterprotected void writeShapeAfter(T aShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).
 - 
getPdfrpublic static RMShapePdfr getPdfr(RMShape aShape) Returns the shape pdfr for a shape.
 
- 
 
-