|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfOCG | |
---|---|
com.lowagie.text | |
com.lowagie.text.pdf |
Uses of PdfOCG in com.lowagie.text |
---|
Fields in com.lowagie.text declared as PdfOCG | |
---|---|
protected PdfOCG |
Image.layer
|
Methods in com.lowagie.text that return PdfOCG | |
---|---|
PdfOCG |
Image.getLayer()
Gets the layer this image belongs to. |
Methods in com.lowagie.text with parameters of type PdfOCG | |
---|---|
void |
Image.setLayer(PdfOCG layer)
Sets the layer this image belongs to. |
Uses of PdfOCG in com.lowagie.text.pdf |
---|
Classes in com.lowagie.text.pdf that implement PdfOCG | |
---|---|
class |
PdfLayer
An optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications. |
class |
PdfLayerMembership
Content typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF. |
Fields in com.lowagie.text.pdf declared as PdfOCG | |
---|---|
protected PdfOCG |
PdfTemplate.layer
|
Methods in com.lowagie.text.pdf that return PdfOCG | |
---|---|
PdfOCG |
PdfTemplate.getLayer()
Gets the layer this template belongs to. |
Methods in com.lowagie.text.pdf with parameters of type PdfOCG | |
---|---|
void |
PdfContentByte.beginLayer(PdfOCG layer)
Begins a graphic block whose visibility is controled by the layer . |
void |
PdfAnnotation.setLayer(PdfOCG layer)
Sets the layer this annotation belongs to. |
void |
PdfTemplate.setLayer(PdfOCG layer)
Sets the layer this template belongs to. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |