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 . |
Modifier and Type | Class and Description |
---|---|
class |
IlvHiLoOpenCloseRendererLegendItem
Represents a legend item associated with a quadruple of data sets
(low, high, open, close) displayed by a
IlvHiLoChartRenderer
in CANDLE or OPENCLOSE mode. |
class |
IlvIconLegendItem
A simple class drawing its symbol using an icon.
|
class |
IlvPieRendererLegendItem
Represents a legend item associated with a point displayed by a pie chart.
|
class |
IlvRendererLegendItem
A class defining a legend item linked to a chart renderer.
|
class |
IlvTreemapRendererLegendItem
This class represents a legend associated with a color, as displayed by
this renderer.
|
Modifier and Type | Method and Description |
---|---|
abstract IlvLegendItem[] |
IlvChartRenderer.createLegendItems()
Creates the legend items associated with the renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvLegend.addLegendItem(IlvLegendItem item)
Adds a new legend item to this legend.
|
abstract void |
IlvChartRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
Draws the symbol of the given legend item.
|
String |
IlvChartRenderer.getLegendText(IlvLegendItem item)
Returns the label of the specified legend item.
|
protected void |
IlvLegend.itemClicked(IlvLegendItem item)
Called when a legend item has been clicked.
|
protected boolean |
IlvLegend.itemClickMayMoveLegend(IlvLegendItem item)
Called when a mouse button has been pressed on a legend item.
|
void |
IlvLegend.removeLegendItem(IlvLegendItem item)
Removes the specified legend item from this legend.
|
Modifier and Type | Method and Description |
---|---|
IlvLegendItem |
LegendEvent.getItem()
Returns the legend item concerned by the event.
|
Modifier and Type | Method and Description |
---|---|
void |
LegendEvent.setItem(IlvLegendItem item)
Sets the clicked item.
|
Constructor and Description |
---|
LegendEvent(IlvLegend legend,
IlvLegendItem item)
Creates a new
LegendEvent object. |
Modifier and Type | Method and Description |
---|---|
IlvLegendItem[] |
IlvTreemapChartRenderer.createLegendItems()
Creates the legend item instances associated with this renderer.
|
IlvLegendItem[] |
IlvSinglePieRenderer.createLegendItems()
Creates the legend items associated with this renderer.
|
IlvLegendItem[] |
IlvSingleChartRenderer.createLegendItems()
Creates the legend item instances associated to this renderer.
|
IlvLegendItem[] |
IlvHiLoChartRenderer.createLegendItems()
Creates the legend item instances associated to this renderer.
|
IlvLegendItem[] |
IlvCompositeChartRenderer.createLegendItems()
Creates the legend item instances associated to this renderer.
|
IlvLegendItem[] |
IlvComboChartRenderer.createLegendItems()
Creates the legend item instances associated to this renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreemapChartRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
This method is overridden to handle instances of
IlvTreemapRendererLegendItem . |
void |
IlvSingleScatterRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
Draws the symbol of the specified legend item.
|
void |
IlvSinglePolylineRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
Draws the symbol of the given legend item.
|
void |
IlvSinglePieRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
Draws the symbol of the specified legend item.
|
void |
IlvSingleHiLoRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
Draws the symbol of the given legend item.
|
void |
IlvSingleChartRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
Draws the symbol of the given legend item.
|
void |
IlvSingleAreaRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
Draws the symbol of the given legend item.
|
void |
IlvHiLoChartRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
Draws the symbol of the given legend item.
|
void |
IlvCompositeChartRenderer.drawLegendSymbol(IlvLegendItem item,
Graphics g,
int x,
int y,
int w,
int h)
Draws the symbol of the given legend item.
|
String |
IlvTreemapChartRenderer.getLegendText(IlvLegendItem item)
Returns the label of the specified legend item.
|
String |
IlvSinglePieRenderer.getLegendText(IlvLegendItem item)
Returns the label of the specified legend item.
|
String |
IlvSingleChartRenderer.getLegendText(IlvLegendItem item)
Returns the label of the specified legend item.
|
String |
IlvHiLoChartRenderer.getLegendText(IlvLegendItem item)
Returns the legend item text.
|
String |
IlvCompositeChartRenderer.getLegendText(IlvLegendItem item)
Returns the label of the specified legend item.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDefaultIMapDefinition.setLegendItemAttributes(Map<IlvLegendItem,? extends IlvIMapAttributes> itemsAttributes)
Sets the legend items attributes for this area definition.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.