|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--candy.util.whiteboard.WBPrimitiveFactory
This is the factory which generates Whiteboard primitives
| Constructor Summary | |
WBPrimitiveFactory()
|
|
| Method Summary | |
WBPrimitive |
generatePrimitive(java.lang.String type,
java.awt.geom.Point2D.Double[] points,
java.awt.Color col,
java.lang.String wb)
The generator. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public WBPrimitiveFactory()
| Method Detail |
public WBPrimitive generatePrimitive(java.lang.String type,
java.awt.geom.Point2D.Double[] points,
java.awt.Color col,
java.lang.String wb)
throws java.lang.Exception
type - The textual name of the primitivepoints - the relevant points to the arraycol - The color of the primitivewb - The handle of the whiteboard for which this is a primitivejava.lang.Exception - if no points are specified
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||