Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
Modifier and Type | Method and Description |
---|---|
IlvIMapArea |
IlvLegendItem.getMapArea(IlvIMapDefinition mapdef,
IlvIMapAttributes attrs)
Returns the image map area definition of this item as an
IlvIMapArea
instance. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultChartToolTip
This class implements a simple tooltip, consisting of two lines of text:
a title and a main information line.
|
class |
IlvDefaultIMapAttributes
The
IlvDefaultIMapAttributes class holds information about
the HREF and TITLE attributes of an image map area. |
Modifier and Type | Method and Description |
---|---|
static IlvIMapAttributes[] |
IlvDefaultIMapAttributes.create(String[] hrefs)
Creates attributes from the specified
HREF array. |
static IlvIMapAttributes[] |
IlvDefaultIMapAttributes.create(String[] hrefs,
String[] titles)
Creates attributes from the specified
HREF and
TITLE arrays. |
IlvIMapAttributes |
IlvIMapArea.getAttributes()
Returns the attributes of the area.
|
IlvIMapAttributes |
IlvDefaultChartHitmapDefinition.getAttributes(IlvChart chart,
IlvScale scale)
Returns the interactive effects attributes for the given scale.
|
abstract IlvIMapAttributes |
IlvChartHitmapDefinition.getAttributes(IlvChart chart,
IlvScale scale)
Returns the interactive effects attributes for the given scale.
|
IlvIMapAttributes |
IlvDefaultChartHitmapDefinition.getAttributes(IlvChart chart,
IlvSingleChartRenderer renderer,
IlvDataSet ds)
Returns the interactive effects attributes for a series of data points in the given data set.
|
abstract IlvIMapAttributes |
IlvChartHitmapDefinition.getAttributes(IlvChart chart,
IlvSingleChartRenderer renderer,
IlvDataSet ds)
Returns the interactive effects attributes for a series of data points in the given data set.
|
IlvIMapAttributes |
IlvDefaultChartHitmapDefinition.getAttributes(IlvChart chart,
IlvSingleChartRenderer renderer,
IlvDataSetPoint dp)
Returns the interactive effects attributes for the specified data point.
|
abstract IlvIMapAttributes |
IlvChartHitmapDefinition.getAttributes(IlvChart chart,
IlvSingleChartRenderer renderer,
IlvDataSetPoint dp)
Returns the interactive effects attributes for the specified data point.
|
IlvIMapAttributes |
IlvDefaultChartHitmapDefinition.getAttributes(IlvChart chart,
IlvTreemapChartRenderer renderer,
IlvTreeListModel model,
TreePath path)
Returns the interactive effects attributes for the specified tree model
element.
|
abstract IlvIMapAttributes |
IlvChartHitmapDefinition.getAttributes(IlvChart chart,
IlvTreemapChartRenderer renderer,
IlvTreeListModel model,
TreePath path)
Returns the interactive effects attributes for the specified chart
element.
|
abstract IlvIMapAttributes |
IlvIMapDefinition.getAttributes(IlvDataSetPoint dp)
Returns the area attributes for the specified data point.
|
IlvIMapAttributes |
IlvDefaultIMapDefinition.getAttributes(IlvDataSetPoint dp)
Returns the area attributes for the specified point.
|
IlvIMapAttributes |
IlvDefaultChartHitmapDefinition.getAttributes(IlvLegendItem item)
Returns the interactive effects attributes for the specified legend item.
|
abstract IlvIMapAttributes |
IlvIMapDefinition.getAttributes(IlvLegendItem item)
Returns the area attributes for the specified legend item.
|
IlvIMapAttributes |
IlvDefaultIMapDefinition.getAttributes(IlvLegendItem item)
Returns the area attributes for the specified legend item.
|
abstract IlvIMapAttributes |
IlvChartHitmapDefinition.getAttributes(IlvLegendItem item)
Returns the interactive effects attributes for the specified legend item.
|
abstract IlvIMapAttributes |
IlvIMapDefinition.getAttributes(IlvTreeListModel model,
TreePath path)
Returns the area attributes for the specified tree model element.
|
IlvIMapAttributes |
IlvDefaultIMapDefinition.getAttributes(IlvTreeListModel model,
TreePath path)
Returns the area attributes for the specified tree model element.
|
IlvIMapAttributes |
IlvChartHitmapAccumulator.getRegionAttributes(int region)
Returns the interactive effects that are associated to a given region.
|
abstract IlvIMapAttributes |
IlvChartHitmap.getRegionAttributes(int region)
Returns the interactive effects that are associated to a given region.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartHitmapAccumulator.addHitmapAttribute(IlvChartAreaAccessible element,
IlvIMapAttributes attribute)
Add a hitmap
IlvIMapAttributes attribute into the hitmap
accumulator. |
void |
IlvChartHitmapAccumulator.addToolTip(IlvIMapAttributes tooltip)
|
static String |
IlvIMapArea.createTag(double[] xpoints,
double[] ypoints,
int count,
IlvIMapAttributes attr)
Returns the tag corresponding to a polygonal map area.
|
static String |
IlvIMapArea.createTag(IlvPolygon2D polygon,
IlvIMapAttributes attr)
Returns the tag corresponding to a polygonal map area.
|
static String |
IlvIMapArea.createTag(int[] xpoints,
int[] ypoints,
int count,
IlvIMapAttributes attr)
Returns the tag corresponding to a polygonal map area.
|
static String |
IlvIMapArea.createTag(int cx,
int cy,
int radius,
IlvIMapAttributes attr)
Returns the tag corresponding to a circular map area.
|
static String |
IlvIMapArea.createTag(Rectangle rect,
IlvIMapAttributes attr)
Returns the tag corresponding to a rectangular map area.
|
static String |
IlvIMapArea.createTag(Shape shape,
double dx,
double dy,
IlvIMapAttributes attr)
Returns the tag corresponding to a map area of an arbitrary shape.
|
static String |
IlvIMapArea.createTag(Shape shape,
IlvIMapAttributes attr)
Returns the tag corresponding to a map area of an arbitrary shape.
|
String |
IlvImageMapBuilder.getDataWindowTag(IlvDataWindow w,
int yAxisIdx,
IlvIMapAttributes attr,
boolean chartOrigin)
Generates an area tag corresponding to the specified data window.
|
String |
IlvImageMapBuilder.getFooterTag(IlvIMapAttributes attr)
Generates an area tag for the chart footer.
|
String |
IlvImageMapBuilder.getHeaderTag(IlvIMapAttributes attr)
Generates an area tag for the chart header.
|
String |
IlvImageMapBuilder.getLegendTag(IlvIMapAttributes attr)
Generates an area tag for the chart legend.
|
String |
IlvDefaultChartHitmapDefinition.getToolTipAsHTML(IlvIMapAttributes attributes)
Formats the given attributes as a tooltip.
|
abstract String |
IlvChartHitmapDefinition.getToolTipAsHTML(IlvIMapAttributes attributes)
Formats the given attributes as a tooltip.
|
String |
IlvDefaultChartTooltipInfoGenerator.getToolTipAsHTML(int region,
IlvIMapAttributes attributes)
Formats the given attributes as a tooltip.
|
abstract String |
IlvAbstractChartTooltipInfoGenerator.getToolTipAsHTML(int region,
IlvIMapAttributes attributes)
Formats the given attributes as a tooltip.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDefaultIMapDefinition.setLegendItemAttributes(Map<IlvLegendItem,? extends IlvIMapAttributes> itemsAttributes)
Sets the legend items attributes for this area definition.
|
void |
IlvDefaultIMapDefinition.setTreeNodeAttributes(Map<Object,? extends IlvIMapAttributes> nodesAttributes)
Sets the tree node attributes for this area definition.
|
Constructor and Description |
---|
IlvDefaultIMapDefinition(IlvDataSet[] dataSets,
IlvIMapAttributes[] attr)
Initializes a definition to generate areas for all the points of
the specified data sets.
|
IlvDefaultIMapDefinition(IlvDataSet[] dataSets,
IlvIMapAttributes[][] attr)
Initializes a definition to generate areas for all the points of
the specified data sets.
|
IlvDefaultIMapDefinition(IlvDataSet dataSet,
IlvIMapAttributes attr)
Initializes a definition to generate areas for all the points of
the specified data sets.
|
IlvDefaultIMapDefinition(IlvDataSetPoint[] dataPoints,
IlvIMapAttributes[] attr)
Initializes a definition to generate areas for the specified data points.
|
IlvIMapArea(double[] xpoints,
double[] ypoints,
int count,
IlvIMapAttributes attr)
Initializes a polygonal area with the specified coordinates
and attributes.
|
IlvIMapArea(IlvPolygon2D polygon,
IlvIMapAttributes attr)
Initializes a polygonal area with the specified
IlvPolygon2D
and attributes. |
IlvIMapArea(int[] xpoints,
int[] ypoints,
int count,
IlvIMapAttributes attr)
Initializes a polygonal area with the specified coordinates
and attributes.
|
IlvIMapArea(int cx,
int cy,
int radius,
IlvIMapAttributes attr)
Initializes a circular area with the specified center, radius and
attributes
|
IlvIMapArea(Polygon polygon,
IlvIMapAttributes attr)
Initializes a polygonal area with the specified
Polygon
and attributes. |
IlvIMapArea(Rectangle rect,
IlvIMapAttributes attr)
Initializes a rectangular area with the specified
Rectangle
and attributes. |
IlvIMapArea(Shape shape,
double dx,
double dy,
IlvIMapAttributes attr)
Initializes an area with the specified shape and attributes.
|
IlvIMapArea(Shape shape,
IlvIMapAttributes attr)
Initializes an area with the specified shape and attributes.
|
Constructor and Description |
---|
IlvDefaultIMapDefinition(Map<?,? extends IlvIMapAttributes> itemsAttributes)
Initializes a definition to generate areas for the specified legend
items or tree model nodes.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.