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