com.livescribe.i18n
Class ImageResource
java.lang.Object
com.livescribe.i18n.Resource
com.livescribe.i18n.DisplayableResource
com.livescribe.i18n.ImageResource
public abstract class ImageResource
- extends DisplayableResource
This class defines an image resource that has been localized for a
particular Locale and that can be rendered on the display.
- See Also:
Locale
| Fields inherited from class com.livescribe.i18n.Resource |
id |
|
Constructor Summary |
protected |
ImageResource(String id)
Creates a new image resource having the specified ID. |
|
Method Summary |
abstract Image |
getImage()
Gets the localized image. |
ImageResource
protected ImageResource(String id)
- Creates a new image resource having the specified ID.
- Parameters:
id - the resource ID
getImage
public abstract Image getImage()
- Gets the localized image.
- Returns:
- the localized image.
Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.