public class PDPolygonAppearanceHandler extends PDAbstractAppearanceHandler
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
LOG |
ANGLED_STYLES, ARROW_ANGLE, document, INTERIOR_COLOR_STYLES, SHORT_STYLES
Constructor and Description |
---|
PDPolygonAppearanceHandler(PDAnnotation annotation) |
PDPolygonAppearanceHandler(PDAnnotation annotation,
PDDocument document) |
Modifier and Type | Method and Description |
---|---|
void |
generateAppearanceStreams() |
void |
generateDownAppearance() |
void |
generateNormalAppearance() |
void |
generateRolloverAppearance() |
(package private) float |
getLineWidth()
Get the line with of the border.
|
private float[][] |
getPathArray(PDAnnotationMarkup annotation) |
addRectDifferences, applyRectDifferences, createCOSStream, drawArrow, drawCircle, drawCircle2, drawDiamond, drawStyle, getAnnotation, getAppearance, getColor, getDownAppearance, getNormalAppearanceAsContentStream, getNormalAppearanceAsContentStream, getPaddedRectangle, getRectangle, getRolloverAppearance, handleBorderBox, setOpacity
public PDPolygonAppearanceHandler(PDAnnotation annotation)
public PDPolygonAppearanceHandler(PDAnnotation annotation, PDDocument document)
public void generateAppearanceStreams()
public void generateNormalAppearance()
private float[][] getPathArray(PDAnnotationMarkup annotation)
public void generateRolloverAppearance()
public void generateDownAppearance()
float getLineWidth()