|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.microedition.lcdui.laf.ColorSchema
org.netbeans.microedition.lcdui.laf.SystemColorSchema
public class SystemColorSchema
System color schema - gets all colors from Display.getColor() method call.
Method Summary | |
---|---|
javax.microedition.lcdui.Image |
getBackgroundImage()
Returns image which should be used as a background. |
int |
getBackgroundImageAnchorPoint()
Gets anchor of the background image. |
int |
getColor(int aColorSpecifier)
Gets color based on color specifier. |
static SystemColorSchema |
getForDisplay(javax.microedition.lcdui.Display display)
Gets SystemColorSchema for given display |
boolean |
isBackgroundImageTiled()
If true, background image should be drawn in tiled. |
boolean |
isBackgroundTransparent()
If true the background is transparent. |
Methods inherited from class org.netbeans.microedition.lcdui.laf.ColorSchema |
---|
paintBackground |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SystemColorSchema getForDisplay(javax.microedition.lcdui.Display display)
public int getColor(int aColorSpecifier)
ColorSchema
getColor
in class ColorSchema
aColorSpecifier
- - color specifier from Display.COLOR* constnants
Display
public javax.microedition.lcdui.Image getBackgroundImage()
ColorSchema
getBackgroundImage
in class ColorSchema
public int getBackgroundImageAnchorPoint()
ColorSchema
getBackgroundImageAnchorPoint
in class ColorSchema
Graphics
public boolean isBackgroundImageTiled()
ColorSchema
isBackgroundImageTiled
in class ColorSchema
public boolean isBackgroundTransparent()
ColorSchema
isBackgroundTransparent
in class ColorSchema
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |