org.rr0.is.presentation.view.report.applet.draw
Class RectangleShape
org.rr0.is.presentation.view.report.applet.draw.DrawShape
|
+--org.rr0.is.presentation.view.report.applet.draw.RectangleShape
- public class RectangleShape
- extends DrawShape
- Author:
- Jerôme Beau
- Version: 24 oct. 2003 19:34:37
| Method Summary |
Object | clone() |
protected void | compute() |
void | paint(Graphics g, Rectangle bounds) |
void | paint(Graphics g, Color color, Rectangle bounds) |
String | toUUDF() |
| Methods inherited from class org.rr0.is.presentation.view.report.applet.draw.DrawShape |
getBounds, getColor, getHeight, getSize, getTransparency, getWidth, getX, getY, isSelected, paint, paintSelection, scale, scaleHeight, scaleWidth, setAngle, setColor, setHaloScale, setHeight, setLocation, setSelected, setTransparency, setWidth, setX, setY |
RectangleShape
public RectangleShape(Component component)
clone
public Object clone()
throws java.lang.CloneNotSupportedException
compute
protected void compute()
paint
public void paint(Graphics g, Rectangle bounds)
paint
public void paint(Graphics g, Color color, Rectangle bounds)
toUUDF
public String toUUDF()