Class PDLineAppearanceHandler
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
-
- org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDLineAppearanceHandler
-
- All Implemented Interfaces:
PDAppearanceHandler
public class PDLineAppearanceHandler extends PDAbstractAppearanceHandler
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intFONT_SIZEprivate static org.apache.commons.logging.LogLOG-
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
ANGLED_STYLES, ARROW_ANGLE, document, INTERIOR_COLOR_STYLES, SHORT_STYLES
-
-
Constructor Summary
Constructors Constructor Description PDLineAppearanceHandler(PDAnnotation annotation)PDLineAppearanceHandler(PDAnnotation annotation, PDDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateDownAppearance()voidgenerateNormalAppearance()voidgenerateRolloverAppearance()-
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
addRectDifferences, applyRectDifferences, createCOSStream, drawArrow, drawCircle, drawCircle2, drawDiamond, drawStyle, getAnnotation, getAppearance, getColor, getDefaultFont, getDownAppearance, getNormalAppearanceAsContentStream, getNormalAppearanceAsContentStream, getPaddedRectangle, getRectangle, getRolloverAppearance, handleBorderBox, setOpacity
-
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
-
-
-
-
Field Detail
-
LOG
private static final org.apache.commons.logging.Log LOG
-
FONT_SIZE
static final int FONT_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PDLineAppearanceHandler
public PDLineAppearanceHandler(PDAnnotation annotation)
-
PDLineAppearanceHandler
public PDLineAppearanceHandler(PDAnnotation annotation, PDDocument document)
-
-