systeminformationmonitor.swing.util
Class CalcDialogCenter.XYCoord

java.lang.Object
  extended by systeminformationmonitor.swing.util.CalcDialogCenter.XYCoord
Enclosing class:
CalcDialogCenter

public static class CalcDialogCenter.XYCoord
extends java.lang.Object

XYCord class return a (x,y) Coordination


Constructor Summary
CalcDialogCenter.XYCoord(int x, int y)
           
 
Method Summary
 int getX()
          Getter method for the x-coordination
 int getY()
          Getter method for the y-coordination
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalcDialogCenter.XYCoord

public CalcDialogCenter.XYCoord(int x,
                                int y)
Method Detail

getX

public int getX()
Getter method for the x-coordination

Returns:

getY

public int getY()
Getter method for the y-coordination

Returns: