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 Summary
Constructors Constructor Description RMPagePdfr() 
- 
Method Summary
All 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.RMShapePdfr
getPdfr, writePDF, writeShape, writeShapeAfter, writeShapeAll, writeShapeChildren 
- 
Methods inherited from class com.inductiveautomation.rm.pdf.writer.RMObjectPdfr
getPdfr 
 - 
 
 - 
 
- 
- 
Method Detail
- 
writeShapeBefore
protected void writeShapeBefore(T aPageShape, RMPDFWriter aWriter)
Writes a given RMShape hierarchy to a PDF file (recursively).- Overrides:
 writeShapeBeforein classRMShapePdfr<T extends RMPage>
 
 - 
 
 -