org.jfree.chart.plot
Interface CategoryPlotConstants

All Known Implementing Classes:
CategoryPlot

public interface CategoryPlotConstants

Useful constants for the CategoryPlot class.

Author:
David Gilbert

Field Summary
static boolean DEFAULT_DOMAIN_GRIDLINES_VISIBLE
          The default visibility of the grid lines plotted against the domain axis.
static java.awt.Paint DEFAULT_GRIDLINE_PAINT
          The default grid line paint.
static java.awt.Stroke DEFAULT_GRIDLINE_STROKE
          The default grid line stroke.
static boolean DEFAULT_RANGE_GRIDLINES_VISIBLE
          The default visibility of the grid lines plotted against the range axis.
static java.awt.Font DEFAULT_VALUE_LABEL_FONT
          The default value label font.
 

Field Detail

DEFAULT_DOMAIN_GRIDLINES_VISIBLE

public static final boolean DEFAULT_DOMAIN_GRIDLINES_VISIBLE
The default visibility of the grid lines plotted against the domain axis.

See Also:
Constant Field Values

DEFAULT_RANGE_GRIDLINES_VISIBLE

public static final boolean DEFAULT_RANGE_GRIDLINES_VISIBLE
The default visibility of the grid lines plotted against the range axis.

See Also:
Constant Field Values

DEFAULT_GRIDLINE_STROKE

public static final java.awt.Stroke DEFAULT_GRIDLINE_STROKE
The default grid line stroke.


DEFAULT_GRIDLINE_PAINT

public static final java.awt.Paint DEFAULT_GRIDLINE_PAINT
The default grid line paint.


DEFAULT_VALUE_LABEL_FONT

public static final java.awt.Font DEFAULT_VALUE_LABEL_FONT
The default value label font.