|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--candy.core.candyObject
|
+--candy.util.whiteboard.WBPrimitive
|
+--candy.util.whiteboard.Freehand
| Field Summary | |
protected java.awt.geom.Point2D.Double[] |
path
|
| Fields inherited from class candy.util.whiteboard.WBPrimitive |
begin, color, deleteFlag, end, myClassName, MyShape, myWB |
| Fields inherited from class candy.core.candyObject |
description, handle, timestamp |
| Constructor Summary | |
Freehand(java.awt.geom.Point2D.Double[] points,
java.awt.Color c,
java.lang.String wb)
|
|
| Method Summary | |
java.awt.Shape |
drawNew()
Every WBPrimitive must be able to draw itself. |
| Methods inherited from class candy.util.whiteboard.WBPrimitive |
create, deleted, doAction, draw, finalSequence, getClassName, getColor, getComponent, getWBHandle, postSequence, preSequence, setClassName, setClient |
| Methods inherited from class candy.core.candyObject |
getDescription, getHandle, setDescription, setHandle |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected transient java.awt.geom.Point2D.Double[] path
| Constructor Detail |
public Freehand(java.awt.geom.Point2D.Double[] points,
java.awt.Color c,
java.lang.String wb)
| Method Detail |
public java.awt.Shape drawNew()
WBPrimitivedrawNew in class WBPrimitive
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||