All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class graphics.Oval2d

java.lang.Object
   |
   +----java.awt.Component
           |
           +----graphics.Shape
                   |
                   +----graphics.Oval2d

public class Oval2d
extends graphics.Shape
implements graphics.Intersects

Constructor Index

 o Oval2d(int, int, int, int)

Method Index

 o intersect(Ray2d)
 o paint(Graphics)

Constructors

 o Oval2d
 public Oval2d(int _x1,
               int _y1,
               int _x2,
               int _y2)

Methods

 o intersect
 public graphics.Vec2d intersect(graphics.Ray2d ray)
 o paint
 public void paint(java.awt.Graphics g)
Overrides:
paint in class java.awt.Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index