From f5dba605fa42838e401ef964e20fb420504b5d8f Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 26 Oct 2011 12:10:41 +0000 Subject: [PATCH] Implementation of the "21384: [CEA 508] Plot2d Allow user to rescale curve" isuue. --- idl/VISU_Gen.idl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index c16cd9ad..93f064f7 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -313,6 +313,19 @@ module VISU { * \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(); }; //------------------------------------------------------- -- 2.39.2