Uses of Class
com.aowagie.text.pdf.PdfLayer
-
Packages that use PdfLayer Package Description com.aowagie.text.pdf -
-
Uses of PdfLayer in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfLayer Modifier and Type Field Description private PdfLayer
PdfLayer. parent
Methods in com.aowagie.text.pdf that return PdfLayer Modifier and Type Method Description PdfLayer
PdfLayer. getParent()
Gets the parent layer.Methods in com.aowagie.text.pdf with parameters of type PdfLayer Modifier and Type Method Description (package private) void
PdfLayer. addChild(PdfLayer child)
Adds a child layer.private void
PdfStamperImp. addOrder(PdfLayer parent, PdfArray arr, java.util.Map ocgmap)
Recursive method to reconstruct the documentOCGorder variable in the writer.private static void
PdfWriter. getOCGOrder(PdfArray order, PdfLayer layer)
-