Interface ChartConstants
- 
- All Known Implementing Classes:
 AbstractXYChart.RenderOptsImpl,RenderOptions,RenderStyle
public interface ChartConstantsCreated by carl.gould on 7/14/2015. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.awt.Shape[]SHAPE_LISTstatic intSTYLE_3D_LINEstatic intSTYLE_AREAstatic intSTYLE_BARstatic intSTYLE_BAR_NO_SHADOWstatic intSTYLE_DOTstatic intSTYLE_LINEstatic intSTYLE_LINE_AND_SHAPEstatic intSTYLE_LINE_DISCONTINUOUSstatic intSTYLE_SHAPEstatic intSTYLE_STEPstatic intSTYLE_STEP_AREA 
 - 
 
- 
- 
Field Detail
- 
STYLE_LINE
static final int STYLE_LINE
- See Also:
 - Constant Field Values
 
 
- 
STYLE_LINE_DISCONTINUOUS
static final int STYLE_LINE_DISCONTINUOUS
- See Also:
 - Constant Field Values
 
 
- 
STYLE_3D_LINE
static final int STYLE_3D_LINE
- See Also:
 - Constant Field Values
 
 
- 
STYLE_AREA
static final int STYLE_AREA
- See Also:
 - Constant Field Values
 
 
- 
STYLE_STEP
static final int STYLE_STEP
- See Also:
 - Constant Field Values
 
 
- 
STYLE_STEP_AREA
static final int STYLE_STEP_AREA
- See Also:
 - Constant Field Values
 
 
- 
STYLE_SHAPE
static final int STYLE_SHAPE
- See Also:
 - Constant Field Values
 
 
- 
STYLE_LINE_AND_SHAPE
static final int STYLE_LINE_AND_SHAPE
- See Also:
 - Constant Field Values
 
 
- 
STYLE_DOT
static final int STYLE_DOT
- See Also:
 - Constant Field Values
 
 
- 
STYLE_BAR
static final int STYLE_BAR
- See Also:
 - Constant Field Values
 
 
- 
STYLE_BAR_NO_SHADOW
static final int STYLE_BAR_NO_SHADOW
- See Also:
 - Constant Field Values
 
 
- 
SHAPE_LIST
static final java.awt.Shape[] SHAPE_LIST
 
 - 
 
 -