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.

Constructor Index

 o CPoint()
Constructor.
 o CPoint(int, int)
Constructor.
 o CPoint(Point)
Constructor.

Method Index

 o clone()

Constructors

 o CPoint
 public CPoint(int x,
               int y)
Constructor.

 o CPoint
 public CPoint(Point p)
Constructor.

 o CPoint
 public CPoint()
Constructor.

Methods

 o 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