| Package | Description |
|---|---|
| wordcram |
| Modifier and Type | Class and Description |
|---|---|
class |
PlottingWordNudger
If you're using a custom WordNudger, and having difficulty seeing
how well it works, try wrapping it in a PlottingWordNudger.
|
class |
RandomWordNudger
A RandomWordNudger, where each attempt's PVector has X & Y coords
distributed randomly around the desired point, multiplied by a standard deviation,
and multiplied by the attempt number (so it gets farther, as it gets more
desperate).
|
class |
SpiralWordNudger |
| Modifier and Type | Method and Description |
|---|---|
WordCram |
WordCram.withNudger(WordNudger nudger)
Use the given WordNudger to pick angles for each word.
|
| Constructor and Description |
|---|
PlottingWordNudger(processing.core.PApplet _parent,
WordNudger _wrappedNudger) |