|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface that defines apis needed by a device renderer to render a chart.
| Field Summary | |
|---|---|
static java.lang.String |
OUTPUTSTREAM_IDENTIFIER
Property key that specifies the output stream used to generate a chart. |
| Method Summary | |
|---|---|
void |
render(IChart chart)
Renders a chart based on a chart model. |
void |
setProperty(java.lang.String key,
java.lang.Object value)
This method provides the ability to set renderer specific parameters. |
| Field Detail |
public static final java.lang.String OUTPUTSTREAM_IDENTIFIER
| Method Detail |
public void setProperty(java.lang.String key,
java.lang.Object value)
throws RendererException
key - The parameter name.value - The value of the parameter.
RendererException - Throws an exception if the parameter is not supported by the renderer.
public void render(IChart chart)
throws RendererException
chart - The chart model
RendererException - Throws an exception if an error occurs during rendering.
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||