|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface BStyleSheet.ResourceProvider
An interface used by the stylesheet to obtain font and image resources.
| Method Summary | |
|---|---|
BTextFactory |
createTextFactory(String family,
String style,
int size)
Creates a factory that will render text using the specified font. |
BCursor |
loadCursor(String name)
Loads the cursor with the specified name. |
BImage |
loadImage(String path)
Loads the image with the specified path. |
| Method Detail |
|---|
BTextFactory createTextFactory(String family,
String style,
int size)
BImage loadImage(String path)
throws IOException
IOException
BCursor loadCursor(String name)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||