Class WindowBoundaries
java.lang.Object
|
+--WindowBoundaries
- public class WindowBoundaries
- extends Object
- implements Cloneable, Serializable
A simple class specifying view window boundaries.
- Author:
- A Sasmito Adibowo - 1299000029
- See Also:
- Serialized Form
|
Field Summary |
int |
xmax
Maximum x coordinate value of the window. |
int |
xmin
Minimum x coordinate value of the window. |
int |
ymax
Maximum y coordinate value of the window. |
int |
ymin
Minimum y coordinate value of the window. |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
xmin
public int xmin
- Minimum x coordinate value of the window.
xmax
public int xmax
- Maximum x coordinate value of the window.
ymin
public int ymin
- Minimum y coordinate value of the window.
ymax
public int ymax
- Maximum y coordinate value of the window.
WindowBoundaries
public WindowBoundaries()