org.rr0.is.presentation.view.report.applet.draw
Class ArcShape
org.rr0.is.presentation.view.report.applet.draw.DrawShape
|
+--org.rr0.is.presentation.view.report.applet.draw.ArcShape
- public class ArcShape
- extends DrawShape
- Author:
- Jerôme Beau
- Version: 22 sept. 2003 21:49:45
| Constructor Summary |
ArcShape(Component component) |
| Methods inherited from class org.rr0.is.presentation.view.report.applet.draw.DrawShape |
getBounds, getColor, getHeight, getSize, getTransparency, getWidth, getX, getY, isSelected, paint, paint, paintSelection, scale, setAngle, setColor, setHaloScale, setLocation, setSelected, setTransparency, toUUDF |
arcAngle
private int arcAngle
centerX
private int centerX
centerY
private int centerY
ellipseHeight
private int ellipseHeight
ellipseWidth
private int ellipseWidth
ellipseY
private int ellipseY
polygonVersion
private PolygonShape polygonVersion
startAngle
private int startAngle
ArcShape
public ArcShape(Component component)
clone
public Object clone()
throws java.lang.CloneNotSupportedException
compute
protected void compute()
getArcAngle
public int getArcAngle()
getCenterX
public int getCenterX()
getCenterY
public int getCenterY()
getStartAngle
public int getStartAngle()
paint
public void paint(Graphics g, Color someColor, Rectangle bounds)
scaleHeight
public void scaleHeight(double heightRatio)
scaleWidth
public void scaleWidth(double widthRatio)
setArcAngle
public void setArcAngle(int arcAngle)
setCenterX
public void setCenterX(int centerX)
setCenterY
public void setCenterY(int centerY)
setEllipseHeight
public void setEllipseHeight(int i)
setEllipseWidth
public void setEllipseWidth(int i)
setEllipseY
public void setEllipseY(int ellipseY)
setHeight
public void setHeight(int height)
setStartAngle
public void setStartAngle(int startAngle)
setWidth
public void setWidth(int width)
setX
public void setX(int x)
setY
public void setY(int y)
toSVGPathData
public String toSVGPathData()
to Class org.rr0.is.presentation.view.report.applet.draw.PolygonShape