All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.awt.shape.Circle
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----symantec.itools.awt.shape.Shape
|
+----symantec.itools.awt.shape.Ellipse
|
+----symantec.itools.awt.shape.Circle
- public class Circle
- extends Ellipse
This is a circle shape component.
-
Circle()
- Constructs a default Circle.
-
reshape(int, int, int, int)
- Moves and/or resizes this component.
Circle
public Circle()
- Constructs a default Circle.
reshape
public void reshape(int x,
int y,
int width,
int height)
- Moves and/or resizes this component.
This is a standard Java AWT method which gets called to move and/or
resize this component. Components that are in containers with layout
managers should not call this method, but rely on the layout manager
instead.
- Parameters:
- x - horizontal position in the parent's coordinate space
- y - vertical position in the parent's coordinate space
- width - the new width
- height - the new height
- Overrides:
- reshape in class Shape
All Packages Class Hierarchy This Package Previous Next Index