public abstract class AbstractFormField extends java.lang.Object implements ITextReplacedElement
| Constructor and Description |
|---|
AbstractFormField() |
| Modifier and Type | Method and Description |
|---|---|
void |
detach(LayoutContext c) |
int |
getIntrinsicHeight() |
int |
getIntrinsicWidth() |
java.awt.Point |
getLocation()
Returns the current location where the element will be rendered on the canvas
|
boolean |
isRequiresInteractivePaint() |
void |
setLocation(int x,
int y)
Assigns the new locations where the element will be rendered.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpaintgetBaseline, hasBaselinepublic void detach(LayoutContext c)
detach in interface ReplacedElementpublic int getIntrinsicHeight()
getIntrinsicHeight in interface ReplacedElementpublic int getIntrinsicWidth()
getIntrinsicWidth in interface ReplacedElementpublic java.awt.Point getLocation()
ReplacedElementgetLocation in interface ReplacedElementpublic boolean isRequiresInteractivePaint()
isRequiresInteractivePaint in interface ReplacedElementpublic void setLocation(int x,
int y)
ReplacedElementsetLocation in interface ReplacedElementx - new horizontal posy - new vertical pos