de.laures.cewolf.taglib
Class ChartTypes

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

public class ChartTypes
extends 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 List typeList
          The whole typeNames array inside of a list.
static 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 String[] typeNames
All type strings in an array


typeList

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

See Also:
typeNames


Copyright © 2012. All Rights Reserved.