public class EmptyReplacedElement extends AbstractFormField
DEFAULT_CHECKED_STATE, OFF_STATE| Constructor and Description |
|---|
EmptyReplacedElement(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach(LayoutContext c) |
int |
getBaseline() |
protected java.lang.String |
getFieldType() |
int |
getIntrinsicHeight() |
int |
getIntrinsicWidth() |
java.awt.Point |
getLocation() |
boolean |
hasBaseline() |
boolean |
isRequiresInteractivePaint() |
void |
paint(RenderingContext c,
ITextOutputDevice outputDevice,
BlockBox box) |
void |
setLocation(int x,
int y) |
getFieldName, getHeight, getValue, getWidth, getX, getY, initDimensions, isChecked, isReadOnly, isSelected, setFillColor, setHeight, setStrokeColor, setWidth, setX, setY, spacespublic void paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box)
public int getIntrinsicWidth()
getIntrinsicWidth in interface ReplacedElementgetIntrinsicWidth in class AbstractFormFieldpublic int getIntrinsicHeight()
getIntrinsicHeight in interface ReplacedElementgetIntrinsicHeight in class AbstractFormFieldpublic java.awt.Point getLocation()
getLocation in interface ReplacedElementgetLocation in class AbstractFormFieldpublic void setLocation(int x,
int y)
setLocation in interface ReplacedElementsetLocation in class AbstractFormFieldprotected java.lang.String getFieldType()
getFieldType in class AbstractFormFieldpublic void detach(LayoutContext c)
detach in interface ReplacedElementdetach in class AbstractFormFieldpublic boolean isRequiresInteractivePaint()
isRequiresInteractivePaint in interface ReplacedElementisRequiresInteractivePaint in class AbstractFormFieldpublic boolean hasBaseline()
public int getBaseline()
Copyright © 2014. All Rights Reserved.