#include <shape.h>
Collaboration diagram for Shape_:

| Data Fields | |
| void(* | closePath )(Shape *shape) | 
| void(* | curveTo )(Shape *shape, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) | 
| Color(* | getColor )(Shape *shape) | 
| jboolean(* | isFilled )(Shape *shape) | 
| void(* | lineTo )(Shape *shape, jfloat x, jfloat y) | 
| void(* | moveTo )(Shape *shape, jfloat x, jfloat y) | 
| void(* | quadTo )(Shape *shape, jfloat x1, jfloat y1, jfloat x2, jfloat y2) | 
| void(* | setColor )(Shape *shape, const Color *c) | 
| void(* | setFilled )(Shape *shape, jboolean filled) | 
| ShapeData | shape | 
Definition at line 61 of file shape.h.
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
 1.4.4
 1.4.4