Class RMPagePdfr<T extends RMPage>
- java.lang.Object
- 
- com.inductiveautomation.rm.pdf.writer.RMObjectPdfr<T>
- 
- com.inductiveautomation.rm.pdf.writer.RMShapePdfr<T>
- 
- com.inductiveautomation.rm.pdf.writer.RMPagePdfr<T>
 
 
 
- 
 public class RMPagePdfr<T extends RMPage> extends RMShapePdfr<T> This RMShapePdfr subclass writes PDF for RMPage.
- 
- 
Constructor SummaryConstructors Constructor Description RMPagePdfr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteShapeBefore(T aPageShape, RMPDFWriter aWriter)Writes a given RMShape hierarchy to a PDF file (recursively).- 
Methods inherited from class com.inductiveautomation.rm.pdf.writer.RMShapePdfrgetPdfr, writePDF, writeShape, writeShapeAfter, writeShapeAll, writeShapeChildren
 - 
Methods inherited from class com.inductiveautomation.rm.pdf.writer.RMObjectPdfrgetPdfr
 
- 
 
- 
- 
- 
Method Detail- 
writeShapeBeforeprotected void writeShapeBefore(T aPageShape, RMPDFWriter aWriter) Writes a given RMShape hierarchy to a PDF file (recursively).- Overrides:
- writeShapeBeforein class- RMShapePdfr<T extends RMPage>
 
 
- 
 
-