net.sourceforge.jiu.apps
Class ImageDescriptionCreator
java.lang.Object
net.sourceforge.jiu.apps.ImageDescriptionCreator
- public class ImageDescriptionCreator
- extends Object
Returns textual descriptions of the properties of JIU image objects.
- Since:
- 0.9.0
- Author:
- Marco Schmidt
Method Summary |
static String |
getDescription(PixelImage image,
Locale locale,
Strings strings)
Returns a description of the argument image using the language
as specified by the argument locale's two-letter language code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDescription
public static String getDescription(PixelImage image,
Locale locale,
Strings strings)
- Returns a description of the argument image using the language
as specified by the argument locale's two-letter language code.
- Parameters:
image
- the image for which a textual description is to be returnedlocale
- the Locale storing the natural language to be used for formatting
- Returns:
- a textual description of the image
Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt