Interface | Description |
---|---|
IlvAdaptablePaint |
This interface is an extension of
Paint , in which the
createContext implementation may actually rely on its
userBounds parameter. |
IlvBlinkingDrawingResource |
This interface defines colors and paints that can blink.
|
IlvBlinkingObject |
A blinking object is an object that supports blinking.
|
IlvBlinkingObjectOwner |
A blinking object owner is an object that owns an object that supports
blinking and is able to delay the repaint of the blinking by a sequence
blinkingOwner.initReDraws();
try {
... many calls of blinkingObject.reDraw();
} finally {
blinkingOwner.blinkingReDraw();
}
In the graphic framework, this interface is implemented by
IlvManager . |
IlvMultipleGradientPaintConstants |
Constants for gradient paints.
|
Class | Description |
---|---|
IlvBlinkingColor |
This class defines a blinking color.
|
IlvBlinkingMultiColor |
This class defines a blinking color consisting of multiple subcolors.
|
IlvBlinkingMultiPaint |
This class defines a blinking paint consisting of multiple subpaints.
|
IlvBlinkingPaint |
This class defines a blinking paint.
|
IlvContrastingColor |
This class denotes a color that depends on the background.
|
IlvG2D |
This class contains utility methods that work around bugs in the
Graphics and Graphics2D implementations. |
IlvLinearGradientPaint |
This class defines a multiple linear color gradient paint that will be
used to fill Java 2
Shape objects. |
IlvMultipleGradientPaint |
This is the superclass for Paint implementations that use a multiple-color
gradient to fill in their raster.
|
IlvPattern |
A pattern is a predefined texture used to
fill a shape.
|
IlvPolygon2D |
An
IlvPolygon2D instance describes a closed (circular)
polyline with no specific starting or end points, in other words,
a polygon. |
IlvPolygon2D.Double |
The
Double class defines a polygon with
double coordinates. |
IlvPolygon2D.Float |
The
Float class defines a polygon with
float coordinates. |
IlvRadialGradientPaint |
This class defines a multiple radial color gradient paint that will be
used to fill Java 2
Shape objects. |
IlvShapeUtil |
The class
IlvShapeUtil contains static methods that are useful
when working with Java2D Shape objects. |
IlvTexture |
A texture is a predefined
TexturePaint used to
fill a shape. |
IlvTranslatedShape |
This class is a translation of a given shape by a given translation vector.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.