Class PaintletWithFixedXYRange

    • Field Detail

      • m_Actor

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

      • PaintletWithFixedXYRange

        public PaintletWithFixedXYRange()
    • Method Detail

      • setMinX

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

        public BaseDateTime 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​(BaseDateTime value)
        Sets the maximum of the X range.
        Parameters:
        value - the maximum
      • getMaxX

        public BaseDateTime 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.