Uses of Class java.awt.Graphics2D

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 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.image

Methods with return type java.awt.Graphics2D

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