Class ScalableComponentWriter

    • Field Detail

      • m_xScale

        protected double m_xScale
        the x scale factor.
      • m_yScale

        protected double m_yScale
        the y scale factor.
      • m_ScalingEnabled

        protected boolean m_ScalingEnabled
        whether scaling is enabled.
    • Constructor Detail

      • ScalableComponentWriter

        public ScalableComponentWriter()
    • Method Detail

      • setScalingEnabled

        public void setScalingEnabled​(boolean value)
        sets whether to enable scaling.
        Parameters:
        value - whether scaling is enabled
      • getScalingEnabled

        public boolean getScalingEnabled()
        Whether scaling is enabled or ignored.
        Returns:
        true if scaling is enabled
      • scalingEnabledTipText

        public String scalingEnabledTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setXScale

        public void setXScale​(double value)
        Sets the scale factor.
        Parameters:
        value - the scale factor for the x-axis
      • getXScale

        public double getXScale()
        returns the scale factor for the x-axis.
        Returns:
        the scale factor for the x-axis
      • XScaleTipText

        public String XScaleTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setYScale

        public void setYScale​(double value)
        sets the Y scale factor.
        Parameters:
        value - the scale factor for the y-axis
      • getYScale

        public double getYScale()
        returns the scale factor for the y-axis.
        Returns:
        the scale factor for the y-axis
      • YScaleTipText

        public String YScaleTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.