Uses of Class java.awt.Graphics2D

Uses in package gnu.java.awt.peer

Methods with parameter type java.awt.Graphics2D

void
ClasspathTextLayoutPeer.draw(Graphics2D g2, float x, float y)

Uses in package gnu.awt.xlib

Methods with return type java.awt.Graphics2D

Graphics2D
Return a Graphics2D object which will render into the specified image.

Uses in package java.awt

Methods with return type java.awt.Graphics2D

Graphics2D
Return a Graphics2D object which will render into the specified image.

Uses in package gnu.java.awt.peer.qt

Classes derived from java.awt.Graphics2D

class
QtComponentPainter is a Graphics2D context for painting directly to AWT components.
class
QtGraphics is an abstract implementation of Graphics2D over a QPainter object.
class
A QtImagePainter that does an update after every drawing op.
class
QtComponentPainter is a Graphics2D context for painting to QtImage and QtVolatileImages.

Methods with return type java.awt.Graphics2D

Graphics2D
Returns a Graphics2D object that can be used to draw onto this image.
Graphics2D

Uses in package java.awt.image

Methods with return type java.awt.Graphics2D

Graphics2D
Graphics2D
Returns a Graphics2D object that can be used to draw onto this image.

Uses in package gnu.awt.j2d

Classes derived from java.awt.Graphics2D

class
Delegates almost all work to a state object, that allows us to hot-swap rendering strategies based on state changes inflicted on this Graphics object.

Uses in package java.awt.font

Methods with parameter type java.awt.Graphics2D

void
GraphicAttribute.draw(Graphics2D graphics, float x, float y)
void
ImageGraphicAttribute.draw(Graphics2D graphics, float x, float y)
void
ShapeGraphicAttribute.draw(Graphics2D graphics, float x, float y)
void
TextLayout.draw(Graphics2D g2, float x, float y)

Uses in package gnu.java.awt.peer.gtk

Classes derived from java.awt.Graphics2D

class

Methods with parameter type java.awt.Graphics2D

void
GdkTextLayout.draw(Graphics2D g2, float x, float y)

Methods with return type java.awt.Graphics2D

Graphics2D
Returns a Graphics2D object that can be used to draw onto this image.
Graphics2D
Return a Graphics2D object which will render into the specified image.