Package | Description |
---|---|
javolution.text |
Provides classes and interfaces to handle text.
|
Modifier and Type | Method and Description |
---|---|
static <T> TextFormat<T> |
TextFormat.getDefault(Class<? extends T> forClass)
Returns the default format for instances of the specified class.
|
static <T> TextFormat<T> |
TextFormat.getInstance(Class<? extends T> forClass)
Returns the current format for instances of the specified class.
|
Modifier and Type | Method and Description |
---|---|
static <T> void |
TextFormat.setInstance(Class<? extends T> forClass,
TextFormat<T> format)
Overrides the default format for the specified class (
local setting ). |
Copyright © 2005–2015 Javolution. All rights reserved.