|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChartFilter
An interface to chart filters.
| Method Summary | |
|---|---|
String |
encode(ChartLayout layout,
String extension,
int quality,
ServletRequest request,
ServletResponse response,
FilterChain chain)
Encodes the specified layout with the specified quality and returns a temporary path to it. |
String |
encode(ChartLayout layout,
String extension,
ServletRequest request,
ServletResponse response,
FilterChain chain)
Encodes the specified layout and returns a temporary path to it. |
ChartLayout |
generate(ChartModel[] data,
int type,
int orientation,
int order,
int index,
ServletRequest request,
ServletResponse response,
FilterChain chain)
Generates an ordered layout from the specified models. |
ChartLayout |
generate(ChartModel[] data,
int type,
int orientation,
ServletRequest request,
ServletResponse response,
FilterChain chain)
Generates a layout from the specified models. |
ChartLayout |
generate(ChartModel data,
int type,
int orientation,
int order,
int index,
ServletRequest request,
ServletResponse response,
FilterChain chain)
Generates an ordered layout from the specified model. |
ChartLayout |
generate(ChartModel data,
int type,
int orientation,
ServletRequest request,
ServletResponse response,
FilterChain chain)
Generates a layout from the specified model. |
ObjectName |
getChartGeneratorName()
Gets the chart generator of this filter. |
void |
setChartGeneratorName(ObjectName generator)
Sets the chart generator of this filter. |
| Methods inherited from interface javax.servlet.Filter |
|---|
destroy, doFilter, init |
| Method Detail |
|---|
ObjectName getChartGeneratorName()
void setChartGeneratorName(ObjectName generator)
generator - the object name of the chart generator or a query.
ChartLayout generate(ChartModel data,
int type,
int orientation,
ServletRequest request,
ServletResponse response,
FilterChain chain)
throws LogException
data - the data model.type - the chart type.orientation - the orientation.request - the request.response - the response.chain - the filter chain.
LogException - on errors.
ChartLayout generate(ChartModel[] data,
int type,
int orientation,
ServletRequest request,
ServletResponse response,
FilterChain chain)
throws LogException
data - the data models.type - the chart type.orientation - the orientation.request - the request.response - the response.chain - the filter chain.
LogException - on errors.
ChartLayout generate(ChartModel data,
int type,
int orientation,
int order,
int index,
ServletRequest request,
ServletResponse response,
FilterChain chain)
throws LogException
data - the data model.type - the chart type.orientation - the orientation.order - the model order.index - the model index.request - the request.response - the response.chain - the filter chain.
LogException - on errors.
ChartLayout generate(ChartModel[] data,
int type,
int orientation,
int order,
int index,
ServletRequest request,
ServletResponse response,
FilterChain chain)
throws LogException
data - the data models.type - the chart type.orientation - the orientation.order - the model order.index - the model index.request - the request.response - the response.chain - the filter chain.
LogException - on errors.
String encode(ChartLayout layout,
String extension,
ServletRequest request,
ServletResponse response,
FilterChain chain)
throws LogException
layout - the layout.extension - the encode type.request - the request.response - the response.chain - the filter chain.
LogException - on errors.
String encode(ChartLayout layout,
String extension,
int quality,
ServletRequest request,
ServletResponse response,
FilterChain chain)
throws LogException
layout - the layout.extension - the encode type.quality - the quality (0 - 100 %).request - the request.response - the response.chain - the filter chain.
LogException - on errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||