org.jfree.chart.axis
Interface AxisConstants

All Known Implementing Classes:
Axis, Plot

public interface AxisConstants

Useful constants for the Axis class and its subclasses.

Author:
David Gilbert

Field Summary
static int BOTTOM
          Axis location constant.
static java.awt.Font DEFAULT_AXIS_LABEL_FONT
          The default axis label font.
static java.awt.Insets DEFAULT_AXIS_LABEL_INSETS
          The default axis label insets.
static java.awt.Paint DEFAULT_AXIS_LABEL_PAINT
          The default axis label paint.
static boolean DEFAULT_AXIS_VISIBLE
          The default axis visibility.
static java.awt.Font DEFAULT_TICK_LABEL_FONT
          The default tick label font.
static java.awt.Insets DEFAULT_TICK_LABEL_INSETS
          The default tick label insets.
static java.awt.Paint DEFAULT_TICK_LABEL_PAINT
          The default tick label paint.
static boolean DEFAULT_TICK_LABELS_VISIBLE
          The default tick labels visibility.
static float DEFAULT_TICK_MARK_INSIDE_LENGTH
          The default tick mark inside length.
static float DEFAULT_TICK_MARK_OUTSIDE_LENGTH
          The default tick mark outside length.
static java.awt.Paint DEFAULT_TICK_MARK_PAINT
          The default tick paint.
static java.awt.Stroke DEFAULT_TICK_MARK_STROKE
          The default tick stroke.
static boolean DEFAULT_TICK_MARKS_VISIBLE
          The default tick marks visible.
static int LEFT
          Axis location constant.
static int RIGHT
          Axis location constant.
static int TOP
          Axis location constant.
 

Field Detail

DEFAULT_AXIS_VISIBLE

public static final boolean DEFAULT_AXIS_VISIBLE
The default axis visibility.

See Also:
Constant Field Values

DEFAULT_AXIS_LABEL_FONT

public static final java.awt.Font DEFAULT_AXIS_LABEL_FONT
The default axis label font.


DEFAULT_AXIS_LABEL_PAINT

public static final java.awt.Paint DEFAULT_AXIS_LABEL_PAINT
The default axis label paint.


DEFAULT_AXIS_LABEL_INSETS

public static final java.awt.Insets DEFAULT_AXIS_LABEL_INSETS
The default axis label insets.


DEFAULT_TICK_LABELS_VISIBLE

public static final boolean DEFAULT_TICK_LABELS_VISIBLE
The default tick labels visibility.

See Also:
Constant Field Values

DEFAULT_TICK_LABEL_FONT

public static final java.awt.Font DEFAULT_TICK_LABEL_FONT
The default tick label font.


DEFAULT_TICK_LABEL_PAINT

public static final java.awt.Paint DEFAULT_TICK_LABEL_PAINT
The default tick label paint.


DEFAULT_TICK_LABEL_INSETS

public static final java.awt.Insets DEFAULT_TICK_LABEL_INSETS
The default tick label insets.


DEFAULT_TICK_MARKS_VISIBLE

public static final boolean DEFAULT_TICK_MARKS_VISIBLE
The default tick marks visible.

See Also:
Constant Field Values

DEFAULT_TICK_MARK_STROKE

public static final java.awt.Stroke DEFAULT_TICK_MARK_STROKE
The default tick stroke.


DEFAULT_TICK_MARK_PAINT

public static final java.awt.Paint DEFAULT_TICK_MARK_PAINT
The default tick paint.


DEFAULT_TICK_MARK_INSIDE_LENGTH

public static final float DEFAULT_TICK_MARK_INSIDE_LENGTH
The default tick mark inside length.

See Also:
Constant Field Values

DEFAULT_TICK_MARK_OUTSIDE_LENGTH

public static final float DEFAULT_TICK_MARK_OUTSIDE_LENGTH
The default tick mark outside length.

See Also:
Constant Field Values

TOP

public static final int TOP
Axis location constant.

See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
Axis location constant.

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
Axis location constant.

See Also:
Constant Field Values

LEFT

public static final int LEFT
Axis location constant.

See Also:
Constant Field Values