Class FillColors

    • Constructor Detail

      • FillColors

        public FillColors()
        Creates the item.
      • FillColors

        public FillColors​(OptionsEnvelop<NativeObject> envelop)
        Creates the object with native object instance to be wrapped.
        Parameters:
        envelop - envelop with native java script object which contains all properties.
    • Method Detail

      • getFillHandler

        public FillHandler getFillHandler()
        Description copied from interface: HasFill
        Returns a fill handler instance to use in the default methods of this interface.
        Specified by:
        getFillHandler in interface HasFill
        Returns:
        a fill handler instance
      • setAboveColor

        public void setAboveColor​(IsColor color)
        Sets the above color for filling.
        Parameters:
        color - the above color for filling
      • setAboveColor

        public void setAboveColor​(String color)
        Sets the above color for filling.
        Parameters:
        color - the above color for filling
      • getAboveColor

        public IsColor getAboveColor()
        Returns the above color for filling.
        Returns:
        the above color for filling
      • getAboveColorAsString

        public String getAboveColorAsString()
        Returns the above color for filling.
        Returns:
        the above color for filling
      • setBelowColor

        public void setBelowColor​(IsColor color)
        Sets the below color for filling.
        Parameters:
        color - the below color for filling
      • setBelowColor

        public void setBelowColor​(String color)
        Sets the below color for filling.
        Parameters:
        color - the below color for filling
      • getBelowColor

        public IsColor getBelowColor()
        Returns the below color for filling.
        Returns:
        the below color for filling
      • getBelowColorAsString

        public String getBelowColorAsString()
        Returns the below color for filling.
        Returns:
        the below color for filling
      • nativeObject

        public NativeObject nativeObject()
        Returns the native object instance.
        Returns:
        the native object instance.