SEdit.Graphics
Class Ellipse

java.lang.Object
  extended by SEdit.Graphics.Ellipse

public class Ellipse
extends java.lang.Object


Field Summary
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
Ellipse()
           
Ellipse(int x, int y, int w, int h)
           
 
Method Summary
 boolean contains(int x, int y)
           
 java.awt.Rectangle getBounds()
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

width

public int width

height

public int height
Constructor Detail

Ellipse

public Ellipse()

Ellipse

public Ellipse(int x,
               int y,
               int w,
               int h)
Method Detail

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()

contains

public boolean contains(int x,
                        int y)

getBounds

public java.awt.Rectangle getBounds()


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.