Inheritance diagram for Curve:

Public Member Functions | |
| this () | |
| Creates a new curve. | |
| void | reset () |
| Resets this curve. | |
| void | setGamma (gfloat gamma) |
| Sets gamma. | |
| void | setRange (gfloat minX, gfloat maxX, gfloat minY, gfloat maxY) |
| Sets Range. | |
| void | getVector (gfloat[] vector) |
| Gets the vector. | |
| void | setVector (gfloat[] vector) |
| Sets the vector. | |
| void | setCurveType (CurveType type) |
| Sets the type. | |
|
|
Gets the vector.
|
|
|
Resets this curve.
|
|
|
Sets the type.
|
|
|
Sets gamma.
|
|
||||||||||||||||||||
|
Sets Range.
|
|
|
Sets the vector.
|
|
|
Creates a new curve.
Reimplemented from DrawingArea. |
|
|
|
|