Class AWTUtil

java.lang.Object
org.rspeer.commons.AWTUtil

public class AWTUtil extends Object
  • Field Details

  • Constructor Details

    • AWTUtil

      public AWTUtil()
  • Method Details

    • drawBorderedRectangle

      public static void drawBorderedRectangle(Graphics g, int x, int y, int width, int height, Color fg, Color bg)
    • drawBorderedRectangle

      public static void drawBorderedRectangle(Graphics g, int x, int y, int width, int height, Color bg)
    • drawBorderedRectangle

      public static void drawBorderedRectangle(Graphics g, Rectangle rect)
    • drawBorderedRectangle

      public static void drawBorderedRectangle(Graphics g, int x, int y, int width, int height)
    • drawBasicShadowString

      public static void drawBasicShadowString(Graphics g, String string, int x, int y, Color fg, Color bg)
    • drawShadowString

      public static void drawShadowString(Graphics g, String string, int x, int y, Color fg, Color bg, int flags, int xOffset, int yOffset)
    • drawBoldedString

      public static void drawBoldedString(Graphics g, String string, int x, int y, Color fg, Color bg)
    • drawBoldedString

      public static void drawBoldedString(Graphics g, String string, int x, int y, Color color)
    • drawBoldedString

      public static void drawBoldedString(Graphics g, String string, int x, int y, Color color, int xOffset, int yOffset)
    • drawBoldedString

      public static void drawBoldedString(Graphics g, String string, int x, int y)
    • drawBoldedString

      public static void drawBoldedString(Graphics g, String string, int x, int y, int xOffset, int yOffset)