de.laures.cewolf
Interface NonSerializableChartPostProcessor

All Superinterfaces:
ChartPostProcessor
All Known Implementing Classes:
ColorTag, PointTag

public interface NonSerializableChartPostProcessor
extends ChartPostProcessor

This interface must be implemented by postprocessors that are not serializable. It is used to obtain a serializable postprocessor implementation. This should only be necessary in rare circumstances (like in the ColorTag class that's part of cewolf).

See Also:
ChartPostProcessorTag

Method Summary
 ChartPostProcessor getSerializablePostProcessor()
          Must be implemented if the class that implements ChartPostProcessorTag is not serializable.
 
Methods inherited from interface de.laures.cewolf.ChartPostProcessor
processChart
 

Method Detail

getSerializablePostProcessor

ChartPostProcessor getSerializablePostProcessor()
Must be implemented if the class that implements ChartPostProcessorTag is not serializable.



cewolf tag library - web charts with JFreeChart