Uses of Class
com.qoppa.pdf.Layer

Packages that use Layer
com.qoppa.pdf.dom Document object model classes. 
com.qoppa.pdfProcess jPDFProcess main classes: PDFDocument, PDFPage and PDFGraphics. 
 

Uses of Layer in com.qoppa.pdf.dom
 

Methods in com.qoppa.pdf.dom that return Layer
 Layer IPDFDocument.getLayer(int layerIndex)
          Returns a particular PDF layer given its index.
 

Uses of Layer in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess that return Layer
 Layer PDFDocument.addLayer(String name, int initialState)
          Creates and returns a PDF layer (Optional Content Group).
 Layer PDFDocument.getLayer(int layerIndex)
          Returns a particular PDF layer given its index.
 

Methods in com.qoppa.pdfProcess with parameters of type Layer
 Graphics2D PDFPage.createGraphics(Layer layer)
          Creates a graphics object that encapsulates a layer in a PDF document.