All Packages Class Hierarchy This Package Previous Next Index
Class absyn.CRectangle
java.lang.Object
|
+----java.awt.Rectangle
|
+----absyn.CRectangle
- public class CRectangle
- extends Rectangle
- implements Cloneable, Serializable
CRectangle.
- Version:
- $Id: CRectangle.java,v 1.3 1998/12/15 16:33:26 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
CRectangle()
- Constructor.
-
CRectangle(CPoint)
- Constructor.
-
CRectangle(CPoint, Dimension)
- Constructor.
-
CRectangle(CRectangle)
- Constructor.
-
CRectangle(Dimension)
- Constructor.
-
CRectangle(int, int)
- Constructor.
-
CRectangle(int, int, int, int)
- Constructor.
-
clone()
-
CRectangle
public CRectangle(int x,
int y,
int width,
int height)
- Constructor.
CRectangle
public CRectangle(int width,
int height)
- Constructor.
CRectangle
public CRectangle(CPoint p,
Dimension d)
- Constructor.
CRectangle
public CRectangle(CPoint p)
- Constructor.
CRectangle
public CRectangle(Dimension d)
- Constructor.
CRectangle
public CRectangle(CRectangle r)
- Constructor.
CRectangle
public CRectangle()
- 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