Class Translate

    • Field Detail

      • m_X

        protected int m_X
        the translation for x.
      • m_Y

        protected int m_Y
        the translation for y.
    • Constructor Detail

      • Translate

        public Translate()
    • Method Detail

      • setX

        public void setX​(int value)
        Sets the translation on the X axis.
        Parameters:
        value - the translation
      • getX

        public int getX()
        Returns the translation on the X axis.
        Returns:
        the translation
      • XTipText

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

        public void setY​(int value)
        Sets the translation on the Y axis.
        Parameters:
        value - the translation
      • getY

        public int getY()
        Returns the translation on the Y axis.
        Returns:
        the translation
      • YTipText

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