|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.laures.cewolf.taglib.PlotTypes
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
Field Summary | |
static java.lang.String[] |
typeNames
All type strings in an array |
Method Summary | |
static org.jfree.chart.renderer.AbstractRenderer |
getRenderer(int idx)
Create a renderer for the given type index. |
static int |
getRendererIndex(java.lang.String plotType)
Get the renderer index for the given plot type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String[] typeNames
Method Detail |
public static org.jfree.chart.renderer.AbstractRenderer getRenderer(int idx)
idx
- The index of the type
public static int getRendererIndex(java.lang.String plotType) throws AttributeValidationException
plotType
- The type string of the plot
AttributeValidationException
- if unknown type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |