java.lang.Object
javax.swing.plaf.basic.BasicGraphicsUtils
- See Also:
- Top Examples, Source Code
public BasicGraphicsUtils()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void drawBezel(Graphics g,
int x,
int y,
int w,
int h,
boolean isPressed,
boolean isDefault,
Color shadow,
Color darkShadow,
Color highlight,
Color lightHighlight)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void drawDashedRect(Graphics g,
int x,
int y,
int width,
int height)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void drawEtchedRect(Graphics g,
int x,
int y,
int w,
int h,
Color shadow,
Color darkShadow,
Color highlight,
Color lightHighlight)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void drawGroove(Graphics g,
int x,
int y,
int w,
int h,
Color shadow,
Color highlight)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void drawLoweredBezel(Graphics g,
int x,
int y,
int w,
int h,
Color shadow,
Color darkShadow,
Color highlight,
Color lightHighlight)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void drawString(Graphics g,
String text,
int underlinedChar,
int x,
int y)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void drawStringUnderlineCharAt(Graphics g,
String text,
int underlinedIndex,
int x,
int y)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Insets getEtchedInsets()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Insets getGrooveInsets()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Dimension getPreferredButtonSize(AbstractButton b,
int textIconGap)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples