Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.accessibility |
Contains classes for the accessible elements of a chart.
|
ilog.views.chart.action |
Provides Swing actions that can be added to standard
JMenu s and
JToolBar s. |
ilog.views.chart.customizer |
This package contains the GUI independent customizer mechanism that allows
to customize the appearance of a Rogue Wave JViews Chart component.
|
ilog.views.chart.customizer.swing |
This package contains the customizer mechanism that allows you to customize
the appearance of a Rogue Wave JViews Chart component.
|
ilog.views.chart.data.lod |
Contains classes related to the load-on-demand mechanism.
|
ilog.views.chart.event |
Provides interfaces and classes for dealing with different types of events fired by main Chart classes.
|
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.dhtml.component |
This package contains the DHTML implementation of JViews JavaServer Faces Chart components.
|
ilog.views.chart.faces.dhtml.interactor |
This package contains the DHTML implementation of JViews Charts JavaServer Faces interactors.
|
ilog.views.chart.faces.dhtml.renderkit |
This package contains the DHTML implementation of JViews JavaServer Faces Chart
renderers.
|
ilog.views.chart.faces.servlet |
This package provides the main classes that allow to generate a image from a
chart.
|
ilog.views.chart.graphic |
Provides classes to customize the graphical aspect of a chart.
|
ilog.views.chart.interactor |
Contains the predefined chart interactor classes.
|
ilog.views.chart.java2d |
Contains classes that extends the Java 2D API.
|
ilog.views.chart.print |
Defines classes and interfaces for printing the content of an
IlvChart . |
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 . |
ilog.views.maps.defense.terrain |
This package contains classes for terrain analysis.
|
ilog.views.schedule.interactor |
Contains interactors for the Schedule Data charts.
|
Modifier and Type | Method and Description |
---|---|
IlvChart |
IlvScale.getChart()
Returns the chart displaying this scale.
|
IlvChart |
IlvLegend.getChart()
Returns the chart whose
this is attached to. |
IlvChart |
IlvGrid.getChart()
Returns the chart that displays this grid.
|
IlvChart |
IlvChartRenderer.getChart()
Returns the chart with which this renderer is associated.
|
IlvChart |
IlvChartPrintContext.getChart()
Returns the chart to be printed.
|
abstract IlvChart |
IlvChartOwnedDrawable.getChart()
Returns the chart to which this drawable object belongs.
|
IlvChart |
IlvChartInteractor.getChart()
Returns the chart on which the interactor has been attached to.
|
IlvChart |
IlvChartDecoration.getChart()
Returns the chart that displays this decoration.
|
IlvChart |
IlvChartAreaSynchronizer.getChart()
Returns the synchronized chart.
|
IlvChart |
IlvChart3DView.getChart()
Returns the chart associated with the 3-D view.
|
IlvChart |
IlvChart.Area.getChart()
Returns the chart to which this area belongs.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvDefaultDataRangePolicy.adjustRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval range)
Adjusts the data range of the specified axis.
|
void |
IlvChartConfiguration.apply(IlvChart chart)
Apply this configuration on the specified chart.
|
void |
IlvChartConfiguration.applyDataSource(IlvChart chart)
Apply the datasource of this configuration on the specified chart.
|
void |
IlvChartConfiguration.applyStyling(IlvChart chart)
Applies the styling of this configuration to the specified chart.
|
protected void |
IlvScale.chartConnected(IlvChart oldChart,
IlvChart newChart)
This method is called with a non-
null argument when this
drawable object is being attached to a chart. |
protected void |
IlvLegend.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the chart referenced by the legend has changed.
|
protected void |
IlvGrid.chartConnected(IlvChart oldChart,
IlvChart newChart)
This method is called with a non-
null argument when this
drawable object is being attached to a chart. |
protected void |
IlvChartRenderer.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the renderer is added to or removed from a chart.
|
protected abstract void |
IlvChartOwnedDrawable.chartConnected(IlvChart oldChart,
IlvChart newChart)
This method is called with a non-
null argument when this
drawable object is being attached to a chart. |
protected void |
IlvChartInteractor.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when an interactor has been added to a chart.
|
protected void |
IlvChartDecoration.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the decoration is added to or removed from a chart.
|
IlvDataInterval |
IlvDefaultDataRangePolicy.computeDataRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval retRange)
Computes the data range of the specified chart axis.
|
IlvDataInterval |
IlvDataRangePolicy.computeDataRange(IlvChart chart,
IlvAxis axis,
IlvDataInterval retRange)
Computes the data range of the specified chart axis.
|
IlvDataInterval |
IlvChartResizingPolicy.computeVisibleRange(IlvChart chart,
IlvAxis axis,
Rectangle oldDrawRect,
Rectangle drawRect)
Computes the new visible range for the specified axis.
|
void |
IlvChartAreaSynchronizer.plug(IlvChart chart,
Component targetComp)
Synchronizes the specified chart with the specified target component.
|
void |
IlvChartInteractor.setChart(IlvChart chart)
Called when this interactor is attached to a chart or detached from its
current chart.
|
protected boolean |
IlvDefaultDataRangePolicy.shouldAdjust(IlvChart chart,
IlvAxis axis)
Indicates whether the calculation policy should adjust the data range
of the specified axis.
|
static void |
IlvChartAreaSynchronizer.synchronize(IlvChart chart,
Component targetComponent)
Synchronizes the horizontal margins of the chart area of the specified
chart with the specified component.
|
static void |
IlvChartAreaSynchronizer.synchronize(IlvChart chart,
Component targetComponent,
IlvChartAreaSynchronizer sync)
Synchronizes the specified chart with the specified component, using the
provided synchronizer.
|
void |
IlvChart.synchronizeAxis(IlvChart target,
int axisType,
boolean syncPlotArea)
Synchronizes an axis of this chart with an axis of the specified target
chart.
|
static IlvChartAreaSynchronizer |
IlvChartAreaSynchronizer.unSynchronize(IlvChart chart)
Unsynchronizes the specified chart.
|
Constructor and Description |
---|
IlvDefaultChartAreaAccessibleHierarchy(IlvChart chart)
Creates a selection manager attached to a given chart.
|
Modifier and Type | Method and Description |
---|---|
IlvChart |
IlvChartAction.getChart()
Returns the chart on which the action will be performed.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartAction.setChart(IlvChart chart)
Sets the chart on which the action will be performed.
|
Modifier and Type | Method and Description |
---|---|
IlvChart |
IlvChartCSSAdapter.getChart()
Returns the chart of this adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartCSSAdapter.setChart(IlvChart chart)
Sets the chart of this adapter.
|
Constructor and Description |
---|
IlvChartCSSAdapter(IlvChart chart)
Creates a new chart CSS adapter for a chart.
|
Modifier and Type | Method and Description |
---|---|
IlvChart |
IlvChartCSSCustomizerPanel.getChart()
Returns the chart of this customizer.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartCSSCustomizerPanel.setChart(IlvChart chart)
Sets the chart of this customizer.
|
Constructor and Description |
---|
IlvChartCSSCustomizerPanel(IlvChart chart)
Creates a new chart CSS customizer for a chart.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvLODHandler.connect(IlvChart chart,
IlvLODDataSet dataSet)
Connects a load-on-demand data set to a chart.
|
static void |
IlvLODHandler.disconnect(IlvChart chart,
IlvLODDataSet dataSet)
Disconnects a load-on-demand data set from a chart.
|
Modifier and Type | Method and Description |
---|---|
IlvChart |
ChartRendererEvent.getChart()
Returns the chart that fires the event.
|
IlvChart |
ChartEvent.getChart()
Returns the chart at the origin of this event.
|
Constructor and Description |
---|
ChartAreaEvent(IlvChart chart,
Rectangle oldPlotRect)
Describes a change in the plotting rectangle of the chart area.
|
ChartDrawEvent(IlvChart chart,
Graphics g)
Creates a new
ChartDrawEvent object. |
ChartEvent(IlvChart chart)
Creates a new
ChartEvent object that describes
change on the given chart. |
ChartRendererEvent(IlvChart chart,
IlvChartRenderer renderer,
int type)
Creates a new
ChartRendererEvent . |
TreemapFocusEvent(IlvChart chart,
IlvTreemapChartRenderer renderer,
int type,
TreePath oldFocus,
TreePath newFocus)
Creates a new
TreemapFocusEvent . |
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 |
---|---|
IlvChart |
IlvChartDHTMLView.getChart()
Returns the
IlvChart instance linked to this chart or
null if no chart was bound to this component. |
Modifier and Type | Method and Description |
---|---|
void |
IlvChartDHTMLView.setChart(IlvChart chart)
Sets the
IlvChart instance to be displayed by the chart view component. |
Modifier and Type | Method and Description |
---|---|
Object |
IlvChartObjectSelectedFinder.computeObjectSelected(IlvChart chart,
String[] params,
String chartId)
Retrieves the selected object from the parameters.
|
IlvDataSetPoint |
IlvChartObjectSelectedFinder.pickObject(IlvChart chart,
String[] params)
Returns the data set point picked according to the picking mode.
|
Modifier and Type | Method and Description |
---|---|
protected IlvChart |
IlvChartRenderer.getOrCreateChart(IlvChartDHTMLView chartView)
Returns an
IlvChart instance attached to the specified chart view component. |
Modifier and Type | Class and Description |
---|---|
class |
IlvFacesChart
The
IlvFacesChart is a extension of an IlvChart to be
used with the JViews Faces chart components. |
class |
IlvFacesChartOverview
The
IlvFacesChartOverview is a extension of an
IlvFacesChart that is designed to display an overview of an
IlvFacesChart . |
Modifier and Type | Method and Description |
---|---|
protected IlvChart |
IlvFacesChartServletSupport.createChart()
Creates the chart instance that will generate the view to display.
|
IlvChart |
IlvFacesChartOverview.getChart()
Returns the chart instance linked to this overview.
|
protected IlvChart |
IlvFacesChartServletSupport.getChart(IlvServletRequestParameters params)
Returns the chart instance that will generate the view to display.
|
protected IlvChart |
IlvFacesChartServletSupport.getOverview(javax.servlet.http.HttpServletRequest req)
Returns the chart overview instance from the session.
|
protected IlvChart |
IlvFacesChartServletSupport.getOverview(javax.servlet.http.HttpSession session,
String id)
Returns the chart overview instance from the session.
|
protected IlvChart |
IlvFacesChartServletSupport.getOverviewChart(IlvServletRequestParameters params)
Returns the chart overview instance to display.
|
Modifier and Type | Method and Description |
---|---|
protected BufferedImage |
IlvFacesChartServletSupport.generateImageCT(IlvServletRequestParameters params,
IlvChart chart,
String compName,
int width,
int height)
Generates the requested image.
|
protected IlvIMapDefinition |
IlvFacesChartServletSupport.getIMapDefinition(IlvServletRequestParameters params,
IlvChart chart)
Returns the
IlvIMapDefinition used by the
IlvImageMapBuilder to generate the image map tags. |
protected Object |
IlvFacesChartPopupAction.invokeFinder(IlvObjectSelectedFinder baseFinder,
IlvChart view,
String[] params,
String chartId)
Invokes the specified finder with the parameters extracted from the action.
|
void |
IlvFacesChartOverview.setChart(IlvChart chart)
Sets the chart instance linked to this overview.
|
Constructor and Description |
---|
IlvFacesChartLegend(IlvChart chart)
Creates a new
IlvFacesChartLegend instance, and
attach this instance to the specified chart. |
IlvFacesChartOverview(IlvChart chart)
Creates an instance of
IlvFacesChartOverview from a chart. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvThresholdIndicator.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the indicator is added to or removed from a chart.
|
protected void |
IlvPositionableDecoration.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the decoration is added to or removed from a chart.
|
protected void |
IlvLabelDecoration.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the decoration is added to or removed from a chart.
|
protected void |
IlvImageDecoration.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the decoration is added to or removed from a chart.
|
protected void |
IlvGraphicDecoration.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the decoration is added to or removed from a chart.
|
protected void |
IlvDataIndicator.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the indicator is added to or removed from a chart.
|
Modifier and Type | Method and Description |
---|---|
IlvChart |
IlvChartAreaSelectionManager.getChart()
Returns the chart to which this selection manager is currently connected
to, or
null for none. |
Modifier and Type | Method and Description |
---|---|
void |
IlvChartAreaSelectionManager.attach(IlvChart chart)
Attaches this selection manager to a chart.
|
protected void |
IlvTreemapChartFocusInteractor.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when an interactor has been added to a chart.
|
protected void |
IlvChartCycleSelectInteractor.chartConnected(IlvChart oldChart,
IlvChart newChart)
This method is overridden to initialize a new
IlvDefaultChartAreaAccessibleHierarchy . |
IlvChartAreaAccessibleHierarchy |
IlvChartCycleSelectInteractor.createAccessibleHierarchy(IlvChart chart)
Creates the hierarchy of accessible elements of a chart.
|
Constructor and Description |
---|
IlvValueGradientPaint(IlvChart chart,
double[] xValues,
Color[] colors)
Creates a gradient based on the specified x-values.
|
IlvValueGradientPaint(IlvChart chart,
double[] xValues,
Color[] colors,
boolean clipValues)
Creates a gradient based on the specified x-values.
|
IlvValueGradientPaint(IlvChart chart,
double[] xValues,
Color[] colors,
short colorSpace,
boolean clipValues)
Creates a gradient based on the specified x-values.
|
IlvValueGradientPaint(IlvChart chart,
int yAxisIdx,
double[] yValues,
Color[] colors)
Creates a gradient based on the specified y-values.
|
IlvValueGradientPaint(IlvChart chart,
int yAxisIdx,
double[] yValues,
Color[] colors,
boolean clipValues)
Creates a gradient based on the specified y-values.
|
IlvValueGradientPaint(IlvChart chart,
int yAxisIdx,
double[] yValues,
Color[] colors,
short colorSpace,
boolean clipValues)
Creates a gradient based on the specified y-values.
|
Modifier and Type | Method and Description |
---|---|
IlvChart |
IlvChartPrintableDocument.getChart()
Returns the
IlvChart that is printed. |
IlvChart |
IlvChartFlowObject.getChart()
Returns the printed chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartPrintableDocument.setChart(IlvChart chart)
Sets the chart to be printed.
|
Constructor and Description |
---|
IlvChartFlowObject(IlvChart chart,
IlvFlow flow,
IlvUnit.Dimension size)
Creates a new
IlvChartFlowObject with the specified size. |
IlvChartFlowObject(IlvChart chart,
IlvFlow flow,
int percentWidth,
int percentHeight,
float aspectRatio)
Creates a new
IlvChartFlowObject with a size expressed as
a percentage of the page dimension. |
IlvChartPrintableDocument(String name,
IlvChart chart,
boolean repeatYScales,
int pages,
boolean printChart,
IlvDataWindow window,
int orientation,
Paper paperFormat)
Creates a
IlvChartPrintableDocument for the specified
IlvChart using the specified parameters. |
IlvChartPrintableDocument(String name,
IlvChart chart,
boolean repeatYScales,
int pages,
boolean printChart,
IlvDataWindow window,
PageFormat pageFormat)
Creates a
IlvChartPrintableDocument for the specified
IlvChart using the specified parameters. |
IlvChartPrintableDocument(String name,
IlvChart chart,
int orientation,
Paper paperFormat)
Creates a
IlvChartPrintableDocument for the specified
IlvChart using the specified parameters. |
IlvChartPrintableDocument(String name,
IlvChart chart,
PageFormat pageFormat)
Creates a
IlvChartPrintableDocument for the specified
IlvChart using the specified parameters. |
IlvChartPrintingController(IlvChart chart)
Creates a
IlvChartPrintingController for the specified
IlvChart . |
IlvPrintableChart(IlvChart chart,
IlvUnit.Rectangle pageArea,
IlvChartPrintContext context)
Creates a new
IlvPrintableChart object. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvTreemapChartRenderer.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the renderer is added to or removed from a chart.
|
protected void |
IlvSinglePieRenderer.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the renderer is added to or removed from a chart.
|
protected void |
IlvSingleHiLoRenderer.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the renderer is added to or removed from a chart.
|
protected void |
IlvSingleChartRenderer.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the renderer is added to or removed from a chart.
|
protected void |
IlvSimpleChartRenderer.chartConnected(IlvChart oldChart,
IlvChart newChart)
Called when the renderer is added to or removed from a chart.
|
Modifier and Type | Method and Description |
---|---|
IlvChart |
IlvImageMapBuilder.getChart()
Returns the chart with which the builder is associated.
|
IlvChart |
IlvChartSessionAttribute.getChart()
Returns the proxy chart.
|
IlvChart |
IlvChartServerActionEvent.getChart()
Returns the chart to which the action applies.
|
protected IlvChart |
IlvChartPopupMenuSupport.getChart(javax.servlet.http.HttpServletRequest request)
Returns the
IlvChart instance used to render the image. |
protected abstract IlvChart |
IlvChartServletSupport.getChart(IlvServletRequestParameters params)
Returns the chart used for the specified request.
|
protected IlvChart |
IlvChartServletSupport.getOverviewChart(IlvServletRequestParameters params)
Returns the overview chart used for the specified request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvChartServletSupport.additionalBinaryCapabilities(IlvChart chart,
IlvServletRequestParameters params,
DataOutputStream dataStream)
Deprecated.
since JViews 8.1 you must use
IlvChartServletSupport.getAdditionalCapabilities(IlvChart, IlvServletRequestParameters)
instead. |
protected void |
IlvChartServletSupport.additionalOverviewBinaryCapabilities(IlvChart chart,
IlvServletRequestParameters params,
DataOutputStream dout)
Deprecated.
since JViews 8.1 you must use
IlvChartServletSupport.getAdditionalOverviewCapabilities(IlvChart, IlvServletRequestParameters)
instead. |
protected void |
IlvChartServletSupport.additionalOverviewTextCapabilities(IlvChart chart,
IlvServletRequestParameters params,
PrintWriter writer)
Deprecated.
since JViews 8.1 you must use
IlvChartServletSupport.getAdditionalOverviewCapabilities(IlvChart, IlvServletRequestParameters)
instead. |
protected void |
IlvChartServletSupport.additionalTextCapabilities(IlvChart chart,
IlvServletRequestParameters params,
PrintWriter writer)
Deprecated.
since JViews 8.1 you must use
IlvChartServletSupport.getAdditionalCapabilities(IlvChart, IlvServletRequestParameters)
instead. |
protected IlvImageMapBuilder |
IlvChartServletSupport.createImageMapBuilder(IlvServletRequestParameters params,
IlvChart chart)
Returns an
IlvImageMapBuilder instance to generate an image
map. |
void |
IlvDefaultChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for the entire chart into the hitmap.
|
abstract void |
IlvChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for the entire chart into the hitmap.
|
void |
IlvDefaultChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvChartRenderer renderer,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given renderer into the hitmap.
|
abstract void |
IlvChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvChartRenderer renderer,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given renderer into the hitmap.
|
void |
IlvDefaultChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvScale scale,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given scale into the hitmap.
|
abstract void |
IlvChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvScale scale,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given scale into the hitmap.
|
protected void |
IlvChartServletSupport.executeAction(IlvServletRequestParameters params,
IlvChart chart,
int executionThread)
Executes an action requested from the client.
|
protected BufferedImage |
IlvChartServletSupport.generateImageAWT(IlvServletRequestParameters params,
IlvChart chart,
String compName,
int width,
int height)
Generates the requested image.
|
protected BufferedImage |
IlvChartServletSupport.generateImageCT(IlvServletRequestParameters params,
IlvChart chart,
String compName,
int width,
int height)
Generates the requested image.
|
protected void |
IlvChartServletSupport.generateMapAreaTags(PrintWriter output,
IlvServletRequestParameters params,
IlvChart chart)
Writes the image map area tags into the specified writer.
|
protected Map<?,?> |
IlvChartServletSupport.getAdditionalCapabilities(IlvChart chart,
IlvServletRequestParameters params)
Allows you to put additional capabilities to the capability request.
|
protected Map<?,?> |
IlvChartServletSupport.getAdditionalOverviewCapabilities(IlvChart chart,
IlvServletRequestParameters params)
Allows you to put additional capabilities to the overview capability request.
|
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.
|
protected IlvIMapDefinition |
IlvChartServletSupport.getIMapDefinition(IlvServletRequestParameters params,
IlvChart chart)
Returns the
IlvIMapDefinition used by the
IlvImageMapBuilder to generate the image map tags. |
protected IlvDataWindow |
IlvChartServletSupport.getRequestedVisibleWindow(IlvServletRequestParameters params,
IlvChart chart)
Returns the requested visible window.
|
void |
IlvChartHitmapAccumulator.nextRegion(IlvChart chart)
Starts a new region in the hitmap, with an offset that
corresponds to the chart's drawing rectangle.
|
protected IlvDisplayPoint |
IlvPickPointAction.pickData(IlvChart chart,
int x,
int y)
Returns a display point depending on the current picking mode.
|
protected void |
IlvChartServletSupport.prepareChart(IlvServletRequestParameters params,
IlvChart chart)
Allows you to prepare the chart content before the presentation is
generated.
|
protected void |
IlvChartServletSupport.prepareOverviewChart(IlvServletRequestParameters params,
IlvChart chart)
Allows you to prepare the overview chart content before the presentation is
generated.
|
protected void |
IlvChartServletSupport.prepareVisibleWindow(IlvServletRequestParameters params,
IlvChart chart)
Configure the axis visible range of the specified chart according to
the request parameters.
|
static Point |
IlvChartServletSupport.toChartArea(Point point,
IlvServletRequestParameters params,
IlvChart chart)
Converts the specified point from the reference component coordinate
system to the chart area coordinate system.
|
static Rectangle |
IlvChartServletSupport.toChartArea(Rectangle rect,
IlvServletRequestParameters params,
IlvChart chart)
Converts the specified rectangle from the reference component coordinate
system to the chart area coordinate system.
|
static Point |
IlvChartServletSupport.toRefComp(Point point,
IlvServletRequestParameters params,
IlvChart chart)
Converts the specified point from the chart area coordinate system to the
reference component coordinate system.
|
static Rectangle |
IlvChartServletSupport.toRefComp(Rectangle rect,
IlvServletRequestParameters params,
IlvChart chart)
Converts the specified rectangle from the chart area coordinate system to
the reference component coordinate system.
|
Constructor and Description |
---|
IlvChartServerActionEvent(IlvChartServletSupport support,
javax.servlet.http.HttpServletRequest request,
IlvChart chart,
String action,
String[] params)
Creates a new action event.
|
IlvChartSessionAttribute(IlvChart chart)
Creates an
IlvChartSessionAttribute proxy for the
specified chart. |
IlvImageMapBuilder(IlvChart chart)
Initializes a new builder to generate image map area tags
for the specified chart.
|
Modifier and Type | Method and Description |
---|---|
IlvChart |
IlvAltitudeChart.getChart()
Returns the chart.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvScheduleInfoViewInteractor.chartConnected(IlvChart oldChart,
IlvChart newChart)
Overridden to keep track of the locale of the connected chart.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.