|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.data.TokenUtilities
public class TokenUtilities
Various methods and fields that are used from within the various token classes. This code is factored out here into a separate class to allow for simple use by the code generator.
Green (cxh) |
Green (neuendor) |
Field Summary | |
---|---|
static java.text.DecimalFormat |
exponentialFormat
The format that is used to print floating point numbers that are very large, or very small. |
static java.text.DecimalFormat |
regularFormat
The format that is used to print floating point numbers that are not very large, or very small. |
Constructor Summary | |
---|---|
TokenUtilities()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.text.DecimalFormat regularFormat
public static final java.text.DecimalFormat exponentialFormat
Constructor Detail |
---|
public TokenUtilities()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |