Interface ICheckBoxRenderingStrategy

All Known Implementing Classes:
HtmlCheckBoxRenderingStrategy, PdfACheckBoxRenderingStrategy, PdfCheckBoxRenderingStrategy

public interface ICheckBoxRenderingStrategy
This interface is used to draw a checkBox icon.
  • Method Details

    • drawCheckBoxContent

      void drawCheckBoxContent (DrawContext drawContext, CheckBoxRenderer checkBoxRenderer, Rectangle rectangle)
      Draws a check box icon.
      Parameters:
      drawContext - the draw context
      checkBoxRenderer - the checkBox renderer
      rectangle - the rectangle where the icon should be drawn