|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mov.util.Converter
public class Converter
Contains a set of general conversion functions. Previously this was a grab bag of functions that converted anything to anything else. However thinking in more OO terms some of these functions better belonged elsewhere and have been moved. This class is gradually dwindling away and will be removed soon.
Constructor Summary | |
---|---|
Converter()
|
Method Summary | |
---|---|
static java.lang.String |
toFixedString(int number,
int digits)
Convert a number to a fixed length string of the given number of digits. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Converter()
Method Detail |
---|
public static java.lang.String toFixedString(int number, int digits)
number
- the number to convert into a stringdigits
- the fixed number of digits to output
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |