Uses of Class
javolution.text.TextFormat

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
<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.
 

Methods in javolution.text with parameters of type TextFormat
static
<T> void
TextFormat.setInstance(Class<? extends T> forClass, TextFormat<T> format)
          Overrides the default format for the specified class (local setting).
 



Copyright © 2005-2012 Javolution. All Rights Reserved.