Class PDFData
- java.lang.Object
 - 
- com.inductiveautomation.snap.filedata.SnapData
 - 
- com.inductiveautomation.snap.filedata.ReportData
 - 
- com.inductiveautomation.snap.filedata.PDFData
 
 
 
 
- 
public class PDFData extends ReportData
A Snap file subclass for PDFs. 
- 
- 
Constructor Summary
Constructors Constructor Description PDFData() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RMParentShapecreateRootShape()Creates the root shape from ReportFile.- 
Methods inherited from class com.inductiveautomation.snap.filedata.ReportData
generateReport, get, getDocument, getRootShape, is, isGenerated, setBytes, setGenerated, setRootShape 
- 
Methods inherited from class com.inductiveautomation.snap.filedata.SnapData
createBytes, createSourceURL, delete, get, getBytes, getInputStream, getSite, getSource, getSourceFile, getSourceURL, is, refresh, save, setSource 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createRootShape
public RMParentShape createRootShape()
Description copied from class:ReportDataCreates the root shape from ReportFile.- Overrides:
 createRootShapein classReportData
 
 - 
 
 -