|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.web3d.util.PropertyTools
A set of tools for locating property values.
| Constructor Summary | |
PropertyTools()
|
|
| Method Summary | |
static boolean |
fetchSystemProperty(java.lang.String propName,
boolean def)
Go looking for the named system property. |
static int |
fetchSystemProperty(java.lang.String propName,
int def)
Go looking for the named system property. |
static int |
fetchSystemProperty(java.lang.String propName,
int def,
java.util.HashMap map)
Go looking for the named system property. |
static java.lang.String |
fetchSystemProperty(java.lang.String propName,
java.lang.String def)
Go looking for the named system property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertyTools()
| Method Detail |
public static java.lang.String fetchSystemProperty(java.lang.String propName,
java.lang.String def)
propName - The name of the property to readdef - The default value if not found
public static boolean fetchSystemProperty(java.lang.String propName,
boolean def)
propName - The name of the property to readdef - The default value if not found
public static int fetchSystemProperty(java.lang.String propName,
int def,
java.util.HashMap map)
propName - The name of the property to readdef - The default value if not foundmap - Mapping of the property string to values
public static int fetchSystemProperty(java.lang.String propName,
int def)
propName - The name of the property to readdef - The default value if not found
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||