Class CheckboxFormField

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

@ParametersAreNonnullByDefault public class CheckboxFormField extends AbstractFormField
  • Constructor Details

    • CheckboxFormField

      public CheckboxFormField(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)
    • getBaseline

      public int getBaseline()
    • hasBaseline

      public boolean hasBaseline()