| Package | Description |
|---|---|
| wordcram |
| Modifier and Type | Class and Description |
|---|---|
class |
PlottingWordPlacer
If you're using a custom WordPlacer, and having difficulty seeing
how well it works, try wrapping it in a PlottingWordPlacer.
|
class |
SwirlWordPlacer |
class |
UpperLeftWordPlacer |
class |
WaveWordPlacer |
| Modifier and Type | Method and Description |
|---|---|
static WordPlacer |
Placers.centerClump() |
static WordPlacer |
Placers.horizBandAnchoredLeft() |
static WordPlacer |
Placers.horizLine() |
static WordPlacer |
Placers.swirl() |
static WordPlacer |
Placers.upperLeft() |
static WordPlacer |
Placers.wave() |
| Modifier and Type | Method and Description |
|---|---|
WordCram |
WordCram.withPlacer(WordPlacer placer)
Use the given WordPlacer to pick locations for each word.
|
| Constructor and Description |
|---|
PlottingWordPlacer(processing.core.PApplet _parent,
WordPlacer _wrappedPlacer) |