|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlotConstants
Contains some base constants to avoid explicit dependancy to concrete Plot implementation's constant values. The constants of this class also serve as the base contract for data exchange between sub packages.
Field Summary | |
---|---|
static int |
AREA
|
static int |
CANDLESTICK
|
static int |
HIGH_LOW
|
static int |
LINE
|
static int |
SCATTER
|
static int |
SHAPES_AND_LINES
|
static int |
SPIDERWEB
|
static int |
SPLINE
|
static int |
STACKED_XY_AREA
|
static int |
STACKED_XY_AREA2
|
static int |
STEP
|
static int |
VERTICAL_BAR
|
static int |
XY_AREA
|
static int |
XY_LINE
|
static int |
XY_SHAPES_AND_LINES
|
static int |
XY_VERTICAL_BAR
|
Field Detail |
---|
static final int XY_AREA
static final int XY_LINE
static final int XY_SHAPES_AND_LINES
static final int SCATTER
static final int XY_VERTICAL_BAR
static final int STEP
static final int CANDLESTICK
static final int HIGH_LOW
static final int VERTICAL_BAR
static final int AREA
static final int LINE
static final int SHAPES_AND_LINES
static final int SPLINE
static final int SPIDERWEB
static final int STACKED_XY_AREA
static final int STACKED_XY_AREA2
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |