|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextFormat | |
---|---|
javolution.text | Provides classes and interfaces to handle text. |
Uses of TextFormat in javolution.text |
---|
Methods in javolution.text that return TextFormat | ||
---|---|---|
static
|
TextFormat.getDefault(Class<? extends T> forClass)
Returns the default format for instances of the specified class. |
|
static
|
TextFormat.getInstance(Class<? extends T> forClass)
Returns the current format for instances of the specified class. |
Methods in javolution.text with parameters of type TextFormat | ||
---|---|---|
static
|
TextFormat.setInstance(Class<? extends T> forClass,
TextFormat<T> format)
Overrides the default format for the specified class ( local setting ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |