com.swfm.mica.core
Class MiDeviceBounds
java.lang.Object
com.swfm.mica.core.MiDeviceBounds
- public class MiDeviceBounds
- extends java.lang.Object
- Version:
- %I% %G%
- Author:
- Michael L. Davis
|
Constructor Summary |
MiDeviceBounds()
Constructs a new MiDeviceBounds. |
MiDeviceBounds(int xmin,
int ymin,
int xmax,
int ymax)
Constructs a new MiDeviceBounds. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
xmin
public int xmin
ymin
public int ymin
xmax
public int xmax
ymax
public int ymax
MiDeviceBounds
public MiDeviceBounds()
- Constructs a new MiDeviceBounds.
MiDeviceBounds
public MiDeviceBounds(int xmin,
int ymin,
int xmax,
int ymax)
- Constructs a new MiDeviceBounds.
- Parameters:
xmin - the xmin componentymin - the ymin componentxmax - the xmax componentymax - the ymax component
reverse
public void reverse()
isReversed
public boolean isReversed()
getWidth
public int getWidth()
getHeight
public int getHeight()
copy
public void copy(MiBounds b)
toString
public java.lang.String toString()
- Return text that describes this vector.