VAquaRendering – Release 14
Interface org.violetlib.jnr.Painter
Deprecated: ShowHide
-
-
|
Modifier and Type |
Method and Description |
|
paint |
abstract void paint(Graphics g,
float x,
float y)
Draw the rendering.
void paint(Graphics g,
float x,
float y)
-
Draw the rendering.
- Parameters:
g - The graphics context where the rendering should be drawn.x - The X coordinate of the origin of the rendering.y - The Y coordinate of the origin of the rendering.
|