Package org.rspeer.commons
Class AWTUtil
java.lang.Object
org.rspeer.commons.AWTUtil
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
drawBasicShadowString
(Graphics g, String string, int x, int y, Color fg, Color bg) static void
drawBoldedString
(Graphics g, String string, int x, int y) static void
drawBoldedString
(Graphics g, String string, int x, int y, int xOffset, int yOffset) static void
drawBoldedString
(Graphics g, String string, int x, int y, Color color) static void
drawBoldedString
(Graphics g, String string, int x, int y, Color color, int xOffset, int yOffset) static void
drawBoldedString
(Graphics g, String string, int x, int y, Color fg, Color bg) static void
drawBorderedRectangle
(Graphics g, int x, int y, int width, int height) static void
drawBorderedRectangle
(Graphics g, int x, int y, int width, int height, Color bg) static void
drawBorderedRectangle
(Graphics g, int x, int y, int width, int height, Color fg, Color bg) static void
drawBorderedRectangle
(Graphics g, Rectangle rect) static void
drawShadowString
(Graphics g, String string, int x, int y, Color fg, Color bg, int flags, int xOffset, int yOffset)
-
Field Details
-
NORTH
public static final byte NORTH- See Also:
-
SOUTH
public static final byte SOUTH- See Also:
-
EAST
public static final byte EAST- See Also:
-
WEST
public static final byte WEST- See Also:
-
-
Constructor Details
-
AWTUtil
public AWTUtil()
-
-
Method Details
-
drawBorderedRectangle
-
drawBorderedRectangle
-
drawBorderedRectangle
-
drawBorderedRectangle
-
drawBasicShadowString
-
drawShadowString
-
drawBoldedString
-
drawBoldedString
-
drawBoldedString
-
drawBoldedString
-
drawBoldedString
-