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


Constructor Index

 o FilledOval()
 o FilledOval(Rectangle)
Constructs a filled oval primitive that fills the given rectangle

Method Index

 o describe()
 o drawPoints(Graphics)
Draw the points for a filled oval primitive in the given graphics context

Constructors

 o FilledOval
 public FilledOval()
 o FilledOval
 public FilledOval(Rectangle rect)
Constructs a filled oval primitive that fills the given rectangle

Parameters:
rect - the filled oval's bounding box.

Methods

 o 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
 o describe
 public String describe()
Returns:
a string describing this oval
Overrides:
describe in class Oval

All Packages  Class Hierarchy  This Package  Previous  Next  Index