Java Reference
In-Depth Information
java.lang.Object
java.awt.Color
java.awt.Component
java.awt.Container
javax.swing.JComponent
java.awt.Font
java.awt.FontMetrics
java.awt.Graphics
java.awt.Graphics2D
java.awt.Polygon
«interface»
java.awt.Paint
java.awt.BasicStroke
«interface»
java.awt.Shape
java.awt.GradientPaint
java.awt.TexturePaint
«interface»
java.awt.Stroke
java.awt.geom.GeneralPath
java.awt.geom.Line2D
java.awt.geom.RectangularShape
java.awt.geom.Arc2D
java.awt.geom.Ellipse2D
java.awt.geom.Rectangle2D
java.awt.geom.RoundRectangle2D
Fig. 13.1 | Classes and interfaces used in this chapter from Java's original graphics
capabilities and from the Java 2D API.
Portability Tip 13.1
Different display monitors have different resolutions (i.e., the density of the pixels varies).
This can cause graphics to appear in different sizes on different monitors or on the same
monitor with different settings.
 
Search WWH ::




Custom Search