public class RadioButtonFormField extends AbstractFormField
| Constructor and Description |
|---|
RadioButtonFormField(ITextReplacedElementFactory factory,
LayoutContext c,
BlockBox box,
int cssWidth,
int cssHeight) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach(LayoutContext c) |
int |
getBaseline() |
Box |
getBox() |
boolean |
hasBaseline() |
void |
paint(RenderingContext c,
ITextOutputDevice outputDevice,
BlockBox box) |
getIntrinsicHeight, getIntrinsicWidth, getLocation, isRequiresInteractivePaint, setLocationpublic RadioButtonFormField(ITextReplacedElementFactory factory, LayoutContext c, BlockBox box, int cssWidth, int cssHeight)
public void paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box)
public void detach(LayoutContext c)
detach in interface ReplacedElementdetach in class AbstractFormFieldpublic Box getBox()
public int getBaseline()
public boolean hasBaseline()