Class PDSoundAppearanceHandler
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
-
- org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDSoundAppearanceHandler
-
- All Implemented Interfaces:
PDAppearanceHandler
public class PDSoundAppearanceHandler extends PDAbstractAppearanceHandler
-
-
Field Summary
-
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 PDSoundAppearanceHandler(PDAnnotation annotation)PDSoundAppearanceHandler(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
-
-
-
-
Constructor Detail
-
PDSoundAppearanceHandler
public PDSoundAppearanceHandler(PDAnnotation annotation)
-
PDSoundAppearanceHandler
public PDSoundAppearanceHandler(PDAnnotation annotation, PDDocument document)
-
-