Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.data.lod |
Contains classes related to the load-on-demand mechanism.
|
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.print |
Defines classes and interfaces for printing the content of an
IlvChart . |
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
Modifier and Type | Method and Description |
---|---|
IlvDataWindow |
IlvCoordinateSystem.getVisibleWindow()
Returns the visible data window of this coordinate system.
|
IlvDataWindow |
IlvChartProjector.toDataWindow(Rectangle rect,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns the data window enclosed by the specified bounding
rectangle, expressed in projected space.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDataWindow.add(IlvDataWindow w)
Adds the specified data window.
|
Shape |
IlvChartProjector.getShape(IlvDataWindow dataWindow,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns the shape corresponding to the specified data window.
|
void |
IlvDataWindow.intersection(IlvDataWindow w)
Computes the intersection between the specified data window
and this data window and modifies this data window accordingly.
|
boolean |
IlvDataWindow.intersects(IlvDataWindow w)
Returns whether the specified data window intersects
this data window.
|
void |
IlvChart.Area.repaint(IlvDataWindow dataWindow,
int yAxisIdx)
Repaints the specified data window.
|
Rectangle |
IlvChartProjector.toRectangle(IlvDataWindow dataWindow,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns the bounding rectangle enclosing the specified data window.
|
void |
IlvChart.zoom(IlvDataWindow dataWindow,
int yAxisIdx)
Changes the visible range of the x- and y-axis according to the specified
data window.
|
Constructor and Description |
---|
IlvDataWindow(IlvDataWindow src)
Creates a new
IlvDataWindow object from
an existing IlvDataWindow . |
Modifier and Type | Method and Description |
---|---|
IlvDataPoints |
IlvDataSet.getDataInside(IlvDataWindow window,
int adjCount,
boolean continuous)
Returns the data points inside the specified data window.
|
IlvDataPoints |
IlvCyclicDataSet.getDataInside(IlvDataWindow window,
int adjCount,
boolean continuous)
Returns the data points inside the specified data window.
|
IlvDataPoints |
IlvAbstractDataSet.getDataInside(IlvDataWindow window,
int adjCount,
boolean continuous)
Returns the data points inside the specified data window.
|
protected IlvDataPoints |
IlvAbstractDataSet.getDataInside(IlvDataWindow window,
int iMin,
int iMax,
int adjCount,
boolean continuous)
Returns the data points of the specified index range inside the specified
data window.
|
Modifier and Type | Method and Description |
---|---|
IlvDataPoints |
IlvLODDataSet.getDataInside(IlvDataWindow window,
int adjCount,
boolean continuous)
Returns the data points inside the specified data window.
|
Modifier and Type | Method and Description |
---|---|
IlvDataWindow |
IlvDataIndicator.getDataWindow()
Returns the data window displayed by the indicator.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDoublePoint |
IlvDataIndicator.computeLabelLocation(IlvDataWindow dataWindow)
Returns the location of the label.
|
void |
IlvDataIndicator.setDataWindow(IlvDataWindow w)
Modifies the data window displayed by this indicator.
|
Constructor and Description |
---|
IlvDataIndicator(int yAxisIndex,
IlvDataWindow dataWindow,
String text)
Creates an indicator for the specified data window with the specified text.
|
IlvThresholdIndicator(int yAxisIdx,
IlvDataWindow dataWindow,
String text,
String[] properties)
Creates a threshold for the specified data window with the specified text.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDataWindow |
IlvChartZoomInteractor.getDraggedWindow()
Returns the current dragged data window.
|
protected IlvDataWindow |
IlvChartZoomInteractor.getZoomedDataWindow()
Returns the current zoomed data window.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvChartZoomInteractor.validate(IlvDataWindow draggedDataWindow)
Called to validate the current dragged
dataWindow . |
protected void |
IlvChartLocalZoomInteractor.validate(IlvDataWindow zoomDataWindow)
Called to validate the current zoomed area.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDataWindow |
IlvChartPrintableDocument.computeDataWindow(int pageIdx,
int coordSysIdx)
Returns the data window to print in the specified page for the specified
coordinate system.
|
IlvDataWindow |
IlvChartPrintableDocument.getDataWindow()
Returns the data window printed in this document.
|
IlvDataWindow |
IlvDefaultChartPrintContext.getPrintedDataWindow()
Returns the printed data window.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartPrintableDocument.setDataWindow(IlvDataWindow window)
Sets the data window printed in this document.
|
Constructor and Description |
---|
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. |
IlvDefaultChartPrintContext(IlvDataWindow window,
IlvUnit.Rectangle area,
IlvChartPrintableDocument document,
IlvPage page)
Creates a new
IlvDefaultChartPrintContext object. |
Modifier and Type | Method and Description |
---|---|
protected IlvDataWindow |
IlvChartServletSupport.getRequestedVisibleWindow(IlvServletRequestParameters params,
IlvChart chart)
Returns the requested visible window.
|
Modifier and Type | Method and Description |
---|---|
String |
IlvImageMapBuilder.getDataWindowTag(IlvDataWindow w,
int yAxisIdx,
IlvIMapAttributes attr,
boolean chartOrigin)
Generates an area tag corresponding to the specified data window.
|
protected void |
IlvZoomAction.zoom(IlvChartServerActionEvent evt,
IlvDataWindow zoomedDataWindow)
Called to zoom to the specified data window.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.