Module gwy :: Class CurveType
[hide private]
[frames] | no frames]

Class CurveType

source code

Curve drawing type in Curve.


Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  CURVE_TYPE_FREE
Free form curve.
  CURVE_TYPE_LINEAR
Linear interpolation.
  CURVE_TYPE_SPLINE
Spline interpolation.