Shape_ Struct Reference

A structure for C, which describes the Shape. More...

#include <shape.h>

Collaboration diagram for Shape_:

Collaboration graph
[legend]

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

Detailed Description

A structure for C, which describes the Shape.

Definition at line 61 of file shape.h.


Field Documentation

void(* Shape_::closePath)(Shape *shape)
 

void(* Shape_::curveTo)(Shape *shape, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3)
 

Color(* Shape_::getColor)(Shape *shape)
 

jboolean(* Shape_::isFilled)(Shape *shape)
 

void(* Shape_::lineTo)(Shape *shape, jfloat x, jfloat y)
 

void(* Shape_::moveTo)(Shape *shape, jfloat x, jfloat y)
 

void(* Shape_::quadTo)(Shape *shape, jfloat x1, jfloat y1, jfloat x2, jfloat y2)
 

void(* Shape_::setColor)(Shape *shape, const Color *c)
 

void(* Shape_::setFilled)(Shape *shape, jboolean filled)
 

ShapeData Shape_::shape
 

Definition at line 62 of file shape.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 19 14:11:17 2005 for GrubC by  doxygen 1.4.4