All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.awt.draw.FilledOval
java.lang.Object
|
+----ncsa.awt.draw.DrawingPrimitive
|
+----ncsa.awt.draw.Oval
|
+----ncsa.awt.draw.FilledOval
- public class FilledOval
- extends Oval
A class that implements a filled oval drawing primitive
-
FilledOval()
-
-
FilledOval(Rectangle)
- Constructs a filled oval primitive that fills the given
rectangle
-
describe()
-
-
drawPoints(Graphics)
- Draw the points for a filled oval primitive in the given graphics
context
FilledOval
public FilledOval()
FilledOval
public FilledOval(Rectangle rect)
- Constructs a filled oval primitive that fills the given
rectangle
- Parameters:
- rect - the filled oval's bounding box.
drawPoints
public void drawPoints(Graphics g)
- Draw the points for a filled oval primitive in the given graphics
context
- Parameters:
- g - the graphics context
- Overrides:
- drawPoints in class Oval
describe
public String describe()
- Returns:
- a string describing this oval
- Overrides:
- describe in class Oval
All Packages Class Hierarchy This Package Previous Next Index