org.rr0.is.presentation.view.report.applet.draw
Class PathShape

org.rr0.is.presentation.view.report.applet.draw.DrawShape
  |
  +--org.rr0.is.presentation.view.report.applet.draw.PathShape

public class PathShape
extends DrawShape

Author:
Jerôme Beau
Version: 24 oct. 2003 19:34:37

Field Summary
 private Vectordata
           

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

Constructor Summary
PathShape(Component component)
           

Method Summary
 protected voidcompute()
           
 voidpaint(Graphics g, Rectangle bounds)
           
 voidpaint(Graphics g, Color color, Rectangle bounds)
           
 StringtoString()
           

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

Field Detail

data

private Vector data
Constructor Detail

PathShape

public PathShape(Component component)
Method Detail

compute

protected void compute()

paint

public void paint(Graphics g, Rectangle bounds)

paint

public void paint(Graphics g, Color color, Rectangle bounds)

toString

public String toString()

Association Links

to Class java.util.Vector