Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.event |
Provides interfaces and classes for dealing with different types of events fired by main Chart classes.
|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
Class and Description |
---|
IlvHiLoChartRenderer
A renderer displaying superimposed High/Low renderers.
|
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.
|
IlvTreemapChartRenderer
A renderer displaying treemap charts.
|
Class and Description |
---|
IlvTreemapChartRenderer
A renderer displaying treemap charts.
|
Class and Description |
---|
IlvColorScheme
This abstract class denotes a color scheme.
|
IlvCompositeChartRenderer
A chart renderer, implemented as a list of child renderers.
|
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.
|
IlvMinMaxAvgNormalizedValueColorScheme
This class denotes a color scheme which requires the minimum, maximum
and average 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.
|
IlvNormalizedValueColorScheme.Evaluator
An evaluator is a function of a node in the tree model.
|
IlvPolylineChartRenderer
A renderer displaying polylines.
|
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.
|
IlvSuperimposedRenderer
Interface for renderers that support superimposed rendering (child renderers
are drawn on top of each other).
|
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.
|
IlvTreemapPacking
This class describes how to arrange rectangles in a treemap.
|
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.
|
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 and Description |
---|
IlvSingleChartRenderer
The
IlvSingleChartRenderer class is the base class for
elementary renderers. |
IlvTreemapChartRenderer
A renderer displaying treemap charts.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.