public class NvgCheckBoxRenderer extends NvgDefaultComponentRenderer<CheckBox>
Constructor and Description |
---|
NvgCheckBoxRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
renderSelf(CheckBox checkBox,
Context context,
long nanovg)
Used to render component without childs.
|
renderBorder, renderChildComponents, renderComponent
renderComponent
destroy, initialize, render
public void renderSelf(CheckBox checkBox, Context context, long nanovg)
NvgDefaultComponentRenderer
renderSelf
in class NvgDefaultComponentRenderer<CheckBox>
checkBox
- component to render.context
- context.nanovg
- nanovg context pointer.