Package | Description |
---|---|
_templates.javolution.text |
Modifier and Type | Method and Description |
---|---|
static TextFormat |
TextFormat.getDefault(Class forClass)
Returns the default format for instances of the specified class.
|
static TextFormat |
TextFormat.getInstance(Class forClass)
Returns the current format for instances of the specified class.
|
Modifier and Type | Method and Description |
---|---|
static void |
TextFormat.setInstance(Class forClass,
TextFormat format)
Overrides the default format for the specified class (
local setting ). |
Copyright © 2005–2020 Javolution. All rights reserved.