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() |
protected PDFont |
getDefaultFont() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateAppearanceStreams, generateDownAppearance, generateNormalAppearance, generateRolloverAppearanceprotected final 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)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.