Class LabelsOptionsBuilder

    • Method Detail

      • create

        public static LabelsOptionsBuilder create()
        Returns new builder instance.
        Returns:
        new builder instance
      • create

        public static LabelsOptionsBuilder create​(IsChart chart)
        Returns new builder instance using the chart global options.
        Parameters:
        chart - chart instance related to the plugin options
        Returns:
        new builder instance
      • build

        public LabelsOptions build()
        Returns a configured labels options.
        Returns:
        a configured labels options.
      • createLabel

        public LabelBuilder createLabel​(String id)
        Returns new options builder for new label identified by id.
        Parameters:
        id - id of the new label
        Returns:
        new options builder for new label identified by id
      • createLabel

        public LabelBuilder createLabel​(LabelId id)
        Returns new options builder for new label identified by id.
        Parameters:
        id - id of the new label
        Returns:
        new options builder for new label identified by id
      • getLabel

        public LabelBuilder getLabel​(String id)
        Returns the options builder for label identified by id.
        Parameters:
        id - id of the options
        Returns:
        the options builder for label identified by id
      • getLabel

        public LabelBuilder getLabel​(LabelId id)
        Returns the options builder for label identified by id
        Parameters:
        id - id of the options
        Returns:
        the options builder for label identified by id