Class PDAbstractAppearanceHandler
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
- All Implemented Interfaces:
PDAppearanceHandler
- Direct Known Subclasses:
PDCaretAppearanceHandler
,PDCircleAppearanceHandler
,PDFreeTextAppearanceHandler
,PDHighlightAppearanceHandler
,PDInkAppearanceHandler
,PDLineAppearanceHandler
,PDLinkAppearanceHandler
,PDPolygonAppearanceHandler
,PDPolylineAppearanceHandler
,PDSoundAppearanceHandler
,PDSquareAppearanceHandler
,PDSquigglyAppearanceHandler
,PDStrikeoutAppearanceHandler
,PDTextAppearanceHandler
,PDUnderlineAppearanceHandler
Generic handler to generate the fields appearance.
Individual handler will provide specific implementations for different field
types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionLine ending styles where the shape changes its angle, e.g.protected PDDocument
Line ending styles where there is an interior color.Line ending styles where the line has to be drawn shorter (minus line width). -
Constructor Summary
ConstructorsConstructorDescriptionPDAbstractAppearanceHandler
(PDAnnotation annotation) PDAbstractAppearanceHandler
(PDAnnotation annotation, PDDocument document) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAppearanceHandler
generateAppearanceStreams, generateDownAppearance, generateNormalAppearance, generateRolloverAppearance
-
Field Details
-
document
-
SHORT_STYLES
Line ending styles where the line has to be drawn shorter (minus line width). -
INTERIOR_COLOR_STYLES
Line ending styles where there is an interior color. -
ANGLED_STYLES
Line ending styles where the shape changes its angle, e.g. arrows.
-
-
Constructor Details
-
PDAbstractAppearanceHandler
-
PDAbstractAppearanceHandler
-
-
Method Details
-
createCOSStream
-