Class PdfBoxLinkManager
java.lang.Object
com.openhtmltopdf.pdfboxout.PdfBoxLinkManager
Deprecated.
Use fast link manager instead.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.All Elements which can have a shaped image map implement thisstatic classDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionPdfBoxLinkManager(SharedContext ctx, float dotsPerPoint, Box root, PdfBoxOutputDevice od) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic Rectangle2DcreateTargetArea(RenderingContext c, Box box, float pageHeight, AffineTransform transform, Box _root, PdfBoxOutputDevice _od) Deprecated.voidprocessLinkLater(RenderingContext c, Box box, org.apache.pdfbox.pdmodel.PDPage page, float pageHeight, AffineTransform transform) Deprecated.voidDeprecated.
-
Constructor Details
-
Method Details
-
createTargetArea
public static Rectangle2D createTargetArea(RenderingContext c, Box box, float pageHeight, AffineTransform transform, Box _root, PdfBoxOutputDevice _od) Deprecated. -
processLinkLater
public void processLinkLater(RenderingContext c, Box box, org.apache.pdfbox.pdmodel.PDPage page, float pageHeight, AffineTransform transform) Deprecated. -
processLinks
public void processLinks()Deprecated.
-