Oxygen XML Editor 11.2 Author API

ro.sync.exml.view.graphics
Class Point

java.lang.Object
  extended by ro.sync.exml.view.graphics.Point

public class Point
extends Object

Neutral Point.


Field Summary
 int x
          The 'x' coordinate.
 int y
          The 'y' coordinate.
 
Constructor Summary
Point(int x, int y)
          Creates a new Point.
 
Method Summary
 boolean equals(Object obj)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x
The 'x' coordinate.


y

public int y
The 'y' coordinate.

Constructor Detail

Point

public Point(int x,
             int y)
Creates a new Point.

Parameters:
x - X coord.
y - Y coord.
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.