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.faces.servlet |
This package provides the main classes that allow to generate a image from a
chart.
|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
Modifier and Type | Method and Description |
---|---|
protected IlvLegend |
IlvChart.createLegend()
Creates an
IlvLegend instance. |
IlvLegend |
IlvLegendLayout.getLegend()
Returns the legend associates with this layout.
|
IlvLegend |
IlvLegendItem.getLegend()
Returns the legend associated with this item.
|
IlvLegend |
IlvChart.getLegend()
Returns the legend.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChart.addLegend(IlvLegend legend,
String pos)
Sets the legend, and adds it to the chart at position
pos . |
void |
IlvChart.addLegend(IlvLegend legend,
String pos,
boolean autoPos)
Sets the legend, and adds it to the chart.
|
void |
IlvChart.setLegend(IlvLegend legend)
Sets the legend.
|
Constructor and Description |
---|
IlvLegendLayout(IlvLegend legend)
Creates a new
IlvLegendLayout attached to the
specified legend with default gap values of 5. |
IlvLegendLayout(IlvLegend legend,
int hgap,
int vgap)
Creates a new
IlvLegendLayout attached to the
specified legend with the specified gaps. |
Modifier and Type | Method and Description |
---|---|
IlvLegend |
LegendEvent.getLegend()
Returns the legend that fired the event.
|
IlvLegend |
LegendDockingEvent.getLegend()
Returns the legend
|
Constructor and Description |
---|
LegendEvent(IlvLegend legend,
IlvLegendItem item)
Creates a new
LegendEvent object. |
Modifier and Type | Class and Description |
---|---|
class |
IlvFacesChartLegend
The
IlvFacesChartLegend is a extension of an IlvLegend to be used
with the JViews Faces chart components. |
Modifier and Type | Method and Description |
---|---|
protected IlvLegend |
IlvFacesChartServletSupport.createLegend()
Creates the chart legend instance.
|
protected IlvLegend |
IlvFacesChart.createLegend()
Creates an
IlvLegend instance. |
protected IlvLegend |
IlvFacesChartServletSupport.getLegend(IlvServletRequestParameters params)
Returns the chart legend instance to display.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesChartOverview.setLegend(IlvLegend legend)
An overview cannot have a legend, so this method prevents one being set.
|
Modifier and Type | Method and Description |
---|---|
protected IlvLegend |
IlvChartServletSupport.getLegend(IlvServletRequestParameters params)
Returns the legend component.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDefaultChartHitmapDefinition.drawIntoHitmap(IlvLegend legend,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for the legend into the hitmap.
|
abstract void |
IlvChartHitmapDefinition.drawIntoHitmap(IlvLegend legend,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for the legend into the hitmap.
|
Modifier and Type | Method and Description |
---|---|
IlvLegend |
IlvScheduleDataChart.getLegend()
Returns the legend.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.addLegend(IlvLegend legend,
String pos,
boolean autoPos)
Sets the legend, and adds it to the chart.
|
void |
IlvScheduleDataChart.setLegend(IlvLegend legend)
Sets the legend.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.