de.laures.cewolf.taglib
Interface TaglibConstants


public interface TaglibConstants

Contains some base constants to avoid explicit dependancy to concrete chart implementation's constant values. The constants of this class also serve as the base contract for data exchange between sub packages.

Author:
Guido Laures

Field Summary
static int ANCHOR_EAST
           
static int ANCHOR_NORTH
           
static int ANCHOR_SOUTH
           
static int ANCHOR_WEST
           
static java.lang.String TOOLTIPS_ENABLED_KEY
           
 

Field Detail

ANCHOR_NORTH

static final int ANCHOR_NORTH
See Also:
Constant Field Values

ANCHOR_SOUTH

static final int ANCHOR_SOUTH
See Also:
Constant Field Values

ANCHOR_EAST

static final int ANCHOR_EAST
See Also:
Constant Field Values

ANCHOR_WEST

static final int ANCHOR_WEST
See Also:
Constant Field Values

TOOLTIPS_ENABLED_KEY

static final java.lang.String TOOLTIPS_ENABLED_KEY
See Also:
Constant Field Values


cewolf tag library - web charts with JFreeChart