Uses of Class
fc.util.ToString.Style

Packages that use ToString.Style
fc.util   
 

Uses of ToString.Style in fc.util
 

Methods in fc.util that return ToString.Style
static ToString.Style ToString.getDefaultStyle()
          Returns the default style object.
 ToString.Style ToString.getStyle()
          Returns the style being currently used by this instance.
 

Methods in fc.util with parameters of type ToString.Style
static void ToString.setDefaultStyle(ToString.Style style)
          Sets the style object to use as the default.
 

Constructors in fc.util with parameters of type ToString.Style
ToString(java.lang.Object obj, ToString.Style style)
          Creates a ToString for the specified object using the specified style