Package | Description |
---|---|
fc.util |
Modifier and Type | Method and Description |
---|---|
static ToString.Style |
ToString.getDefaultStyle()
Returns the default style object.
|
ToString.Style |
ToString.getStyle()
Returns the style being currently used by this instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
ToString.setDefaultStyle(ToString.Style style)
Sets the style object to use as the default.
|
Constructor and Description |
---|
ToString(Object obj,
ToString.Style style)
Creates a ToString for the specified object using the
specified style
|