Java Platform 1.2
Beta 4

Uses of Interface
java.awt.Paint

Packages that use Paint
com.sun.java.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
 

Uses of Paint in com.sun.java.swing.plaf
 

Classes in com.sun.java.swing.plaf that implement Paint
  ColorUIResource
           
 

Uses of Paint in java.awt
 

Classes in java.awt that implement Paint
  Color
          A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
  GradientPaint
          This class provides a way to fill a shape with a linear color gradient pattern.
  SystemColor
          A class to encapsulate symbolic colors representing the color of GUI objects on a system.
  TexturePaint
          This class provides a way to fill a shape with a given texture.
 

Methods in java.awt that return Paint
abstract  Paint Graphics2D.getPaint()
          Returns the current Paint in the Graphics2D state.
 

Methods in java.awt with parameters of type Paint
abstract  void Graphics2D.setPaint(Paint paint)
          Sets the Paint in the current graphics state.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.