* \return Long value corresponding to the width of the curve line.
*/
long GetLineWidth();
+
+ /*! Sets scaling coefficient of the curve.
+ * \param coef Double value defining the scale.
+ */
+ void SetScale(in double theCoef);
+
+ /*! Gets the scale coefficient of the curve lines.
+ */
+ double GetScale();
+
+ /*! Sets scaling coefficient of the curve to 1.0.
+ */
+ void RemoveScale();
};
//-------------------------------------------------------