Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.faces.dhtml |
This package contains the DHTML implementation of JViews Faces Chart
components, renderers and JSP custom tag handlers.
|
ilog.views.chart.faces.servlet |
This package provides the main classes that allow to generate a image from a
chart.
|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
IlvLegend.addImageMapAreas(IlvIMapDefinition mapdef,
List<? super IlvIMapArea> areaList)
Generates image map areas for the legend items.
|
void |
IlvChartRenderer.addImageMapAreas(IlvIMapDefinition mapDef,
List<? super IlvIMapArea> areaList)
Generates image map areas.
|
IlvIMapArea |
IlvLegendItem.getMapArea(IlvIMapDefinition mapdef,
IlvIMapAttributes attrs)
Returns the image map area definition of this item as an
IlvIMapArea
instance. |
Modifier and Type | Method and Description |
---|---|
IlvIMapDefinition |
IlvFacesChartImageMapGenerator.createImageMapDefinition(IlvChart chart)
Returns the image map definition.
|
IlvIMapDefinition |
IlvFacesChartDefaultImageMapGenerator.createImageMapDefinition(IlvChart chart)
Returns the image map definition.
|
Modifier and Type | Method and Description |
---|---|
protected IlvIMapDefinition |
IlvFacesChartServletSupport.getIMapDefinition(IlvServletRequestParameters params,
IlvChart chart)
Returns the
IlvIMapDefinition used by the
IlvImageMapBuilder to generate the image map tags. |
Modifier and Type | Method and Description |
---|---|
void |
IlvTreemapChartRenderer.addImageMapAreas(IlvIMapDefinition mapDef,
List<? super IlvIMapArea> areaList)
Generates image map areas.
|
void |
IlvSingleChartRenderer.addImageMapAreas(IlvIMapDefinition mapDef,
List<? super IlvIMapArea> areaList)
Generates image map areas.
|
void |
IlvCompositeChartRenderer.addImageMapAreas(IlvIMapDefinition mapDef,
List<? super IlvIMapArea> areaList)
Generates image map areas.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultIMapDefinition
The
IlvDefaultIMapDefinition class can be used to generate image
maps by specifying an association between data sets and area attributes. |
Modifier and Type | Method and Description |
---|---|
protected IlvIMapDefinition |
IlvChartServletSupport.getIMapDefinition(IlvServletRequestParameters params,
IlvChart chart)
Returns the
IlvIMapDefinition used by the
IlvImageMapBuilder to generate the image map tags. |
Modifier and Type | Method and Description |
---|---|
String[] |
IlvImageMapBuilder.getLegendItemTags(IlvIMapDefinition mapDef)
Generates area tags for the legend items.
|
String[] |
IlvImageMapBuilder.getRendererTags(IlvIMapDefinition mapDef)
Generates area tags for the chart renderers.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.