Class GradientOptions


  • public final class GradientOptions
    extends AbstractPluginOptions
    This is the GradientPlugin.ID plugin options where to set all configuration items needed to the plugin.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • GradientOptions

        public GradientOptions()
        Creates new GradientPlugin.ID plugin options.
    • Method Detail

      • getBackgroundColor

        public PropertyOptions getBackgroundColor()
        Returns the options to set the fill gradient under the line.
        Returns:
        the options to set the fill gradient under the line.
      • getBorderColor

        public PropertyOptions getBorderColor()
        Returns the options to set the gradient of the line.
        Returns:
        the options to set the gradient of the line.
      • getHoverBackgroundColor

        public PropertyOptions getHoverBackgroundColor()
        Returns the options to set the fill gradient of the elements when hovered.
        Returns:
        the options to set the fill gradient of the elements when hovered
      • getHoverBorderColor

        public PropertyOptions getHoverBorderColor()
        Returns the options to set the stroke gradient of the elements when hovered.
        Returns:
        the options to set the stroke gradient of the elements when hovered.
      • getPointBackgroundColor

        public PropertyOptions getPointBackgroundColor()
        Returns the options to set the fill gradient for points.
        Returns:
        the options to set the fill gradient for points.
      • getPointBorderColor

        public PropertyOptions getPointBorderColor()
        Returns the options to set the border gradient for points.
        Returns:
        the options to set the border gradient for points.
      • getPointHoverBackgroundColor

        public PropertyOptions getPointHoverBackgroundColor()
        Returns the options to set the point background gradient when hovered.
        Returns:
        the options to set the point background gradient when hovered.
      • getPointHoverBorderColor

        public PropertyOptions getPointHoverBorderColor()
        Returns the options to set the point border gradient when hovered.
        Returns:
        the options to set the point border gradient when hovered.