public interface FreeText extends Annotation
Modifier and Type | Field and Description |
---|---|
static int |
ALIGN_BOTTOM |
static int |
ALIGN_CENTER |
static int |
ALIGN_LEFT |
static int |
ALIGN_RIGHT |
static int |
ALIGN_TOP |
static String |
FREE_TEXT_TYPEWRITER |
BORDERSTYLE_BEVELED, BORDERSTYLE_CLOUD, BORDERSTYLE_DASHED, BORDERSTYLE_INSETS, BORDERSTYLE_SOLID, BORDERSTYLE_UNDERLINE, FLAGS_HIDDEN, FLAGS_INVISIBLE, FLAGS_LOCKED, FLAGS_NOROTATE, FLAGS_NOVIEW, FLAGS_NOZOOM, FLAGS_PRINTABLE, FLAGS_READONLY
Modifier and Type | Method and Description |
---|---|
int |
getAlignHorizontal() |
int |
getAlignVertical() |
Color |
getBorderColor() |
Rectangle2D.Double |
getBorderRect() |
String |
getContents()
Returns the string contents for this annotation.
|
Font |
getFont() |
String |
getIntent()
Returns the description of the intent of the FreeText Annotation
|
int |
getRotation() |
BasicStroke |
getStroke()
Gets the stroke to use when drawing the annotation.
|
Color |
getTextColor() |
boolean |
isIntentTypeWriter() |
void |
setAlignHorizontal(int align) |
void |
setAlignVertical(int align) |
void |
setBorderColor(Color borderColor) |
void |
setBorderRect(Rectangle2D.Double borderRect) |
void |
setContents(String contents)
Sets the string contents for this annotation.
|
void |
setFont(Font font) |
void |
setIntent(String intent)
Set the description of the intent of the FreeText Annotation
|
void |
setRotation(int rotation) |
void |
setStroke(BasicStroke stroke)
Sets the stroke used when drawing the annotation.
|
void |
setTextColor(Color textColor) |
getActions, getBorderStyle, getBorderWidth, getCheckmarkStatus, getColor, getComponent, getCreator, getFlags, getModifiedDate, getName, getOpacity, getRectangle, getReviewHistory, getSubject, getSubtype, getTriggerActions, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrintable, isReadOnly, paint, print, revalidate, setActions, setBorderStyle, setBorderWidth, setColor, setComponent, setComponentVisible, setCreator, setFlags, setHidden, setInvisible, setLayer, setLocked, setModifiedDate, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPrintable, setReadOnly, setRectangle, setSubject, setSubtype, setTriggerActions, shiftRectangle
static final int ALIGN_LEFT
static final int ALIGN_CENTER
static final int ALIGN_RIGHT
static final int ALIGN_TOP
static final int ALIGN_BOTTOM
static final String FREE_TEXT_TYPEWRITER
String getContents()
getContents
in interface Annotation
void setContents(String contents)
int getAlignHorizontal()
void setAlignHorizontal(int align)
int getAlignVertical()
void setAlignVertical(int align)
Font getFont()
void setFont(Font font)
Color getTextColor()
void setTextColor(Color textColor)
Color getBorderColor()
void setBorderColor(Color borderColor)
Rectangle2D.Double getBorderRect()
void setBorderRect(Rectangle2D.Double borderRect)
int getRotation()
void setRotation(int rotation)
String getIntent()
void setIntent(String intent)
intent
- the intent to setboolean isIntentTypeWriter()
BasicStroke getStroke()
void setStroke(BasicStroke stroke)
stroke
- The stroke to use when drawing the annotation.