| Package | Description |
|---|---|
| wordcram |
| Class and Description |
|---|
| BBTree |
| Word
A weighted word, for rendering in the word cloud image.
|
| WordAngler
A WordAngler tells WordCram what angle to draw a word at, in radians.
|
| WordColorer
A WordColorer tells WordCram what color to render a word in.
|
| WordCram
The main API for WordCram.
|
| WordFonter
A WordFonter tells WordCram what font to render a word in.
|
| WordNudger
Once a WordPlacer tells WordCram where a word should go, a WordNudger
tells WordCram how to nudge it around the field, until it fits in with the
other words around it, or the WordCram gives up on the word.
|
| WordPlacer
A WordPlacer tells WordCram where to place a word (in x,y coordinates) on the field.
|
| WordSizer
A WordSizer tells WordCram how big to render each word.
|