Interface ColorGradientEditorBean

    • Method Detail

      • setParentBoneID

        void setParentBoneID​(java.lang.String parentBoneID)
        Set the active bone ID.
        Parameters:
        parentBoneID - The specific bone that requested the color picker.
      • getParentBoneID

        java.lang.String getParentBoneID()
        Returns:
        the active bone id value.
      • setControlID

        void setControlID​(java.lang.String controlID)
        Set the active control ID.
        Parameters:
        controlID - The control (of the active bone) that requested the color picker.
      • getControlID

        java.lang.String getControlID()
        Returns:
        the active control id value.
      • setColor1

        void setColor1​(java.lang.String value)
        Set the first color of the gradient
        Parameters:
        value -
      • getColor1

        java.lang.String getColor1()
        Returns:
        the first color of the gradient
      • setColor2

        void setColor2​(java.lang.String value)
        Set the second color of the gradient
        Parameters:
        value -
      • getColor2

        java.lang.String getColor2()
        Returns:
        the second color of the gradient
      • setShadingStyle

        void setShadingStyle​(int value)
        Set the shading style of the gradient
        Parameters:
        value -
      • getShadingStyle

        int getShadingStyle()
        Returns:
        the shading style of the gradient
      • setCurrentPreview

        void setCurrentPreview​(int value)
        Set the current preset gradient selection
        Parameters:
        value -
      • getCurrentPreview

        int getCurrentPreview()
        Returns:
        the current preset gradient selection
      • setAngle

        void setAngle​(int value)
        Set the angle of the gradient
        Parameters:
        value -
      • getAngle

        int getAngle()
        Get the angle of the gradient
        Returns:
        angle of the gradient
      • setXOffset

        void setXOffset​(int value)
        Set the x-offset of the gradient
        Parameters:
        value -
      • getXOffset

        int getXOffset()
        Returns:
        the x-offset of the gradient
      • setYOffset

        void setYOffset​(int value)
        Set the Y-offset of the gradient
        Parameters:
        value -
      • getYOffset

        int getYOffset()
        Returns:
        the Y-offset of the gradient
      • getTransitionType

        int getTransitionType()
        Returns:
        the traistion type of the gradient
      • setTransitionType

        void setTransitionType​(int value)
        Set the transition type of the gradient
        Parameters:
        value -