|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WrappedToken | |
|---|---|
| org.gicentre.utils.text | Text related utilities for use with Processing. |
| Uses of WrappedToken in org.gicentre.utils.text |
|---|
| Methods in org.gicentre.utils.text that return types with arguments of type WrappedToken | |
|---|---|
static java.util.List<WrappedToken> |
WordWrapper.wordWrapAndTokenise(java.lang.String text,
float x,
float y,
float width,
processing.core.PApplet sketch)
Tokenises the input string and return a list of these tokens and where they should be drawn. |
static java.util.List<WrappedToken> |
WordWrapper.wordWrapAndTokenise(java.lang.String textToTokenize,
float x,
float y,
float width,
processing.core.PGraphics pGraphics)
Tokenises the input string and return a list of these tokens and where they should be drawn. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||