|
datum API Documentation | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--datum.util.Util
| Field Summary | |
static boolean |
verbose
|
| Constructor Summary | |
Util()
|
|
| Method Summary | |
static String[] |
filterKeys(Hashtable h,
String filter,
boolean prefix)
|
static boolean |
getBoolean(String s,
boolean nullDefault)
|
static String |
getDescription(Class c)
|
static String |
getDescription(Package p)
|
static String |
getLongestString(Object[] a)
|
static String |
makeList(Object[] a)
|
static BufferedWriter |
openLog(Component display)
|
static void |
printError(Exception e)
|
static void |
printError(String s)
|
static void |
printError(String s,
Exception e)
|
static void |
printHeader(Class c)
|
static String |
removeExtension(String s)
|
static void |
saveEPS(Component display)
|
static void |
saveGIF(Component display)
|
static String |
trimString(String s,
int maxLength)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static boolean verbose
| Constructor Detail |
public Util()
| Method Detail |
public static boolean getBoolean(String s,
boolean nullDefault)
public static String removeExtension(String s)
public static BufferedWriter openLog(Component display)
public static void saveGIF(Component display)
public static void saveEPS(Component display)
public static String getLongestString(Object[] a)
public static String trimString(String s,
int maxLength)
public static String makeList(Object[] a)
public static void printError(Exception e)
public static void printError(String s)
public static void printError(String s,
Exception e)
public static void printHeader(Class c)
public static String getDescription(Class c)
public static String getDescription(Package p)
public static String[] filterKeys(Hashtable h,
String filter,
boolean prefix)
|
Up to datum |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||