com.swfm.mica.core
Class MiDevicePoint

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

public class MiDevicePoint
extends java.lang.Object

This class represents a point in device (pixel) space.

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

Field Summary
 int x
           
 int y
           
 
Constructor Summary
MiDevicePoint()
          Constructs a new MiDevicePoint.
MiDevicePoint(int x, int y)
          Constructs a new MiDevicePoint.
 
Method Summary
 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

x

public int x

y

public int y
Constructor Detail

MiDevicePoint

public MiDevicePoint()
Constructs a new MiDevicePoint.


MiDevicePoint

public MiDevicePoint(int x,
                     int y)
Constructs a new MiDevicePoint.

Parameters:
x - the x component
y - the y component
Method Detail

toString

public java.lang.String toString()
Return text that describes this vector.