public class FDFAnnotationInk extends FDFAnnotation
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
LOG |
static java.lang.String |
SUBTYPE
COS Model value for SubType entry.
|
annot
Constructor and Description |
---|
FDFAnnotationInk()
Default constructor.
|
FDFAnnotationInk(COSDictionary a)
Constructor.
|
FDFAnnotationInk(org.w3c.dom.Element element)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<float[]> |
getInkList()
Get the paths making up the freehand "scribble".
|
void |
setInkList(java.util.List<float[]> inklist)
Set the paths making up the freehand "scribble".
|
create, getBorderEffect, getBorderStyle, getColor, getContents, getCOSObject, getCreationDate, getDate, getIntent, getName, getOpacity, getPage, getRectangle, getRichContents, getStringOrStream, getSubject, getTitle, isHidden, isInvisible, isLocked, isLockedContents, isNoRotate, isNoView, isNoZoom, isPrinted, isReadOnly, isToggleNoView, setBorderEffect, setBorderStyle, setColor, setContents, setCreationDate, setDate, setHidden, setIntent, setInvisible, setLocked, setLockedContents, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPage, setPrinted, setReadOnly, setRectangle, setRichContents, setSubject, setTitle, setToggleNoView
private static final org.apache.commons.logging.Log LOG
public static final java.lang.String SUBTYPE
public FDFAnnotationInk()
public FDFAnnotationInk(COSDictionary a)
a
- An existing FDF Annotation.public FDFAnnotationInk(org.w3c.dom.Element element) throws java.io.IOException
element
- An XFDF element.java.io.IOException
- If there is an error extracting information from the element.public final void setInkList(java.util.List<float[]> inklist)
inklist
- the List of arrays representing the paths.public java.util.List<float[]> getInkList()
setInkList(List)