|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DisplayableResource | |
|---|---|
| com.livescribe.i18n | This package consists of classes and interfaces to aid the internationalization of application resources. |
| com.livescribe.ui | |
| Uses of DisplayableResource in com.livescribe.i18n |
|---|
| Subclasses of DisplayableResource in com.livescribe.i18n | |
|---|---|
class |
ImageResource
This class defines an image resource that has been localized for a particular Locale and that can be rendered on the display. |
class |
TextResource
This class defines a text resource that has been localized for a particular Locale and that can be rendered on the display. |
| Methods in com.livescribe.i18n that return DisplayableResource | |
|---|---|
abstract DisplayableResource |
ResourceBundle.getDisplayResource(String id)
Returns the localized display resource for the identifier passed. |
| Uses of DisplayableResource in com.livescribe.ui |
|---|
| Methods in com.livescribe.ui with parameters of type DisplayableResource | |
|---|---|
void |
ScrollLabel.draw(DisplayableResource res)
Draw a DisplayableResource on the Scroll Label |
void |
ScrollLabel.draw(DisplayableResource res,
boolean scroll)
Draw a DisplayableResource on the Scroll Label and specify if it needs to be scrolled |
void |
ScrollLabel.draw(DisplayableResource res,
int x,
int y,
boolean scroll)
|
void |
ScrollLabel.draw(DisplayableResource res,
int x,
int y,
int width,
int height,
boolean scroll)
|
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||