18 #include <sbml/packages/render/sbml/GradientStop.h>
31 mOffset(
CLRelAbsVector(std::numeric_limits<double>::quiet_NaN(), std::numeric_limits<double>::quiet_NaN())),
32 mStopColor(
"#00000000"),
44 mOffset(source.mOffset),
45 mStopColor(source.mStopColor),
57 mOffset(source.getOffset()),
58 mStopColor(source.getStopColor()),
126 GradientStop* pStop =
new GradientStop(level, version);
128 pStop->setOffset(*pV);
CLGradientStop(CCopasiContainer *pParent=NULL)
void setStopColor(const std::string &key)
const std::string & getStopColor() const
virtual ~CLGradientStop()
GradientStop * toSBML(unsigned int level, unsigned int version) const
const CLRelAbsVector & getOffset() const
RelAbsVector * toSBML() const
void setOffset(double x, double y)
std::string add(const std::string &prefix, CCopasiObject *pObject)
static CKeyFactory * getKeyFactory()
const std::string & getKey() const