Class Rotate

    • Field Detail

      • m_Angle

        protected int m_Angle
        the angle to rotate the image by.
      • m_Background

        protected Color m_Background
        the background color.
    • Constructor Detail

      • Rotate

        public Rotate()
    • Method Detail

      • setAngle

        public void setAngle​(int value)
        Sets the rotation angle.
        Parameters:
        value - the angle (0-360)
      • getAngle

        public int getAngle()
        Returns the rotation angle.
        Returns:
        the angle
      • angleTipText

        public String angleTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setBackground

        public void setBackground​(Color value)
        Sets the color to use for the background.
        Parameters:
        value - the color
      • getBackground

        public Color getBackground()
        Returns the color in use for the background.
        Returns:
        the color
      • backgroundTipText

        public String backgroundTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui