Package org.xhtmlrenderer.pdf
Class EmptyReplacedElement
java.lang.Object
org.xhtmlrenderer.pdf.AbstractFormField
org.xhtmlrenderer.pdf.EmptyReplacedElement
- All Implemented Interfaces:
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 TypeMethodDescriptionvoidintprotected Stringintintbooleanbooleanvoidpaint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) voidsetLocation(int x, int y) Methods inherited from class org.xhtmlrenderer.pdf.AbstractFormField
getFieldName, getHeight, getValue, getWidth, getX, getY, initDimensions, isChecked, isReadOnly, isSelected, setFillColor, setHeight, setStrokeColor, setWidth, setX, setY, spaces
-
Constructor Details
-
EmptyReplacedElement
public EmptyReplacedElement(int width, int height)
-
-
Method Details
-
paint
-
getIntrinsicWidth
public int getIntrinsicWidth()- Specified by:
getIntrinsicWidthin interfaceReplacedElement- Overrides:
getIntrinsicWidthin classAbstractFormField
-
getIntrinsicHeight
public int getIntrinsicHeight()- Specified by:
getIntrinsicHeightin interfaceReplacedElement- Overrides:
getIntrinsicHeightin classAbstractFormField
-
getLocation
- Specified by:
getLocationin interfaceReplacedElement- Overrides:
getLocationin classAbstractFormField
-
setLocation
public void setLocation(int x, int y) - Specified by:
setLocationin interfaceReplacedElement- Overrides:
setLocationin classAbstractFormField
-
getFieldType
- Specified by:
getFieldTypein classAbstractFormField
-
detach
- Specified by:
detachin interfaceReplacedElement- Overrides:
detachin classAbstractFormField
-
isRequiresInteractivePaint
public boolean isRequiresInteractivePaint()- Specified by:
isRequiresInteractivePaintin interfaceReplacedElement- Overrides:
isRequiresInteractivePaintin classAbstractFormField
-
hasBaseline
public boolean hasBaseline() -
getBaseline
public int getBaseline()
-