org.apache.ojb.broker
Class Point
java.lang.Object
org.apache.ojb.broker.Point
- All Implemented Interfaces:
- java.io.Serializable
- public class Point
- extends java.lang.Object
- implements java.io.Serializable
Point serves for graphic representation of graphs.
- Author:
- Oleg Nitz
- See Also:
- Serialized Form
Constructor Summary |
Point()
|
Point(int x,
int y)
|
Point(int id,
int x,
int y)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Point
public Point()
Point
public Point(int id,
int x,
int y)
Point
public Point(int x,
int y)
getX
public int getX()
getY
public int getY()
getId
public int getId()
setX
public void setX(int x)
setY
public void setY(int y)
setId
public void setId(int id)
toString
public java.lang.String toString()
Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14