Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.geom

Class Ellipse2D

java.lang.Object
|
+--java.awt.geom.RectangularShape
   |
   +--java.awt.geom.Ellipse2D


public abstract class Ellipse2D

extends RectangularShape

Since:Authors:

Constructor Summary

Ellipse2D()

Method Summary

booleancontains(double x, double y)

booleancontains(double x, double y, double w, double h)

java.awt.geom.PathIteratorgetPathIterator(java.awt.geom.AffineTransform at)

booleanintersects(double x, double y, double w, double h)

Constructor Details

Ellipse2D

protected Ellipse2D()

Since:Authors:

Method Details

contains

public boolean contains(double x, double y)

Parameters:


contains

public boolean contains(double x, double y, double w, double h)

Parameters:


getPathIterator

public PathIterator getPathIterator(java.awt.geom.AffineTransform at)

Parameters:


intersects

public boolean intersects(double x, double y, double w, double h)

Parameters: