public class NvgDefaultIconRenderer extends NvgIconRenderer
Constructor and Description |
---|
NvgDefaultIconRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
renderIcon(Icon icon,
Component component,
Context context,
long nanovg)
Used to render specific Icon.
|
renderIcon
destroy, initialize, render
protected void renderIcon(Icon icon, Component component, Context context, long nanovg)
NvgIconRenderer
renderIcon
in class NvgIconRenderer
icon
- icon to render.component
- component - icon owner.context
- context.nanovg
- nanoVG context.