Embed presentation
Download to read offline



This document discusses graphics and audio in Java. It lists several methods of the java.awt.Graphics class for drawing shapes, text, and clearing areas, including drawString(), drawLine(), drawRect(), fillRect(), drawRoundRect(), fillRoundRect(), drawOval(), fillOval(), and clearRect(). These methods define parameters for the position and dimension of the shapes, text, and areas. The document is part of a lecture on object oriented programming in Java.


