|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.page.NFPageOutput
public abstract class NFPageOutput
NFPageOutput is the base class for page content generation. Each category of output (e.g. raster images, vector based, etc.) should have a subclass implementation of NFPageOutput.
Method Summary | |
---|---|
java.lang.String |
getMimeType()
Returns the MIME type of the output. |
java.lang.String |
getPage(HttpServletRequest request,
NFGraph graph,
NFPageParams params)
Generates the page and image content based on the chart instance and page parameters. |
java.lang.String |
getPage(NFGraph graph,
NFPageParams params,
NFServerGeneratedImage sgi)
Generates the page content based on the chart instance, page parameters, and generated image. |
java.lang.String |
getScript(NFPageParams params)
Returns the user interactivity script. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface netcharts.pro.common.page.NFPageExtension |
---|
getPageParamsInstance |
Method Detail |
---|
public java.lang.String getMimeType()
public java.lang.String getPage(HttpServletRequest request, NFGraph graph, NFPageParams params) throws java.lang.Exception
NFPageExtension
getPage
in interface NFPageExtension
request
- The HTTP request associated with the response to include the content within.graph
- The graph object associated with the content.params
- The set of parameters defining how the page and image should be generated.
java.lang.Exception
public java.lang.String getPage(NFGraph graph, NFPageParams params, NFServerGeneratedImage sgi) throws java.lang.Exception
graph
- The chart instance for which to generate the page content.params
- The set of parameters defining how the page content should be generated.sgi
- The generated image of the chart.
java.lang.Exception
public java.lang.String getScript(NFPageParams params)
getScript
in interface NFPageExtension
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |