public static interface WebConsole.Formatter
Modifier and Type | Method and Description |
---|---|
String |
parameterAsFloat(Object o)
Function that is used to print an object as float using
format specifiers.
|
String |
parameterAsInteger(Object o)
Function that is used to print an object as integer using
format specifiers.
|
String |
parameterAsString(Object o)
Function that is used to print an object as string using
format specifiers.
|
String |
printObject(Object o)
Function that is used to print an object to the console.
|
String printObject(Object o)
o
- object to be printedString parameterAsString(Object o)
o
- object to be printed using string format specifiersString parameterAsInteger(Object o)
o
- object to be printed using integer format specifiersCopyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.