Class PDSquareAppearanceHandler
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
-
- org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDSquareAppearanceHandler
-
- All Implemented Interfaces:
PDAppearanceHandler
public class PDSquareAppearanceHandler extends PDAbstractAppearanceHandler
Handler to generate the square annotations appearance.
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
ANGLED_STYLES, document, INTERIOR_COLOR_STYLES, SHORT_STYLES
-
-
Constructor Summary
Constructors Constructor Description PDSquareAppearanceHandler(PDAnnotation annotation)
PDSquareAppearanceHandler(PDAnnotation annotation, PDDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateAppearanceStreams()
void
generateDownAppearance()
void
generateNormalAppearance()
void
generateRolloverAppearance()
-
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
createCOSStream
-
-
-
-
Constructor Detail
-
PDSquareAppearanceHandler
public PDSquareAppearanceHandler(PDAnnotation annotation)
-
PDSquareAppearanceHandler
public PDSquareAppearanceHandler(PDAnnotation annotation, PDDocument document)
-
-