Uses of Interface
de.laures.cewolf.ChartPostProcessor

Packages that use ChartPostProcessor
de.laures.cewolf.cpp Unsupported third party ChartPostProcessor implmentations. 
de.laures.cewolf.taglib Framework classes for the tag library implementation. 
de.laures.cewolf.taglib.tags Implementation of the specific tags. 
 

Uses of ChartPostProcessor in de.laures.cewolf.cpp
 

Classes in de.laures.cewolf.cpp that implement ChartPostProcessor
 class 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:
 

Uses of ChartPostProcessor in de.laures.cewolf.taglib
 

Methods in de.laures.cewolf.taglib with parameters of type ChartPostProcessor
 void AbstractChartDefinition.addPostProcessor(ChartPostProcessor pp)
           
 

Uses of ChartPostProcessor in de.laures.cewolf.taglib.tags
 

Classes in de.laures.cewolf.taglib.tags that implement ChartPostProcessor
 class ColorTag
          Tag <color> which sets the color of its parent tag.
 class PointTag
          Tag <point> which adds a colored point with x and y coordinates to the parent tag.
 

Methods in de.laures.cewolf.taglib.tags with parameters of type ChartPostProcessor
 void AbstractChartTag.addChartPostProcessor(ChartPostProcessor pp, Map params)
           
 



Copyright © 2012. All Rights Reserved.