public class ImageBuffer.OpDrawPolygon extends ImageBuffer.Operation
| Constructor and Description |
|---|
OpDrawPolygon(int[] xx,
int[] yy,
int n)
Constructor mit Koordinaten und Anzahl der Punkte.
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw(ImageRenderer ir,
int x,
int y)
Ausführen der Operation.
|
public OpDrawPolygon(int[] xx,
int[] yy,
int n)
xx - X-Koordinatenyy - Y-Koordinatenn - Anzahl der Punktepublic 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.