Java java.awt Paint fields, constructors, methods, implement or subclass

Example usage for Java java.awt Paint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt Paint.

The text is from its open source code.

Implementation

java.awt.Paint has the following implementations.
Click this link to see all its implementation.

Method

PaintContextcreateContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
Creates and returns a PaintContext used to generate the color pattern.
booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
ClassgetClass()
Returns the runtime class of this Object .