Graphics2D

Intermediate

java.awt

Java's graphics context for drawing. Used in Overlay.render(Graphics2D) methods to draw text, shapes, and images. Note: For text rendering, prefer PanelComponent and LineComponent over raw graphics.drawString().

Category
Rendering
Methods
6
Properties
0

Methods (6)

Related Classes

Plugins Using This Class