public class ImageBuffer.OpDrawLine extends ImageBuffer.Operation
| Constructor and Description |
|---|
OpDrawLine(int x1,
int y1,
int x2,
int y2)
Constructor mit Linen-Koordinaten (Anfangs- und Endpunkt).
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw(ImageRenderer ir,
int x,
int y)
Ausführen der Operation.
|
public OpDrawLine(int x1,
int y1,
int x2,
int y2)
x1 - X1y1 - Y1x2 - X2y2 - Y2public 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.