Class WordCloudRotation

    • Constructor Detail

      • WordCloudRotation

        public WordCloudRotation()
    • Method Detail

      • getFrom

        public Number getFrom()
        Returns the smallest degree of rotation for a word.

        Default: 0

      • setFrom

        public void setFrom​(Number from)
        Sets the smallest degree of rotation for a word.
      • getOrientations

        public Number getOrientations()
        Returns the number of possible orientations for a word, within the range of from and to. Must be a number larger than 0.

        Default: 2

      • setOrientations

        public void setOrientations​(Number orientations)
        Sets the number of possible orientations for a word, within the range of from and to. Must be a number larger than 0.
      • getTo

        public Number getTo()
        Returns the largest degree of rotation for a word.

        Default: 90

      • setTo

        public void setTo​(Number to)
        Sets the largest degree of rotation for a word.