com.swfm.mica.core
Class MiDeviceBounds

java.lang.Object
  extended bycom.swfm.mica.core.MiDeviceBounds

public class MiDeviceBounds
extends java.lang.Object

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
 int xmax
           
 int xmin
           
 int ymax
           
 int ymin
           
 
Constructor Summary
MiDeviceBounds()
          Constructs a new MiDeviceBounds.
MiDeviceBounds(int xmin, int ymin, int xmax, int ymax)
          Constructs a new MiDeviceBounds.
 
Method Summary
 void copy(MiBounds b)
           
 int getHeight()
           
 int getWidth()
           
 boolean isReversed()
           
 void reverse()
           
 java.lang.String toString()
          Return text that describes this vector.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xmin

public int xmin

ymin

public int ymin

xmax

public int xmax

ymax

public int ymax
Constructor Detail

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 component
ymin - the ymin component
xmax - the xmax component
ymax - the ymax component
Method Detail

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.