VAquaRendering - Release 5
Interface org.violetlib.jnr.ConfiguredPainter
Deprecated: ShowHide
-
-
|
Modifier and Type |
Method and Description |
 |
getFixedHeight   |
abstract float getFixedHeight()
|
 |
getFixedWidth   |
abstract float getFixedWidth()
|
 |
paint   |
abstract void paint(Graphics g,
float x,
float y)
Draw the rendering.
void paint(Graphics g,
float x,
float y)
-
Description copied from interface: Painter
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.
|