Class PropertyOptions


  • public final class PropertyOptions
    extends AbstractNode
    Maps all the options which can be set for each configurable property (for instance backgroundColor, borderColor and so on).
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • getName

        public Key getName()
        Returns the property name of this configuration.
        Returns:
        the property name of this configuration
      • setAxis

        public void setAxis​(AxisKind axis)
        Which kind of axis this is, related to the Dataset.
        Parameters:
        axis - kind of axis
      • getAxis

        public AxisKind getAxis()
        Which kind of axis this is, related to the Dataset.
        Returns:
        the kind of axis.
      • getColors

        public Colors getColors()
        Returns the colors defined for the property, to create the gradient.
        Returns:
        the colors defined for the property, to create the gradient