| java.lang.Object javax.microedition.m2g.ScalableGraphics
ScalableGraphics | public class ScalableGraphics (Code) | | |
CLEAR_PAINT | final static RGB CLEAR_PAINT(Code) | | Paint used to clear offscreens.
|
RENDERING_QUALITY_HIGH | final public static int RENDERING_QUALITY_HIGH(Code) | | |
RENDERING_QUALITY_LOW | final public static int RENDERING_QUALITY_LOW(Code) | | |
alpha | float alpha(Code) | | The current transparency for rendering images.
|
offscreen | NativeSurface offscreen(Code) | | The offscreen buffer, used for temporary rendering of the
image.
|
offscreenHeight | int offscreenHeight(Code) | | The offscreen height.
|
offscreenWidth | int offscreenWidth(Code) | | The offscreen width.
|
qualityMode | int qualityMode(Code) | | The current quality mode.
|
checkOffscreen | void checkOffscreen(int width, int height)(Code) | | Get an offscreen buffer big enough to draw a widht by height
image.
Parameters: width - the desired minimal width Parameters: height - the desired minimal height. |
releaseTarget | public void releaseTarget()(Code) | | |
setRenderingQuality | public void setRenderingQuality(int mode)(Code) | | |
setTransparency | public void setTransparency(float alpha)(Code) | | |
|
|