Interface PanelConfiguration.Builder

    • Method Detail

      • title

        PanelConfiguration.Builder title​(PanelTitleOptions title)

        Configures the title display within each small multiples panel.

        Parameters:
        title - Configures the title display within each small multiples panel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • borderVisibility

        PanelConfiguration.Builder borderVisibility​(String borderVisibility)

        Determines whether or not each panel displays a border.

        Parameters:
        borderVisibility - Determines whether or not each panel displays a border.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • borderVisibility

        PanelConfiguration.Builder borderVisibility​(Visibility borderVisibility)

        Determines whether or not each panel displays a border.

        Parameters:
        borderVisibility - Determines whether or not each panel displays a border.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • borderThickness

        PanelConfiguration.Builder borderThickness​(String borderThickness)

        Sets the line thickness of panel borders.

        Parameters:
        borderThickness - Sets the line thickness of panel borders.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • borderColor

        PanelConfiguration.Builder borderColor​(String borderColor)

        Sets the line color of panel borders.

        Parameters:
        borderColor - Sets the line color of panel borders.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gutterVisibility

        PanelConfiguration.Builder gutterVisibility​(String gutterVisibility)

        Determines whether or not negative space between sibling panels is rendered.

        Parameters:
        gutterVisibility - Determines whether or not negative space between sibling panels is rendered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • gutterVisibility

        PanelConfiguration.Builder gutterVisibility​(Visibility gutterVisibility)

        Determines whether or not negative space between sibling panels is rendered.

        Parameters:
        gutterVisibility - Determines whether or not negative space between sibling panels is rendered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • gutterSpacing

        PanelConfiguration.Builder gutterSpacing​(String gutterSpacing)

        Sets the total amount of negative space to display between sibling panels.

        Parameters:
        gutterSpacing - Sets the total amount of negative space to display between sibling panels.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backgroundVisibility

        PanelConfiguration.Builder backgroundVisibility​(String backgroundVisibility)

        Determines whether or not a background for each small multiples panel is rendered.

        Parameters:
        backgroundVisibility - Determines whether or not a background for each small multiples panel is rendered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • backgroundVisibility

        PanelConfiguration.Builder backgroundVisibility​(Visibility backgroundVisibility)

        Determines whether or not a background for each small multiples panel is rendered.

        Parameters:
        backgroundVisibility - Determines whether or not a background for each small multiples panel is rendered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • backgroundColor

        PanelConfiguration.Builder backgroundColor​(String backgroundColor)

        Sets the background color for each panel.

        Parameters:
        backgroundColor - Sets the background color for each panel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.