org.concord.biologica.ui
Class FilledCircle

java.lang.Object
  |
  +--org.concord.biologica.ui.FilledCircle

public final class FilledCircle
extends java.lang.Object

FilledCircle has the information necessary to draw a filled circle to represent a portion of a cell boundary. This is used by the MeiosisModel and FertilizationModel code to help views paint the cell during meiosis and fertilization.

Version:
$Revision: 1.1.1.1 $ $Date: 2001/04/28 00:39:18 $
Author:
$Author: ed $

Constructor Summary
FilledCircle(int xLeft, int yTop, int width, int height)
          Create a new FilledCircle
 
Method Summary
 int getHeight()
          Return height
 int getWidth()
          Return width
 int getXLeft()
          Return xLeft
 int getYTop()
          Return yTop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilledCircle

public FilledCircle(int xLeft,
                    int yTop,
                    int width,
                    int height)
Create a new FilledCircle
Method Detail

getXLeft

public int getXLeft()
Return xLeft

getYTop

public int getYTop()
Return yTop

getWidth

public int getWidth()
Return width

getHeight

public int getHeight()
Return height