|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.laures.cewolf.cpp.RotatedAxisLabels
A cewolf post-processor for rotating and/or removing the labels on the X-Axis
parameters:
rotate_at: make the labels vertical
skip_at: print only some of the labels (so they don't overlap)
remove_at: don't print any labels
Usage:
Constructor Summary | |
RotatedAxisLabels()
|
Method Summary | |
void |
processChart(java.lang.Object chart,
java.util.Map params)
Processes a generated chart. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RotatedAxisLabels()
Method Detail |
public void processChart(java.lang.Object chart, java.util.Map params)
ChartPostProcessor
processChart
in interface ChartPostProcessor
chart
- the chart instnce. Concrete class depends on the rendering
implementation. Currently a org.jfree.chart.JFreeChart is passed.params
- paramters passed to the postprocessor. These are defined in the JSPChartPostProcessorTag
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |