Interface WordCloudOptions.Builder

    • Method Detail

      • wordOrientation

        WordCloudOptions.Builder wordOrientation​(String wordOrientation)

        The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

        Parameters:
        wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WordCloudWordOrientation, WordCloudWordOrientation
      • wordOrientation

        WordCloudOptions.Builder wordOrientation​(WordCloudWordOrientation wordOrientation)

        The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

        Parameters:
        wordOrientation - The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WordCloudWordOrientation, WordCloudWordOrientation
      • wordScaling

        WordCloudOptions.Builder wordScaling​(String wordScaling)

        The word scaling options (emphasize, normal) for the words in a word cloud.

        Parameters:
        wordScaling - The word scaling options (emphasize, normal) for the words in a word cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WordCloudWordScaling, WordCloudWordScaling
      • cloudLayout

        WordCloudOptions.Builder cloudLayout​(String cloudLayout)

        The cloud layout options (fluid, normal) of a word cloud.

        Parameters:
        cloudLayout - The cloud layout options (fluid, normal) of a word cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WordCloudCloudLayout, WordCloudCloudLayout
      • wordCasing

        WordCloudOptions.Builder wordCasing​(String wordCasing)

        The word casing options (lower_case, existing_case) for the words in a word cloud.

        Parameters:
        wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WordCloudWordCasing, WordCloudWordCasing
      • wordCasing

        WordCloudOptions.Builder wordCasing​(WordCloudWordCasing wordCasing)

        The word casing options (lower_case, existing_case) for the words in a word cloud.

        Parameters:
        wordCasing - The word casing options (lower_case, existing_case) for the words in a word cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WordCloudWordCasing, WordCloudWordCasing
      • wordPadding

        WordCloudOptions.Builder wordPadding​(String wordPadding)

        The word padding options (none, small, medium, large) for the words in a word cloud.

        Parameters:
        wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WordCloudWordPadding, WordCloudWordPadding
      • wordPadding

        WordCloudOptions.Builder wordPadding​(WordCloudWordPadding wordPadding)

        The word padding options (none, small, medium, large) for the words in a word cloud.

        Parameters:
        wordPadding - The word padding options (none, small, medium, large) for the words in a word cloud.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WordCloudWordPadding, WordCloudWordPadding
      • maximumStringLength

        WordCloudOptions.Builder maximumStringLength​(Integer maximumStringLength)

        The length limit of each word from 1-100.

        Parameters:
        maximumStringLength - The length limit of each word from 1-100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.