java.lang.Object
org.xhtmlrenderer.pdf.AbstractFormField
org.xhtmlrenderer.pdf.RadioButtonFormField
- All Implemented Interfaces:
org.xhtmlrenderer.extend.ReplacedElement,ITextReplacedElement
-
Field Summary
Fields inherited from class org.xhtmlrenderer.pdf.AbstractFormField
DEFAULT_CHECKED_STATE, OFF_STATE -
Constructor Summary
ConstructorsConstructorDescriptionRadioButtonFormField(ITextReplacedElementFactory factory, org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.render.BlockBox box, int cssWidth, int cssHeight) -
Method Summary
Modifier and TypeMethodDescriptionvoiddetach(org.xhtmlrenderer.layout.LayoutContext c) intorg.xhtmlrenderer.render.BoxgetBox()protected Stringbooleanvoidpaint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) Methods inherited from class org.xhtmlrenderer.pdf.AbstractFormField
getFieldName, getHeight, getIntrinsicHeight, getIntrinsicWidth, getLocation, getValue, getWidth, getX, getY, initDimensions, isChecked, isReadOnly, isRequiresInteractivePaint, isSelected, setFillColor, setHeight, setLocation, setStrokeColor, setWidth, setX, setY, spaces
-
Constructor Details
-
RadioButtonFormField
public RadioButtonFormField(ITextReplacedElementFactory factory, org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.render.BlockBox box, int cssWidth, int cssHeight)
-
-
Method Details
-
getFieldType
- Specified by:
getFieldTypein classAbstractFormField
-
paint
public void paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) -
detach
public void detach(org.xhtmlrenderer.layout.LayoutContext c) - Specified by:
detachin interfaceorg.xhtmlrenderer.extend.ReplacedElement- Overrides:
detachin classAbstractFormField
-
getBox
public org.xhtmlrenderer.render.Box getBox() -
getBaseline
public int getBaseline() -
hasBaseline
public boolean hasBaseline()
-