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 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) |
Modifier and Type | Method and Description |
---|---|
abstract void |
generateDownAppearance() |
abstract void |
generateNormalAppearance() |
abstract void |
generateRolloverAppearance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateAppearanceStreams
protected static final Set<String> SHORT_STYLES
protected static final Set<String> INTERIOR_COLOR_STYLES
public PDAbstractAppearanceHandler(PDAnnotation annotation)
public abstract void generateNormalAppearance()
generateNormalAppearance
in interface PDAppearanceHandler
public abstract void generateRolloverAppearance()
generateRolloverAppearance
in interface PDAppearanceHandler
public abstract void generateDownAppearance()
generateDownAppearance
in interface PDAppearanceHandler
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.