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(org.xhtmlrenderer.layout.LayoutContext c) |
int |
getBaseline() |
protected String |
getFieldType() |
int |
getIntrinsicHeight() |
int |
getIntrinsicWidth() |
Point |
getLocation() |
boolean |
hasBaseline() |
boolean |
isRequiresInteractivePaint() |
void |
paint(org.xhtmlrenderer.render.RenderingContext c,
ITextOutputDevice outputDevice,
org.xhtmlrenderer.render.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(org.xhtmlrenderer.render.RenderingContext c,
ITextOutputDevice outputDevice,
org.xhtmlrenderer.render.BlockBox box)
public int getIntrinsicWidth()
getIntrinsicWidth in interface org.xhtmlrenderer.extend.ReplacedElementgetIntrinsicWidth in class AbstractFormFieldpublic int getIntrinsicHeight()
getIntrinsicHeight in interface org.xhtmlrenderer.extend.ReplacedElementgetIntrinsicHeight in class AbstractFormFieldpublic Point getLocation()
getLocation in interface org.xhtmlrenderer.extend.ReplacedElementgetLocation in class AbstractFormFieldpublic void setLocation(int x,
int y)
setLocation in interface org.xhtmlrenderer.extend.ReplacedElementsetLocation in class AbstractFormFieldprotected String getFieldType()
getFieldType in class AbstractFormFieldpublic void detach(org.xhtmlrenderer.layout.LayoutContext c)
detach in interface org.xhtmlrenderer.extend.ReplacedElementdetach in class AbstractFormFieldpublic boolean isRequiresInteractivePaint()
isRequiresInteractivePaint in interface org.xhtmlrenderer.extend.ReplacedElementisRequiresInteractivePaint in class AbstractFormFieldpublic boolean hasBaseline()
public int getBaseline()
Copyright © 2018. All rights reserved.