de.laures.cewolf.taglib
Class ChartTypes

java.lang.Object
  extended by de.laures.cewolf.taglib.ChartTypes

public class ChartTypes
extends java.lang.Object

Contains the list of all possible chart type string values which can be used in the type attribute of a <chart> tag.

Author:
Guido Laures

Field Summary
static java.util.List typeList
          The whole typeNames array inside of a list.
static java.lang.String[] typeNames
          All type strings in an array
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeNames

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


typeList

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

See Also:
typeNames


Copyright © 2009. All Rights Reserved.