Class RadioButtonFormField

java.lang.Object
org.xhtmlrenderer.pdf.AbstractFormField
org.xhtmlrenderer.pdf.RadioButtonFormField
All Implemented Interfaces:
org.xhtmlrenderer.extend.ReplacedElement, ITextReplacedElement

public final class RadioButtonFormField extends AbstractFormField
  • Constructor Details

    • RadioButtonFormField

      public RadioButtonFormField(ITextReplacedElementFactory factory, org.xhtmlrenderer.layout.LayoutContext c, org.xhtmlrenderer.render.BlockBox box, int cssWidth, int cssHeight)
  • Method Details

    • getFieldType

      protected String getFieldType()
      Specified by:
      getFieldType in class AbstractFormField
    • 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:
      detach in interface org.xhtmlrenderer.extend.ReplacedElement
      Overrides:
      detach in class AbstractFormField
    • getBox

      public org.xhtmlrenderer.render.Box getBox()
    • getBaseline

      public int getBaseline()
    • hasBaseline

      public boolean hasBaseline()