Returns a list of all registered ExportFileTypes in the order in which
they are found in jar files on the classpath, followed by all the extra
registered ExportFileTypes as long as they do not duplicate any
ExportFileType in the list.
Convenience routine, equivalent to getCursor(clazz.getResource(name));
As an additional convenience, if the name does not contain an extension (eg .gif)
then a list of common extensions will be tried.
Convenience routine, equivalent to getCursor(clazz.getResource(name));
As an additional convenience, if the name does not contain an extension (eg .gif)
then a list of common extensions will be tried.
getDate() -
Method in class org.freehep.graphicsbase.util.Value
Convenience routine, equivalent to getIcon(clazz.getResource(name));
As an additional convenience, if the name does not contain an extension (eg .gif)
then a list of common extensions will be tried.
Convenience routine, equivalent to getImage(clazz.getResource(name));
As an additional convenience, if the name does not contain an extension (eg .gif)
then a list of common extensions will be tried.
getInt() -
Method in class org.freehep.graphicsbase.util.Value
A class representing properties of characters according to various
W3C recommendations
XMLCharacterProperties provides convenience methods for commonly used
character tests.