Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.awt.Paint

Uses of Paint in java.awt
 

Classes in java.awt that implement Paint
 class Color
          This class represents a color value in the AWT system.
 class GradientPaint
          A paint object that can be used to color a region by blending two colors.
 class SystemColor
          This class contains the various "system colors" in use by the native windowing system.
 class TexturePaint
          STUB CLASS ONLY
 

Methods in java.awt that return Paint
abstract  Paint Graphics2D.getPaint()
           
 

Methods in java.awt with parameters of type Paint
abstract  void Graphics2D.setPaint(Paint paint)