Package | Description |
---|---|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvContinuousColorDistribution
An instance of this interface associates a color with every number in a
given range.
|
Modifier and Type | Method and Description |
---|---|
static IlvValueNormalizer |
IlvMinMaxNormalizedValueColorScheme.createAdjustedNormalizer(IlvValueNormalizer initialNormalizer,
double min,
double max,
double neutral)
Creates a normalizer that combines the initialNormalizer with
an adjusted mapping from the interval [min,max] to
[0,1] that also maps the given neutral value to 0.5.
|
static IlvValueNormalizer |
IlvMinMaxNormalizedValueColorScheme.createLinearNormalizer(IlvValueNormalizer initialNormalizer,
double min,
double max)
Creates a normalizer that combines the initialNormalizer with
a linear mapping from the interval [min,max] to
[0,1].
|
Modifier and Type | Method and Description |
---|---|
static IlvValueNormalizer |
IlvMinMaxNormalizedValueColorScheme.createAdjustedNormalizer(IlvValueNormalizer initialNormalizer,
double min,
double max,
double neutral)
Creates a normalizer that combines the initialNormalizer with
an adjusted mapping from the interval [min,max] to
[0,1] that also maps the given neutral value to 0.5.
|
static IlvContinuousColorDistribution |
IlvColorScheme.createContinuousColorDistribution(IlvContinuousColorDistribution colorDistribution,
IlvValueNormalizer normalizer)
Creates a color distribution from another color distribution and a value normalizer.
|
static IlvContinuousColorDistribution |
IlvColorScheme.createContinuousColorDistribution(IlvSimpleValueColorScheme colorScheme,
IlvValueNormalizer normalizer)
Creates a color distribution from a simple color scheme and a value normalizer.
|
IlvContinuousColorDistribution |
IlvSimpleValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvNormalizedValueColorScheme.Evaluator evaluator,
IlvValueNormalizer initialNormalizer,
double min,
double max)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
abstract IlvContinuousColorDistribution |
IlvMinMaxNormalizedValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvNormalizedValueColorScheme.Evaluator evaluator,
IlvValueNormalizer initialNormalizer,
double min,
double max)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
IlvContinuousColorDistribution |
IlvMinMaxAvgNormalizedValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvNormalizedValueColorScheme.Evaluator evaluator,
IlvValueNormalizer initialNormalizer,
double min,
double max)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
IlvContinuousColorDistribution |
IlvMinMaxAvgVarNormalizedValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvNormalizedValueColorScheme.Evaluator evaluator,
IlvValueNormalizer initialNormalizer,
double min,
double max,
double average)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
abstract IlvContinuousColorDistribution |
IlvMinMaxAvgNormalizedValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvNormalizedValueColorScheme.Evaluator evaluator,
IlvValueNormalizer initialNormalizer,
double min,
double max,
double average)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
abstract IlvContinuousColorDistribution |
IlvMinMaxAvgVarNormalizedValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvNormalizedValueColorScheme.Evaluator evaluator,
IlvValueNormalizer initialNormalizer,
double min,
double max,
double average,
double variance)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
static IlvValueNormalizer |
IlvMinMaxNormalizedValueColorScheme.createLinearNormalizer(IlvValueNormalizer initialNormalizer,
double min,
double max)
Creates a normalizer that combines the initialNormalizer with
a linear mapping from the interval [min,max] to
[0,1].
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.