public class ImageBuffer.OpDrawOval extends ImageBuffer.Operation
| Constructor and Description |
|---|
OpDrawOval(int x,
int y,
int dx,
int dy)
Constructor mit Basiskoordinaten und Breite/Höhe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw(ImageRenderer ir,
int x,
int y)
Ausführen der Operation.
|
public OpDrawOval(int x,
int y,
int dx,
int dy)
x - Xy - Ydx - DX (Breite)dy - DY (Höhe)public void draw(ImageRenderer ir, int x, int y)
ImageBuffer.Operationdraw in class ImageBuffer.Operationir - Image-Rendererx - X-Koordinatey - Y-KoordinateCopyright © 2005-2023–2024 >StA-Soft<. All rights reserved.