Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
Sample
Document
Uses of Interface java.awt.Paint
Deprecated: ShowHide
View: ClientSubclassPackageImplementation

Uses of Interface
java.awt.Paint

  • Packages that use Paint 
    Package Description
    java.awt
    Contains all of the classes for creating user interfaces and for painting graphics and images.
    • Uses of Paint in java.awt

      Classes in java.awt that implement Paint 
      Modifier and Type Class and Description
      class  Color
      The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
      class  GradientPaint
      The GradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
      class  LinearGradientPaint
      The LinearGradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
      class  MultipleGradientPaint
      This is the superclass for Paints which use a multiple color gradient to fill in their raster.
      class  RadialGradientPaint
      The RadialGradientPaint class provides a way to fill a shape with a circular radial color gradient pattern.
      class  SystemColor
      A class to encapsulate symbolic colors representing the color of native GUI objects on a system.
      class  TexturePaint
      The TexturePaint class provides a way to fill a Shape with a texture that is specified as a BufferedImage.
      Methods in java.awt that return Paint 
      Modifier and Type Method and Description
      abstract Paint  Graphics2D.getPaint()
      Returns the current Paint of the Graphics2D context.
      Methods in java.awt with parameters of type Paint 
      Modifier and Type Method and Description
      abstract void  Graphics2D.setPaint(Paint paint)
      Sets the Paint attribute for the Graphics2D context.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge