public abstract class AbstractFormField extends java.lang.Object implements ITextReplacedElement
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
DEFAULT_CHECKED_STATE |
protected static java.lang.String |
OFF_STATE |
| Constructor and Description |
|---|
AbstractFormField() |
| Modifier and Type | Method and Description |
|---|---|
void |
detach(LayoutContext c) |
protected java.lang.String |
getFieldName(ITextOutputDevice outputDevice,
org.w3c.dom.Element e) |
protected abstract java.lang.String |
getFieldType() |
protected int |
getHeight() |
int |
getIntrinsicHeight() |
int |
getIntrinsicWidth() |
java.awt.Point |
getLocation() |
protected java.lang.String |
getValue(org.w3c.dom.Element e) |
protected int |
getWidth() |
protected int |
getX() |
protected int |
getY() |
protected void |
initDimensions(LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
protected boolean |
isChecked(org.w3c.dom.Element e) |
protected boolean |
isReadOnly(org.w3c.dom.Element e) |
boolean |
isRequiresInteractivePaint() |
protected boolean |
isSelected(org.w3c.dom.Element e) |
protected void |
setFillColor(com.lowagie.text.pdf.PdfTemplate template,
FSColor color) |
protected void |
setHeight(int height) |
void |
setLocation(int x,
int y) |
protected void |
setStrokeColor(com.lowagie.text.pdf.PdfTemplate template,
FSColor color) |
protected void |
setWidth(int width) |
protected void |
setX(int x) |
protected void |
setY(int y) |
protected java.lang.String |
spaces(int count) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpaintgetBaseline, hasBaselineprotected static final java.lang.String DEFAULT_CHECKED_STATE
protected static final java.lang.String OFF_STATE
protected abstract java.lang.String getFieldType()
protected int getX()
protected void setX(int x)
protected int getY()
protected void setY(int y)
protected int getWidth()
protected void setWidth(int width)
protected int getHeight()
protected void setHeight(int height)
protected java.lang.String getFieldName(ITextOutputDevice outputDevice, org.w3c.dom.Element e)
protected java.lang.String getValue(org.w3c.dom.Element e)
protected boolean isChecked(org.w3c.dom.Element e)
protected boolean isReadOnly(org.w3c.dom.Element e)
protected boolean isSelected(org.w3c.dom.Element e)
public void detach(LayoutContext c)
detach in interface ReplacedElementpublic int getIntrinsicHeight()
getIntrinsicHeight in interface ReplacedElementpublic int getIntrinsicWidth()
getIntrinsicWidth in interface ReplacedElementpublic java.awt.Point getLocation()
getLocation in interface ReplacedElementpublic boolean isRequiresInteractivePaint()
isRequiresInteractivePaint in interface ReplacedElementpublic void setLocation(int x,
int y)
setLocation in interface ReplacedElementprotected void initDimensions(LayoutContext c, BlockBox box, int cssWidth, int cssHeight)
protected java.lang.String spaces(int count)
protected void setStrokeColor(com.lowagie.text.pdf.PdfTemplate template,
FSColor color)
protected void setFillColor(com.lowagie.text.pdf.PdfTemplate template,
FSColor color)
Copyright © 2014. All Rights Reserved.