|
libSBML C API
5.18.0
|
class representing a stop in a gradient definition More...
Functions | |
| GradientStop_t * | GradientStop_clone (const GradientStop_t *gs) |
| GradientStop_t * | GradientStop_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
| void | GradientStop_free (GradientStop_t *gs) |
| const RelAbsVector_t * | GradientStop_getOffset (const GradientStop_t *gs) |
| char * | GradientStop_getStopColor (const GradientStop_t *gs) |
| int | GradientStop_hasRequiredAttributes (const GradientStop_t *gs) |
| int | GradientStop_isSetOffset (const GradientStop_t *gs) |
| int | GradientStop_isSetStopColor (const GradientStop_t *gs) |
| int | GradientStop_setOffset (GradientStop_t *gs, const RelAbsVector_t &offset) |
| int | GradientStop_setStopColor (GradientStop_t *gs, const char *stopColor) |
| int | GradientStop_unsetOffset (GradientStop_t *gs) |
| int | GradientStop_unsetStopColor (GradientStop_t *gs) |
class representing a stop in a gradient definition
| GradientStop_t* GradientStop_clone | ( | const GradientStop_t * | gs | ) |
| GradientStop_t* GradientStop_create | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| void GradientStop_free | ( | GradientStop_t * | gs | ) |
| const RelAbsVector_t* GradientStop_getOffset | ( | const GradientStop_t * | gs | ) |
| char* GradientStop_getStopColor | ( | const GradientStop_t * | gs | ) |
| int GradientStop_hasRequiredAttributes | ( | const GradientStop_t * | gs | ) |
| int GradientStop_isSetOffset | ( | const GradientStop_t * | gs | ) |
| int GradientStop_isSetStopColor | ( | const GradientStop_t * | gs | ) |
| int GradientStop_setOffset | ( | GradientStop_t * | gs, |
| const RelAbsVector_t & | offset | ||
| ) |
| int GradientStop_setStopColor | ( | GradientStop_t * | gs, |
| const char * | stopColor | ||
| ) |
| int GradientStop_unsetOffset | ( | GradientStop_t * | gs | ) |
| int GradientStop_unsetStopColor | ( | GradientStop_t * | gs | ) |