org.rr0.is.presentation.view.report.applet.ufo
Class CircleShape

org.rr0.is.presentation.view.report.applet.draw.DrawShape
  |
  +--org.rr0.is.presentation.view.report.applet.draw.OvalShape
        |
        +--org.rr0.is.presentation.view.report.applet.ufo.CircleShape

public class CircleShape
extends OvalShape

Author:
Jerôme Beau
Version: 22 sept. 2003 21:49:45

Fields inherited from class org.rr0.is.presentation.view.report.applet.draw.DrawShape
angle, bounds, component, CORNER_SIZE, HALF_CORNER_SIZE, selected

Constructor Summary
CircleShape(Component component)
           

Method Summary
 voidsetHeight(int height)
           
 voidsetWidth(int width)
           

Methods inherited from class org.rr0.is.presentation.view.report.applet.draw.OvalShape
compute, getCenterX, getCenterY, getType, paint, setCenterX, setCenterY, setX, setY, toString

Methods inherited from class org.rr0.is.presentation.view.report.applet.draw.DrawShape
clone, getBounds, getColor, getHeight, getSize, getTransparency, getWidth, getX, getY, isSelected, paint, paint, paintSelection, scale, scaleHeight, scaleWidth, setAngle, setColor, setHaloScale, setLocation, setSelected, setTransparency, toUUDF

Constructor Detail

CircleShape

public CircleShape(Component component)
Method Detail

setHeight

public void setHeight(int height)

setWidth

public void setWidth(int width)