| java.lang.Object org.apache.harmony.awt.theme.windows.WinThemeGraphics
WinThemeGraphics | final public class WinThemeGraphics (Code) | | Native painting of standard components
|
Method Summary | |
public void | dispose() | public void | drawClassicBackground(Rectangle r, int type, int state) | public void | drawClassicBackground(Dimension size, int type, int state) | public void | drawClassicBackground(int x, int y, int w, int h, int type, int state) | public void | drawEdge(Rectangle r, int type) | public void | drawEdge(Dimension size, int type) | public void | drawEdge(int x, int y, int w, int h, int type) | public void | drawFocusRect(Rectangle r, int offset) | public void | drawFocusRect(Dimension size, int offset) | public void | drawFocusRect(int x, int y, int w, int h, int offset) | public void | drawFocusRect(int x, int y, int w, int h) | public void | drawXpBackground(Rectangle r, int type, int state) | public void | drawXpBackground(Dimension size, int type, int state) | public void | drawXpBackground(int x, int y, int w, int h, int type, int state) | public void | fillBackground(Dimension size, Color color, boolean solid) | public void | fillBackground(Rectangle r, Color color, boolean solid) | public void | fillBackground(int x, int y, int w, int h, Color color, boolean solid) | public void | fillHatchedSysColorRect(Rectangle r, int sysColor1, int sysColor2) | public void | fillHatchedSysColorRect(Dimension size, int sysColor1, int sysColor2) | public void | fillHatchedSysColorRect(int x, int y, int w, int h, int sysColor1, int sysColor2) | native public static void | restoreGdiClip(long gi, long hOldClipRgn) | native public static long | setGdiClip(long gi, int clip, int clipLength) | public void | setTheme(long hTheme) |
dispose | public void dispose()(Code) | | |
drawClassicBackground | public void drawClassicBackground(Rectangle r, int type, int state)(Code) | | |
drawClassicBackground | public void drawClassicBackground(Dimension size, int type, int state)(Code) | | |
drawClassicBackground | public void drawClassicBackground(int x, int y, int w, int h, int type, int state)(Code) | | |
drawEdge | public void drawEdge(int x, int y, int w, int h, int type)(Code) | | |
drawFocusRect | public void drawFocusRect(int x, int y, int w, int h, int offset)(Code) | | |
drawFocusRect | public void drawFocusRect(int x, int y, int w, int h)(Code) | | |
drawXpBackground | public void drawXpBackground(Rectangle r, int type, int state)(Code) | | |
drawXpBackground | public void drawXpBackground(Dimension size, int type, int state)(Code) | | |
drawXpBackground | public void drawXpBackground(int x, int y, int w, int h, int type, int state)(Code) | | |
fillBackground | public void fillBackground(int x, int y, int w, int h, Color color, boolean solid)(Code) | | |
fillHatchedSysColorRect | public void fillHatchedSysColorRect(Rectangle r, int sysColor1, int sysColor2)(Code) | | |
fillHatchedSysColorRect | public void fillHatchedSysColorRect(Dimension size, int sysColor1, int sysColor2)(Code) | | |
fillHatchedSysColorRect | public void fillHatchedSysColorRect(int x, int y, int w, int h, int sysColor1, int sysColor2)(Code) | | |
restoreGdiClip | native public static void restoreGdiClip(long gi, long hOldClipRgn)(Code) | | |
setGdiClip | native public static long setGdiClip(long gi, int clip, int clipLength)(Code) | | |
setTheme | public void setTheme(long hTheme)(Code) | | |
|
|