de.laures.cewolf.taglib
Class AxisFactory

java.lang.Object
  extended byde.laures.cewolf.taglib.AxisFactory
All Implemented Interfaces:
AxisConstants

public class AxisFactory
extends java.lang.Object
implements AxisConstants

Author:
guido To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
 
Fields inherited from interface de.laures.cewolf.taglib.AxisConstants
AXIS_TYPE_DATE, AXIS_TYPE_NUMBER, ORIENTATION_HORIZONTAL, ORIENTATION_VERTICAL
 
Method Summary
 org.jfree.chart.axis.ValueAxis createAxis(int orientation, int type, java.lang.String label)
           
static AxisFactory getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final AxisFactory getInstance()

createAxis

public org.jfree.chart.axis.ValueAxis createAxis(int orientation,
                                                 int type,
                                                 java.lang.String label)