Package | Description |
---|---|
com.qoppa.pdf |
General classes used by different objects throughout the library.
|
com.qoppa.pdf.actions |
Classes that represent user actions.
|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
com.qoppa.pdf.dom |
Classes representing the PDF document object model.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerListener.propertyChanged(Layer l)
This method gets called any time a layer's properties have changed.
|
void |
LayerListener.stateChanged(Layer l,
boolean visible)
This method gets called anytime a layer's visibility state has changed.
|
Modifier and Type | Method and Description |
---|---|
Vector<Layer> |
SetOCGState.Sequence.getLayerList()
Returns the list of layers.
|
Constructor and Description |
---|
Sequence(int ocgAction,
Vector<Layer> layerList)
Constructs a Sequence object with a list of layers and the action to do on those layers.
|
Modifier and Type | Method and Description |
---|---|
void |
Annotation.setLayer(Layer layer)
Sets the layer that this annotation belongs to.
|
Modifier and Type | Method and Description |
---|---|
Layer |
IPDFDocument.getLayer(int layerIndex)
Returns a particular PDF layer given its index.
|