Package org.xhtmlrenderer.pdf
Class RadioButtonFormField
- java.lang.Object
-
- org.xhtmlrenderer.pdf.AbstractFormField
-
- org.xhtmlrenderer.pdf.RadioButtonFormField
-
- All Implemented Interfaces:
ReplacedElement
,ITextReplacedElement
public class RadioButtonFormField extends AbstractFormField
-
-
Constructor Summary
Constructors Constructor Description RadioButtonFormField(ITextReplacedElementFactory factory, LayoutContext c, BlockBox box, int cssWidth, int cssHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
detach(LayoutContext c)
int
getBaseline()
Box
getBox()
boolean
hasBaseline()
void
paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box)
-
Methods inherited from class org.xhtmlrenderer.pdf.AbstractFormField
getIntrinsicHeight, getIntrinsicWidth, getLocation, isRequiresInteractivePaint, setLocation
-
-
-
-
Constructor Detail
-
RadioButtonFormField
public RadioButtonFormField(ITextReplacedElementFactory factory, LayoutContext c, BlockBox box, int cssWidth, int cssHeight)
-
-
Method Detail
-
paint
public void paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box)
-
detach
public void detach(LayoutContext c)
- Specified by:
detach
in interfaceReplacedElement
- Overrides:
detach
in classAbstractFormField
-
getBox
public Box getBox()
-
getBaseline
public int getBaseline()
-
hasBaseline
public boolean hasBaseline()
-
-