de.laures.cewolf.taglib
Class PlotTypes

java.lang.Object
  extended byde.laures.cewolf.taglib.PlotTypes

public class PlotTypes
extends java.lang.Object

Contains the list of all possible plot type string values which can be used in the type attribute of a <chart> tag. It also contains all the renders that correspond with the plot types

Author:
Chris McCann

Field Summary
static java.util.List rendererList
          The whole Renderers array inside of a list.
static org.jfree.chart.renderer.AbstractRenderer[] renderers
          All the renderers in an array
static java.util.List typeList
          The whole typeNames array inside of a list.
static java.lang.String[] typeNames
          All type strings in an array
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeNames

public static final java.lang.String[] typeNames
All type strings in an array


renderers

public static final org.jfree.chart.renderer.AbstractRenderer[] renderers
All the renderers in an array


typeList

public static final java.util.List typeList
The whole typeNames array inside of a list.

See Also:
typeNames

rendererList

public static final java.util.List rendererList
The whole Renderers array inside of a list.

See Also:
renderers