public abstract class PDAbstractAppearanceHandler extends Object implements PDAppearanceHandler
Modifier and Type | Field and Description |
---|---|
protected static Set<String> |
ANGLED_STYLES
Line ending styles where the shape changes its angle, e.g.
|
protected PDDocument |
document |
protected static Set<String> |
INTERIOR_COLOR_STYLES
Line ending styles where there is an interior color.
|
protected static Set<String> |
SHORT_STYLES
Line ending styles where the line has to be drawn shorter (minus line width).
|
Constructor and Description |
---|
PDAbstractAppearanceHandler(PDAnnotation annotation) |
PDAbstractAppearanceHandler(PDAnnotation annotation,
PDDocument document) |
Modifier and Type | Method and Description |
---|---|
protected COSStream |
createCOSStream() |
void |
generateAppearanceStreams() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateDownAppearance, generateNormalAppearance, generateRolloverAppearance
protected PDDocument document
protected static final Set<String> SHORT_STYLES
protected static final Set<String> INTERIOR_COLOR_STYLES
public PDAbstractAppearanceHandler(PDAnnotation annotation)
public PDAbstractAppearanceHandler(PDAnnotation annotation, PDDocument document)
public void generateAppearanceStreams()
generateAppearanceStreams
in interface PDAppearanceHandler
protected COSStream createCOSStream()
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.