Interface ColorPickerEditorBean

    • Method Detail

      • setActiveBoneID

        void setActiveBoneID​(java.lang.String activeBoneID)
        Set the active bone ID.
        Parameters:
        activeBoneID - The specific bone that requested the color picker.
      • getActiveBoneID

        java.lang.String getActiveBoneID()
        Returns:
        the active bone id value.
      • setActiveControlID

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

        java.lang.String getActiveControlID()
        Returns:
        the active control id value.
      • setCurrentColor

        void setCurrentColor​(java.lang.String currentColor)
        Set the current color.
        Parameters:
        currentColor - The current selected color.
      • getCurrentColor

        java.lang.String getCurrentColor()
        Returns:
        the currently selected color value.