com.rubecula.darwin.visualization
Class VisualizationProperties
java.lang.Object
java.util.ResourceBundle
java.util.PropertyResourceBundle
com.rubecula.util.UsefulProperties
com.rubecula.darwin.core.DarwinProperties
com.rubecula.darwin.visualization.VisualizationProperties
public class VisualizationProperties
- extends DarwinProperties
- Author:
- Robin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
P_PAINTER_TITLE
public static final String P_PAINTER_TITLE
- See Also:
- Constant Field Values
P_TITLE_APPLICATION
public static final String P_TITLE_APPLICATION
- See Also:
- Constant Field Values
VisualizationProperties
public VisualizationProperties(String propertiesUrl)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
VisualizationProperties
public VisualizationProperties(URL propertiesUrl)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
valueOf
public static final UsefulProperties valueOf(Applet applet,
String propertiesUrlParamName,
String propertiesUrlDefault)
throws MalformedURLException,
IOException
- Factory method to yield an UsefulProperties object based on data from an
Applet.
- Parameters:
applet - the appletpropertiesUrlParamName - the name of the applet parameter (specified in HTML) which
specifies (as a URL) where to find the properties file.propertiesUrlDefault - the URL to use if there is no applet parameter value specified.
- Returns:
- a new instance of UsefulProperties
- Throws:
MalformedURLException
IOException