All Packages Class Hierarchy This Package Previous Next Index
Class absyn.CPoint
java.lang.Object
|
+----java.awt.Point
|
+----absyn.CPoint
- public class CPoint
- extends Point
- implements Cloneable
CPoint.
- Version:
- $Id: CPoint.java,v 1.4 1999/02/09 14:08:56 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
CPoint()
- Constructor.
-
CPoint(int, int)
- Constructor.
-
CPoint(Point)
- Constructor.
-
clone()
-
CPoint
public CPoint(int x,
int y)
- Constructor.
CPoint
public CPoint(Point p)
- Constructor.
CPoint
public CPoint()
- Constructor.
clone
public Object clone() throws CloneNotSupportedException
- Throws: CloneNotSupportedException
- self-explanatory exception
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index