| Package | Description |
|---|---|
| wordcram |
| Modifier and Type | Method and Description |
|---|---|
static WordAngler |
Anglers.alwaysUse(float angle)
If you want all your words to be drawn at the same angle, use this.
|
static WordAngler |
Anglers.heaped() |
static WordAngler |
Anglers.hexes()
A WordAngler that draws all words at hexagonal angles, or (if you're a
bit more mathy) 0π/6, 1π/6, 2π/6, 3π/6, 4π/6, and 5π/6.
|
static WordAngler |
Anglers.horiz()
A WordAngler that draws all words horizontally.
|
static WordAngler |
Anglers.mostlyHoriz()
A WordAngler that draws 5/7 words horizontally, and the rest going up and
down.
|
static WordAngler |
Anglers.pickFrom(float... angles)
Just like
Anglers.alwaysUse(float), but it takes multiple angles. |
static WordAngler |
Anglers.random() |
static WordAngler |
Anglers.randomBetween(float min,
float max) |
static WordAngler |
Anglers.upAndDown()
A WordAngler that draws all words vertically, pointing both up and down.
|
| Modifier and Type | Method and Description |
|---|---|
WordCram |
WordCram.withAngler(WordAngler angler)
Use the given WordAngler to pick angles for each word.
|