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