net.sourceforge.jiu.apps

Class ImageDescriptionCreator


public class ImageDescriptionCreator
extends java.lang.Object

Returns textual descriptions of the properties of JIU image objects.
Author:
Marco Schmidt
Since:
0.9.0

Constructor Summary

ImageDescriptionCreator()

Method Summary

private static String
formatNumber(long value, Locale locale)
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.
private static int
getImageType(PixelImage image)

Constructor Details

ImageDescriptionCreator

private ImageDescriptionCreator()

Method Details

formatNumber

private static String formatNumber(long value,
                                   Locale locale)

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 returned
locale - the Locale storing the natural language to be used for formatting
Returns:
a textual description of the image

getImageType

private static int getImageType(PixelImage image)