Uses of Class
com.qoppa.pdf.Layer

Packages that use Layer
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdf.dom Classes representing the PDF document object model. 
 

Uses of Layer in com.qoppa.pdf
 

Methods in com.qoppa.pdf with parameters of type Layer
 void LayerListener.stateChanged(Layer l, boolean visible)
          This method gets called anytime a layer's visibility state has changed.
 

Uses of Layer in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations with parameters of type Layer
 void Annotation.setLayer(Layer layer)
          Sets the layer that this annotation belongs to.
 

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.