Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.java2d |
Provides some classes extending Java 2D API.
|
ilog.views.util.java2d |
Contains classes that extends the Java 2D API.
|
Modifier and Type | Method and Description |
---|---|
static IlvLinearGradientPaint |
IlvColor.getGradient(int type,
Color color)
Returns a gradient according to the specified color and type.
|
static IlvLinearGradientPaint |
IlvColor.getGradient(int type,
Color[] colors)
Returns a gradient according to the specified colors and type.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLinearGradientPaint
This class defines a multiple linear color gradient paint that will be
used to fill Java 2
Shape objects. |
Constructor and Description |
---|
IlvLinearGradientPaint(IlvLinearGradientPaint source)
Creates a linear gradient paint by copying an existing one.
|
Constructor and Description |
---|
IlvLinearGradientPaint(IlvLinearGradientPaint source)
Creates a linear gradient paint by copying an existing one.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.