java.lang.Object
org.xhtmlrenderer.pdf.AbstractFormField
org.xhtmlrenderer.pdf.EmptyReplacedElement
- All Implemented Interfaces:
org.xhtmlrenderer.extend.ReplacedElement,ITextReplacedElement
User: beck
Date: 11/4/11
-
Field Summary
Fields inherited from class org.xhtmlrenderer.pdf.AbstractFormField
DEFAULT_CHECKED_STATE, OFF_STATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintprotected Stringintintbooleanvoidpaint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) voidsetLocation(int x, int y) Methods inherited from class org.xhtmlrenderer.pdf.AbstractFormField
detach, getFieldName, getHeight, getValue, getWidth, getX, getY, initDimensions, isChecked, isReadOnly, isRequiresInteractivePaint, isSelected, setFillColor, setHeight, setStrokeColor, setWidth, setX, setY, spaces
-
Constructor Details
-
EmptyReplacedElement
public EmptyReplacedElement(int width, int height)
-
-
Method Details
-
paint
public void paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) -
getIntrinsicWidth
public int getIntrinsicWidth()- Specified by:
getIntrinsicWidthin interfaceorg.xhtmlrenderer.extend.ReplacedElement- Overrides:
getIntrinsicWidthin classAbstractFormField
-
getIntrinsicHeight
public int getIntrinsicHeight()- Specified by:
getIntrinsicHeightin interfaceorg.xhtmlrenderer.extend.ReplacedElement- Overrides:
getIntrinsicHeightin classAbstractFormField
-
getLocation
- Specified by:
getLocationin interfaceorg.xhtmlrenderer.extend.ReplacedElement- Overrides:
getLocationin classAbstractFormField
-
setLocation
public void setLocation(int x, int y) - Specified by:
setLocationin interfaceorg.xhtmlrenderer.extend.ReplacedElement- Overrides:
setLocationin classAbstractFormField
-
getFieldType
- Specified by:
getFieldTypein classAbstractFormField
-
hasBaseline
public boolean hasBaseline() -
getBaseline
public int getBaseline()
-