public class PaintHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.awt.RenderingHints |
qualityHints |
Constructor and Description |
---|
PaintHelper() |
Modifier and Type | Method and Description |
---|---|
static java.awt.RenderingHints |
getAntialiasingHints() |
static void |
paintRectangle(java.awt.Graphics g,
java.awt.Color color,
float strokeWidth) |
static void |
paintRectangle(java.awt.Graphics g,
int x,
int y,
int width,
int height,
java.awt.Color color,
float strokeWidth) |
public static java.awt.RenderingHints getAntialiasingHints()
public static void paintRectangle(java.awt.Graphics g, int x, int y, int width, int height, java.awt.Color color, float strokeWidth)
public static void paintRectangle(java.awt.Graphics g, java.awt.Color color, float strokeWidth)