Uses of Class java.awt.Graphics2D

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 gnu.java.awt.peer.headless

Methods with return type java.awt.Graphics2D

Graphics2D
Return a Graphics2D object which will render into the specified 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 gnu.java.awt.peer.x

Classes derived from java.awt.Graphics2D

class
An implementation of Graphics2D on top of the GLX extension of X.
class

Methods with return type java.awt.Graphics2D

Graphics2D
Returns a Graphics instance suitable for drawing on top of the BufferedImage.

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.java.awt.java2d

Classes derived from java.awt.Graphics2D

class
This is a 100% Java implementation of the Java2D rendering pipeline.
class
A Graphics2D implementation that operates on Raster objects.

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

Methods with return type java.awt.Graphics2D

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

Uses in package java.awt.font

Methods with parameter type java.awt.Graphics2D

void
GraphicAttribute.draw(Graphics2D graphics, float x, float y)
Draws the graphic.
void
ImageGraphicAttribute.draw(Graphics2D g, float x, float y)
Draws the image at the specified location, relative to the origin.
void
ShapeGraphicAttribute.draw(Graphics2D graphics, float x, float y)
Draws the graphic at the given location.
void
TextLayout.draw(Graphics2D g2, float x, float y)

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

Classes derived from java.awt.Graphics2D

class
Implementation of Graphics2D on a Cairo surface.
class
This is an abstract implementation of Graphics2D on Cairo.
class
Implementation of Graphics2D on a Cairo surface.
class
ComponentGraphics - context for drawing directly to a component, as this is an X drawable, it requires that we use GTK locks.
class
Implementation of Graphics2D for Components for servers which do not have xrender.
class

Methods with return type java.awt.Graphics2D

Graphics2D
Graphics2D
Return a Graphics2D object which will render into the specified image.
Graphics2D
Returns a Graphics2D object for a component, either an instance of this class (if xrender is supported), or a context which copies.
Graphics2D
Return a Graphics2D drawing to the CairoSurface.