Module org.sejda.sambox
Class PDAbstractAppearanceHandler
java.lang.Object
org.sejda.sambox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
- All Implemented Interfaces:
PDAppearanceHandler
- Direct Known Subclasses:
PDCaretAppearanceHandler,PDCircleAppearanceHandler,PDFileAttachmentAppearanceHandler,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.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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sejda.sambox.pdmodel.interactive.annotation.handlers.PDAppearanceHandler
generateDownAppearance, generateNormalAppearance, generateRolloverAppearance
-
Field Details
-
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
-
-
Method Details
-
generateAppearanceStreams
public void generateAppearanceStreams()- Specified by:
generateAppearanceStreamsin interfacePDAppearanceHandler
-