Interface ICheckBoxRenderingStrategy
-
- All Known Implementing Classes:
HtmlCheckBoxRenderingStrategy
,PdfACheckBoxRenderingStrategy
,PdfCheckBoxRenderingStrategy
public interface ICheckBoxRenderingStrategy
This interface is used to draw a checkBox icon.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawCheckBoxContent(DrawContext drawContext, CheckBoxRenderer checkBoxRenderer, Rectangle rectangle)
Draws a check box icon.
-
-
-
Method Detail
-
drawCheckBoxContent
void drawCheckBoxContent(DrawContext drawContext, CheckBoxRenderer checkBoxRenderer, Rectangle rectangle)
Draws a check box icon.- Parameters:
drawContext
- the draw contextcheckBoxRenderer
- the checkBox rendererrectangle
- the rectangle where the icon should be drawn
-
-