public class IlvG2D extends Object
Graphics
and Graphics2D
implementations.
It works around the Sun bugs
7043054
and
6921602.Modifier and Type | Method and Description |
---|---|
static void |
draw(Graphics2D g,
Shape shape)
A corrected version of
Graphics2D.draw(Shape) . |
static void |
drawRect(Graphics g,
int x,
int y,
int width,
int height)
A corrected version of
Graphics.drawRect(int, int, int, int) . |
static void |
fill(Graphics2D g,
Shape shape)
A corrected version of
Graphics2D.fill(Shape) . |
static void |
fillRect(Graphics g,
int x,
int y,
int width,
int height)
A corrected version of
Graphics.fillRect(int, int, int, int) . |
public static void fillRect(Graphics g, int x, int y, int width, int height)
Graphics.fillRect(int, int, int, int)
.public static void fill(Graphics2D g, Shape shape)
Graphics2D.fill(Shape)
.public static void drawRect(Graphics g, int x, int y, int width, int height)
Graphics.drawRect(int, int, int, int)
.public static void draw(Graphics2D g, Shape shape)
Graphics2D.draw(Shape)
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.