Interface GeospatialNullSymbolStyle.Builder

    • Method Detail

      • fillColor

        GeospatialNullSymbolStyle.Builder fillColor​(String fillColor)

        The color and opacity values for the fill color.

        Parameters:
        fillColor - The color and opacity values for the fill color.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • strokeColor

        GeospatialNullSymbolStyle.Builder strokeColor​(String strokeColor)

        The color and opacity values for the stroke color.

        Parameters:
        strokeColor - The color and opacity values for the stroke color.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • strokeWidth

        GeospatialNullSymbolStyle.Builder strokeWidth​(Double strokeWidth)

        The width of the border stroke.

        Parameters:
        strokeWidth - The width of the border stroke.
        Returns:
        Returns a reference to this object so that method calls can be chained together.