Class StackedBarOptions

    • Constructor Detail

      • StackedBarOptions

        public StackedBarOptions​(IsChart chart,
                                 IsDefaultScaledOptions defaultValues)
        Builds the object storing the chart instance and default values.
        Parameters:
        chart - chart instance
        defaultValues - defaults options of bar chart
      • StackedBarOptions

        public StackedBarOptions​(IsChart chart,
                                 IsDefaultScaledOptions defaultValues,
                                 IndexAxis indexAxis)
        Builds the object storing the chart instance and default values.
        Parameters:
        chart - chart instance
        defaultValues - defaults options of bar chart
        indexAxis - defines the orientation of the bar chart
    • Method Detail

      • setIndexAxis

        public final void setIndexAxis​(IndexAxis indexAxis)
        If invoked, this is ignored because the IndexAxis is already set, based on the chart class.
        Overrides:
        setIndexAxis in class BarOptions
        Parameters:
        indexAxis - this is ignored because the IndexAxis is already set, based on the chart class
      • setConfiguration

        protected final void setConfiguration​(T configuration)
        Parameters:
        configuration - the configuration to set
      • getConfiguration

        protected final T getConfiguration()
        Returns the configuration element.
        Returns:
        the configuration element.
      • merge

        public final void merge​(NativeObjectContainer source,
                                String property)
        Merge a native object in the this one with a specific property name.
        This is used by plugins implementation (native java script ones) when they are not using the standard way to add plugin configuration in the options of chart.
        Parameters:
        source - native object container to add
        property - property name
      • toJSON

        public final String toJSON()
        Returns the JSON representation of the object.
        Returns:
        the JSON representation of the object.
      • loadNativeObject

        public final ChartEnvelop<NativeObject> loadNativeObject​(ChartEnvelop<NativeObject> envelop)
        Returns the native object instance inside an envelop.
        It can be called only from org.pepstock.charba.client package.
        Parameters:
        envelop - envelop instance which will contain the native object
        Returns:
        the envelop, passed as argument, loaded with the native object
      • getChart

        public final IsChart getChart()
        Returns the chart instance
        Returns:
        the chart