Interface | Description |
---|---|
IlvContinuousColorDistribution |
An instance of this interface associates a color with every number in a
given range.
|
IlvEnumeratedColorDistribution |
An instance of this interface associates a color with every object among a
given finite set of objects.
|
IlvNormalizedValueColorScheme.Evaluator |
An evaluator is a function of a node in the tree model.
|
IlvSuperimposedRenderer |
Interface for renderers that support superimposed rendering (child renderers
are drawn on top of each other).
|
IlvTreemapPacking |
This class describes how to arrange rectangles in a treemap.
|
IlvValueNormalizer |
An instance of this interface maps a value from a given interval
onto the interval [0,1].
|
IlvVariableWidthRenderer |
Interface for renderers where the graphical representation of a data point
is drawn according to a given width along the x-axis.
|
Class | Description |
---|---|
IlvAreaChartRenderer |
A renderer displaying areas.
|
IlvBarChartRenderer |
A renderer displaying bars.
|
IlvBubbleChartRenderer |
A renderer displaying bubble charts.
|
IlvColorScheme |
This abstract class denotes a color scheme.
|
IlvComboChartRenderer |
A Renderer that handles multiple representations from a CSS style sheet.
|
IlvCompositeChartRenderer |
A chart renderer, implemented as a list of child renderers.
|
IlvHiLoChartRenderer |
A renderer displaying superimposed High/Low renderers.
|
IlvMinMaxAvgNormalizedValueColorScheme |
This class denotes a color scheme which requires the minimum, maximum
and average of the value in order to compute the color distribution.
|
IlvMinMaxAvgVarNormalizedValueColorScheme |
This class denotes a color scheme which requires the minimum, maximum,
average and variance of the value in order to compute the color
distribution.
|
IlvMinMaxNormalizedValueColorScheme |
This class denotes a color scheme which requires the minimum and the
maximum of the value in order to compute the color distribution.
|
IlvNormalizedValueColorScheme |
This class denotes a color scheme which requires to look up values at
the tree nodes in order to compute the color distribution.
|
IlvPieChartRenderer |
A renderer displaying pie and doughnut charts.
|
IlvPolylineChartRenderer |
A renderer displaying polylines.
|
IlvScatterChartRenderer |
A renderer displaying several scatter charts.
|
IlvSimpleChartRenderer |
The
IlvSimpleChartRenderer is the base class for all atomic
renderers of the entire data source. |
IlvSimpleCompositeChartRenderer |
The
IlvSimpleCompositeChartRenderer is the base class for simple composite renderers. |
IlvSimpleValueColorScheme |
This class denotes a color scheme which provides a model-independent
color distribution for the interval [0,1] and maps the range of values to
this interval through a simple linear mapping.
|
IlvSingleAreaRenderer |
Renders a data set with an area chart.
|
IlvSingleBarRenderer |
Renders a data set with a bar chart.
|
IlvSingleBubbleRenderer |
Renders two data sets with a bubble chart.
|
IlvSingleChartRenderer |
The
IlvSingleChartRenderer class is the base class for
elementary renderers. |
IlvSingleHiLoRenderer |
Renders two data sets that contain corresponding points at the same indices.
|
IlvSinglePieRenderer |
Renders a data set with a pie chart.
|
IlvSinglePolylineRenderer |
Renders a data set with a polyline chart.
|
IlvSingleScatterRenderer |
Renders a data set with scattered graphical markers.
|
IlvSingleStairRenderer |
Renders a data set with a stair chart.
|
IlvStairChartRenderer |
A renderer displaying stairs.
|
IlvTreemapAreaObject |
This class contains information about the area that should be assigned to
a tree node during the treemap packing algorithm.
|
IlvTreemapChartRenderer |
A renderer displaying treemap charts.
|
IlvTreemapPackingAlgorithm |
This class describes how to arrange rectangles in a treemap.
|
IlvValueColorScheme |
This abstract class denotes a color scheme which chooses the color as a
function of a continuous real value or of an enumerated value.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.