C
- component type.public abstract class NvgComponentRenderer<C extends Component> extends ComponentRenderer<C>
Constructor and Description |
---|
NvgComponentRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
renderComponent(C component,
Context context)
Used to render component.
|
protected abstract void |
renderComponent(C component,
Context context,
long nanovg)
Used to render component.
|
destroy, initialize, render
public void renderComponent(C component, Context context)
renderComponent
in class ComponentRenderer<C extends Component>
component
- component to render.context
- legui context.