Class SmallMultiplesOptions

    • Method Detail

      • maxVisibleRows

        public final Long maxVisibleRows()

        Sets the maximum number of visible rows to display in the grid of small multiples panels.

        The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

        Returns:
        Sets the maximum number of visible rows to display in the grid of small multiples panels.

        The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

      • maxVisibleColumns

        public final Long maxVisibleColumns()

        Sets the maximum number of visible columns to display in the grid of small multiples panels.

        The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

        Returns:
        Sets the maximum number of visible columns to display in the grid of small multiples panels.

        The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

      • panelConfiguration

        public final PanelConfiguration panelConfiguration()

        Configures the display options for each small multiples panel.

        Returns:
        Configures the display options for each small multiples panel.
      • xAxis

        public final SmallMultiplesAxisProperties xAxis()

        The properties of a small multiples X axis.

        Returns:
        The properties of a small multiples X axis.
      • yAxis

        public final SmallMultiplesAxisProperties yAxis()

        The properties of a small multiples Y axis.

        Returns:
        The properties of a small multiples Y axis.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)