1 | The basic graphics rendering model has not changed with the addition of Java 2D |
2 | The Java 2D API class Graphics2D extends the Graphics class to support more graphics attributes and provide new rendering methods |
3 | Java 2D API uses the drawing model defined by the java.awt package |
4 | In this model, each Component object implements a paint(...) method that is invoked automatically whenever the component needs to be drawn |