|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplatypus.DumpValue
public class DumpValue
Series of static functions that dump a value to a string, so that it can be printed by the various [dump:..] commands
| Constructor Summary | |
|---|---|
DumpValue()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
pointsFormatted(float floatValue)
Format a floating-point value to a string with at most 1 decimal point |
static java.lang.String |
pointsToInches(float points)
returns a string with text of points converted to inches with corresponding text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DumpValue()
| Method Detail |
|---|
public static java.lang.String pointsToInches(float points)
points - the points to be converted to inches
public static java.lang.String pointsFormatted(float floatValue)
floatValue - the value to convert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||