com.ermapper.util
Class JNCSScreenPoint

java.lang.Object
  |
  +--com.ermapper.util.JNCSScreenPoint

public class JNCSScreenPoint
extends java.lang.Object

DESCRIPTION

Since:
ECW Java SDK 2.3

Field Summary
 int x
          The X location of the screen point.
 int y
          The Y location of the screen point.
 
Constructor Summary
JNCSScreenPoint()
          Default constructor.
JNCSScreenPoint(int nScreenX, int nScreenY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
The X location of the screen point.

y

public int y
The Y location of the screen point.
Constructor Detail

JNCSScreenPoint

public JNCSScreenPoint()
Default constructor.

JNCSScreenPoint

public JNCSScreenPoint(int nScreenX,
                       int nScreenY)