public class Window2 extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
drawRect(Graphics g)
convenience because negative lengths not allowed in awt
|
void |
fillRect(Graphics g)
convenience because negative lengths not allowed in awt
|
Real2 |
getDim() |
Real2 |
getExtent(int axis)
get extent of a given axis (X or Y);
|
Real2 |
getFarPoint() |
Real2 |
getOrigin() |
String |
toString() |
void |
transformBy(Transform2 tr) |
public static final int X
public static final int Y
public Real2 getDim()
public Real2 getOrigin()
public Real2 getFarPoint()
public Real2 getExtent(int axis)
public void drawRect(Graphics g)
public void fillRect(Graphics g)
public void transformBy(Transform2 tr)
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.