Class PaintletWithFixedXYRange

    • Field Detail

      • m_MinX

        protected double m_MinX
        the minimum of Y.
      • m_MaxX

        protected double m_MaxX
        the maximum of Y.
      • m_Actor

        protected Actor m_Actor
        the actor the paintlet belongs to.
    • Constructor Detail

      • PaintletWithFixedXYRange

        public PaintletWithFixedXYRange()
    • Method Detail

      • setMinX

        public void setMinX​(double value)
        Sets the minimum of the X range.
        Parameters:
        value - the minimum
      • getMinX

        public double getMinX()
        Returns the minimum of the X range.
        Returns:
        the minimum
      • minXTipText

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

        public void setMaxX​(double value)
        Sets the maximum of the X range.
        Parameters:
        value - the maximum
      • getMaxX

        public double getMaxX()
        Returns the maximum of the X range.
        Returns:
        the maximum
      • maxXTipText

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