Package | Description |
---|---|
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 . |
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 IlvChart |
IlvFacesChartServletSupport.getChart(IlvServletRequestParameters params)
Returns the chart instance that will generate the view to display.
|
protected IlvIMapDefinition |
IlvFacesChartServletSupport.getIMapDefinition(IlvServletRequestParameters params,
IlvChart chart)
Returns the
IlvIMapDefinition used by the
IlvImageMapBuilder to generate the image map tags. |
protected IlvLegend |
IlvFacesChartServletSupport.getLegend(IlvServletRequestParameters params)
Returns the chart legend instance to display.
|
protected IlvChart |
IlvFacesChartServletSupport.getOverviewChart(IlvServletRequestParameters params)
Returns the chart overview instance to display.
|
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. |
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.
|
protected abstract IlvChart |
IlvChartServletSupport.getChart(IlvServletRequestParameters params)
Returns the chart used for the specified request.
|
protected IlvIMapDefinition |
IlvChartServletSupport.getIMapDefinition(IlvServletRequestParameters params,
IlvChart chart)
Returns the
IlvIMapDefinition used by the
IlvImageMapBuilder to generate the image map tags. |
protected IlvLegend |
IlvChartServletSupport.getLegend(IlvServletRequestParameters params)
Returns the legend component.
|
protected IlvChart |
IlvChartServletSupport.getOverviewChart(IlvServletRequestParameters params)
Returns the overview chart used for the specified request.
|
protected IlvDataWindow |
IlvChartServletSupport.getRequestedVisibleWindow(IlvServletRequestParameters params,
IlvChart chart)
Returns the requested visible window.
|
boolean |
IlvChartServletSupport.isVerbose(IlvServletRequestParameters params)
Returns whether verbose mode is enabled.
|
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.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.