|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ChartLayout in org.norther.tammi.sprig.chart |
|---|
| Methods in org.norther.tammi.sprig.chart that return ChartLayout | |
|---|---|
ChartLayout |
AbstractChartGenerator.generate(ChartModel[] data,
int type,
int orientation)
|
ChartLayout |
ChartGenerator.generate(ChartModel[] data,
int type,
int orientation)
Generates a layout from the specified models. |
ChartLayout |
ChartGenerator.generate(ChartModel[] data,
int type,
int orientation,
int order,
int index)
Generates an ordered layout from the specified models. |
ChartLayout |
ChartFilter.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 |
DefaultChartFilter.generate(ChartModel[] data,
int type,
int orientation,
int order,
int index,
ServletRequest request,
ServletResponse response,
FilterChain chain)
|
ChartLayout |
ChartFilter.generate(ChartModel[] data,
int type,
int orientation,
ServletRequest request,
ServletResponse response,
FilterChain chain)
Generates a layout from the specified models. |
ChartLayout |
DefaultChartFilter.generate(ChartModel[] data,
int type,
int orientation,
ServletRequest request,
ServletResponse response,
FilterChain chain)
|
ChartLayout |
AbstractChartGenerator.generate(ChartModel data,
int type,
int orientation)
|
ChartLayout |
ChartGenerator.generate(ChartModel data,
int type,
int orientation)
Generates a layout from the specified model. |
ChartLayout |
AbstractChartGenerator.generate(ChartModel data,
int type,
int orientation,
int order,
int index)
|
ChartLayout |
ChartGenerator.generate(ChartModel data,
int type,
int orientation,
int order,
int index)
Generates an ordered layout from the specified model. |
ChartLayout |
ChartFilter.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 |
DefaultChartFilter.generate(ChartModel data,
int type,
int orientation,
int order,
int index,
ServletRequest request,
ServletResponse response,
FilterChain chain)
|
ChartLayout |
ChartFilter.generate(ChartModel data,
int type,
int orientation,
ServletRequest request,
ServletResponse response,
FilterChain chain)
Generates a layout from the specified model. |
ChartLayout |
DefaultChartFilter.generate(ChartModel data,
int type,
int orientation,
ServletRequest request,
ServletResponse response,
FilterChain chain)
|
| Methods in org.norther.tammi.sprig.chart with parameters of type ChartLayout | |
|---|---|
String |
ChartFilter.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 |
DefaultChartFilter.encode(ChartLayout layout,
String extension,
int quality,
ServletRequest request,
ServletResponse response,
FilterChain chain)
|
String |
ChartFilter.encode(ChartLayout layout,
String extension,
ServletRequest request,
ServletResponse response,
FilterChain chain)
Encodes the specified layout and returns a temporary path to it. |
String |
DefaultChartFilter.encode(ChartLayout layout,
String extension,
ServletRequest request,
ServletResponse response,
FilterChain chain)
|
| Uses of ChartLayout in org.norther.tammi.sprig.chart.encode |
|---|
| Methods in org.norther.tammi.sprig.chart.encode with parameters of type ChartLayout | |
|---|---|
byte[] |
Encoder.encode(ChartLayout layout)
Encodes the specified layout as a byte buffer. |
void |
Encoder.write(ChartLayout layout,
File file)
Writes the specified layout to a file. |
void |
Encoder.write(ChartLayout layout,
OutputStream output)
Writes the specified layout to a stream. |
| Uses of ChartLayout in org.norther.tammi.sprig.chart.layout |
|---|
| Classes in org.norther.tammi.sprig.chart.layout that implement ChartLayout | |
|---|---|
class |
ChartLayoutAdapter
An abstract chart layout adapter. |
| Uses of ChartLayout in org.norther.tammi.sprig.chart.tool |
|---|
| Methods in org.norther.tammi.sprig.chart.tool that return ChartLayout | |
|---|---|
ChartLayout |
ChartTool.generate(ChartModel[] data,
String type,
String orientation)
Generates a chart layout from the specified models. |
ChartLayout |
ChartTool.generate(ChartModel[] data,
String type,
String orientation,
String order,
int index)
Generates an ordered chart from the specified models. |
ChartLayout |
ChartTool.generate(ChartModel data,
String type,
String orientation)
Generates a chart layout from the specified model. |
ChartLayout |
ChartTool.generate(ChartModel data,
String type,
String orientation,
String order,
int index)
Generates an ordered chart from the specified model. |
ChartLayout |
ChartTool.generate(List list,
String type,
String orientation)
Generates a chart layout from the specified list of models. |
ChartLayout |
ChartTool.generate(List list,
String type,
String orientation,
String order,
int index)
Generates an ordered chart from the specified list of models. |
| Methods in org.norther.tammi.sprig.chart.tool with parameters of type ChartLayout | |
|---|---|
String |
ChartTool.encode(ChartLayout layout,
String extension)
Encodes the specified layout and caches it to the content filter. |
String |
ChartTool.encode(ChartLayout layout,
String extension,
int quality)
Encodes the specified layout with the given quality and caches it to the content filter. |
| Uses of ChartLayout in org.norther.tammi.sprig.jfree |
|---|
| Methods in org.norther.tammi.sprig.jfree that return ChartLayout | |
|---|---|
ChartLayout |
DefaultJFreeCharts.generate(ChartModel[] data,
int type,
int orientation,
int order,
int index)
|
ChartLayout |
DefaultJFreeCharts.generate(JFreeChart chart)
|
ChartLayout |
JFreeCharts.generate(JFreeChart chart)
Generates a layout from the specified chart. |
| Uses of ChartLayout in org.norther.tammi.sprig.jfree.encode |
|---|
| Methods in org.norther.tammi.sprig.jfree.encode with parameters of type ChartLayout | |
|---|---|
byte[] |
JFreeEncoder.encode(ChartLayout layout)
|
protected BufferedImage |
JFreeEncoder.getImage(ChartLayout layout)
Gets the image. |
void |
JFreeEncoder.write(ChartLayout layout,
File file)
|
void |
JFreeEncoder.write(ChartLayout layout,
OutputStream output)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||