ElegantJCharts Java API Specification v2.0

com.elegantj.graphx
Class GraphConstants

java.lang.Object
  |
  +--com.elegantj.graphx.GraphConstants

public final class GraphConstants
extends java.lang.Object

This class Specifies the constants Used in Graph.


Field Summary
static int AREA_DEPTH_GRAPH
          3D Area Graph Type
static int AREA_GRAPH
          Area Graph Type
static int AREA_PERCENTAGE_GRAPH
          Area Percentage Graph Type
static int AREA_STACK_GRAPH
          3D Area Graph Type
static int AVERAGE_COMPUTATION
          Average Computation Type
static int BACK
          Specifies Back postion
static int BACKGROUND_IMAGE_DISPLAY_CENTER
           
static int BACKGROUND_IMAGE_DISPLAY_STRETCH
           
static int BACKGROUND_IMAGE_DISPLAY_TILE
           
static int BACKGROUND_IMAGE_FLIP_BOTH
           
static int BACKGROUND_IMAGE_FLIP_HORIZONTAL
           
static int BACKGROUND_IMAGE_FLIP_NONE
           
static int BACKGROUND_IMAGE_FLIP_VERTICAL
           
static int BOTTOM
          Specify the bottom of a box
static int BUBBLE_GRAPH
           
static int CANDLE_STICK_GRAPH
           
static int CENTER
          Specify the center of a box
static int COMBINED_GRAPH
           
static int CONE_HBAR_GRAPH
          cone HORIZONTAL Bar Graph Type
static int CONE_VBAR_GRAPH
          cone Vertical Bar Graph Type
static int COUNT_COMPUTATION
          Count Computation Type
static int CROSS
          Specifies Constant Tick Position
static int CYLINDER_HBAR_GRAPH
          CYLINDER HORIZONTAL Bar Graph Type
static int CYLINDER_VBAR_GRAPH
          CYLINDER Vertical Bar Graph Type
static java.lang.String DATA_VALUE
           
static int DOUGHNUT_GRAPH
           
static int DRILLED_RADAR_GRAPH
          Drilled Radar Graph Type
static int DRILLED_STACKED_RADAR_GRAPH
          Drilled Radar Graph Type
static int EAST
          Specify Compass-direction east (right).
static int FRONT
          Specifies Front postion
static java.lang.String GRAPH_FILE_EXT
           
static java.lang.String GRAPH_FILE_TEMPLET
           
static int HBAR_GRAPH
          Horizontal Bar Graph Type
static int HIGH_LOW_OPEN_CLOSE_GRAPH
           
static int HISTOGRAM_GRAPH
           
static int HORIZONTAL
          Horizontal orientation.
static int INSIDE
          Specifies Constant Tick Position
static java.lang.String ITEM_INDEX
           
static java.lang.String ITEM_NAME
           
static int LEFT
          Specify the left of a box
static int LINE_GRAPH
          Line Graph Type
static int MAXIMUM_COMPUTATION
          Maximum Computation Type
static int MIDDLE
          Specifies Middle postion
static int MINIMUM_COMPUTATION
          Minimum Computation Type
static int NONE_COMPUTATION
          None Computation Type
static int NORTH
          Specify Compass-direction North (up).
static int NORTH_EAST
          Specify Compass-direction north-east (upper right).
static int NORTH_WEST
          Specify Compass-direction north west (upper left).
static int OUTSIDE
          Specifies Constant Tick Position
static java.lang.String PERCENT_VALUE
           
static int PERCENTAGE_CONE_HBAR_GRAPH
          PERCENTAGE Horizontal CONE Graph Type
static int PERCENTAGE_CONE_VBAR_GRAPH
          PERCENTAGE Vertical CONE Graph Type
static int PERCENTAGE_CYLINDER_HBAR_GRAPH
          PERCENTAGE Horizontal CYLINDER Graph Type
static int PERCENTAGE_CYLINDER_VBAR_GRAPH
          PERCENTAGE Vertical CYLINDER Graph Type
static int PERCENTAGE_HBAR_GRAPH
          Percentage Horizontal Bar Graph Type
static int PERCENTAGE_LINE_GRAPH
          Percentage Line Graph Type
static int PERCENTAGE_POINT_GRAPH
          Percentage Point Graph Type
static int PERCENTAGE_PYRAMID_HBAR_GRAPH
          PERCENTAGE Horizontal PYRAMID Graph Type
static int PERCENTAGE_PYRAMID_VBAR_GRAPH
          PERCENTAGE Vertical PYRAMID Graph Type
static int PERCENTAGE_SCATTER_LINE_GRAPH
          Percentage Scatter Line Graph Type
static int PERCENTAGE_SCATTER_POINT_GRAPH
          Percentage Scatter Line Graph Type
static int PERCENTAGE_STRIP_GRAPH
          Percentage Strip Graph Type
static int PERCENTAGE_VBAR_GRAPH
          Percentage Vertical Bar Graph Type
static int PIE_GRAPH
          Pie Graph Type
static int PIE_SINGLE_GRAPH
          Pie Graph Type
static int POINT_GRAPH
          Point Graph Type
static int PYRAMID_HBAR_GRAPH
          Pyramid HORIZONTAL Bar Graph Type
static int PYRAMID_VBAR_GRAPH
          Pyramid Vertical Bar Graph Type
static int RADAR_GRAPH
          Radar Graph Type
static int RIGHT
          Specify the right of a box
static int SCATTER_LINE_GRAPH
          Scatter Line Graph Type
static int SCATTER_POINT_GRAPH
          Scatter Point Graph Type
static java.lang.String SERIES_INDEX
           
static java.lang.String SERIES_NAME
           
static java.lang.String SIZE_VALUE
           
static int SOUTH
          Specify Compass-direction south (down).
static int SOUTH_EAST
          Specify Compass-direction south-east (lower right).
static int SOUTH_WEST
          Specify Compass-direction south-west (lower left).
static int STACKED_CONE_HBAR_GRAPH
          Stacked horizontal CONE Graph Type
static int STACKED_CONE_VBAR_GRAPH
          Stacked Vertical CONE Graph Type
static int STACKED_CYLINDER_HBAR_GRAPH
          Stacked horizontal CYLINDER Graph Type
static int STACKED_CYLINDER_VBAR_GRAPH
          Stacked Vertical CYLINDER Graph Type
static int STACKED_HBAR_GRAPH
          Stacked Horizontal Bar Graph Type
static int STACKED_LINE_GRAPH
          Stacked Line Graph Type
static int STACKED_POINT_GRAPH
          Stacked Point Graph Type
static int STACKED_PYRAMID_HBAR_GRAPH
          Stacked horizontal PYRAMID Graph Type
static int STACKED_PYRAMID_VBAR_GRAPH
          Stacked Vertical PYRAMID Graph Type
static int STACKED_SCATTER_LINE_GRAPH
          Stacked Scatter Line Graph Type
static int STACKED_SCATTER_POINT_GRAPH
          Stacked Scatter Point Graph Type
static int STACKED_STRIP_GRAPH
          Stacked Strip Graph Type
static int STACKED_VBAR_GRAPH
          Stacked Vertical Bar Graph Type
static int STRIP_GRAPH
          Strip Graph Type
static int SUM_COMPUTATION
          Sum Computation Type
static int TOP
          Specify the top of a box
static int TYPE_BAR
          Bar Type
static int TYPE_CONE
          Cone Type
static int TYPE_CYLINDER
          Cylinder Type
static int TYPE_DATE
           
static int TYPE_NUMBER
           
static int TYPE_OTHER
           
static int TYPE_PYRAMID
          Pyramid Type
static int TYPE_TIME
           
static int TYPE_TIMESTAMP
           
static int VALID_AVERAGE_COMPUTATION
          Valid Averrage Computation Type
static int VALID_COUNT_COMPUTATION
          Valid Count Computation Type
static int VBAR_GRAPH
          Vertical Bar Graph Type
static int VERTICAL
          Vertical orientation.
static int WEST
          Specify Compass-direction west (left).
 
Constructor Summary
GraphConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VBAR_GRAPH

public static final int VBAR_GRAPH
Vertical Bar Graph Type

See Also:
Constant Field Values

HBAR_GRAPH

public static final int HBAR_GRAPH
Horizontal Bar Graph Type

See Also:
Constant Field Values

LINE_GRAPH

public static final int LINE_GRAPH
Line Graph Type

See Also:
Constant Field Values

POINT_GRAPH

public static final int POINT_GRAPH
Point Graph Type

See Also:
Constant Field Values

STRIP_GRAPH

public static final int STRIP_GRAPH
Strip Graph Type

See Also:
Constant Field Values

PIE_GRAPH

public static final int PIE_GRAPH
Pie Graph Type

See Also:
Constant Field Values

AREA_GRAPH

public static final int AREA_GRAPH
Area Graph Type

See Also:
Constant Field Values

RADAR_GRAPH

public static final int RADAR_GRAPH
Radar Graph Type

See Also:
Constant Field Values

AREA_DEPTH_GRAPH

public static final int AREA_DEPTH_GRAPH
3D Area Graph Type

See Also:
Constant Field Values

AREA_STACK_GRAPH

public static final int AREA_STACK_GRAPH
3D Area Graph Type

See Also:
Constant Field Values

STACKED_VBAR_GRAPH

public static final int STACKED_VBAR_GRAPH
Stacked Vertical Bar Graph Type

See Also:
Constant Field Values

STACKED_HBAR_GRAPH

public static final int STACKED_HBAR_GRAPH
Stacked Horizontal Bar Graph Type

See Also:
Constant Field Values

PIE_SINGLE_GRAPH

public static final int PIE_SINGLE_GRAPH
Pie Graph Type

See Also:
Constant Field Values

DRILLED_RADAR_GRAPH

public static final int DRILLED_RADAR_GRAPH
Drilled Radar Graph Type

See Also:
Constant Field Values

DRILLED_STACKED_RADAR_GRAPH

public static final int DRILLED_STACKED_RADAR_GRAPH
Drilled Radar Graph Type

See Also:
Constant Field Values

COMBINED_GRAPH

public static final int COMBINED_GRAPH
See Also:
Constant Field Values

HISTOGRAM_GRAPH

public static final int HISTOGRAM_GRAPH
See Also:
Constant Field Values

SCATTER_LINE_GRAPH

public static final int SCATTER_LINE_GRAPH
Scatter Line Graph Type

See Also:
Constant Field Values

SCATTER_POINT_GRAPH

public static final int SCATTER_POINT_GRAPH
Scatter Point Graph Type

See Also:
Constant Field Values

BUBBLE_GRAPH

public static final int BUBBLE_GRAPH
See Also:
Constant Field Values

STACKED_LINE_GRAPH

public static final int STACKED_LINE_GRAPH
Stacked Line Graph Type

See Also:
Constant Field Values

STACKED_STRIP_GRAPH

public static final int STACKED_STRIP_GRAPH
Stacked Strip Graph Type

See Also:
Constant Field Values

STACKED_POINT_GRAPH

public static final int STACKED_POINT_GRAPH
Stacked Point Graph Type

See Also:
Constant Field Values

PERCENTAGE_VBAR_GRAPH

public static final int PERCENTAGE_VBAR_GRAPH
Percentage Vertical Bar Graph Type

See Also:
Constant Field Values

PERCENTAGE_HBAR_GRAPH

public static final int PERCENTAGE_HBAR_GRAPH
Percentage Horizontal Bar Graph Type

See Also:
Constant Field Values

PERCENTAGE_LINE_GRAPH

public static final int PERCENTAGE_LINE_GRAPH
Percentage Line Graph Type

See Also:
Constant Field Values

PERCENTAGE_STRIP_GRAPH

public static final int PERCENTAGE_STRIP_GRAPH
Percentage Strip Graph Type

See Also:
Constant Field Values

PERCENTAGE_POINT_GRAPH

public static final int PERCENTAGE_POINT_GRAPH
Percentage Point Graph Type

See Also:
Constant Field Values

PYRAMID_VBAR_GRAPH

public static final int PYRAMID_VBAR_GRAPH
Pyramid Vertical Bar Graph Type

See Also:
Constant Field Values

CYLINDER_VBAR_GRAPH

public static final int CYLINDER_VBAR_GRAPH
CYLINDER Vertical Bar Graph Type

See Also:
Constant Field Values

PYRAMID_HBAR_GRAPH

public static final int PYRAMID_HBAR_GRAPH
Pyramid HORIZONTAL Bar Graph Type

See Also:
Constant Field Values

CYLINDER_HBAR_GRAPH

public static final int CYLINDER_HBAR_GRAPH
CYLINDER HORIZONTAL Bar Graph Type

See Also:
Constant Field Values

AREA_PERCENTAGE_GRAPH

public static final int AREA_PERCENTAGE_GRAPH
Area Percentage Graph Type

See Also:
Constant Field Values

CONE_VBAR_GRAPH

public static final int CONE_VBAR_GRAPH
cone Vertical Bar Graph Type

See Also:
Constant Field Values

CONE_HBAR_GRAPH

public static final int CONE_HBAR_GRAPH
cone HORIZONTAL Bar Graph Type

See Also:
Constant Field Values

STACKED_CYLINDER_VBAR_GRAPH

public static final int STACKED_CYLINDER_VBAR_GRAPH
Stacked Vertical CYLINDER Graph Type

See Also:
Constant Field Values

STACKED_CONE_VBAR_GRAPH

public static final int STACKED_CONE_VBAR_GRAPH
Stacked Vertical CONE Graph Type

See Also:
Constant Field Values

STACKED_PYRAMID_VBAR_GRAPH

public static final int STACKED_PYRAMID_VBAR_GRAPH
Stacked Vertical PYRAMID Graph Type

See Also:
Constant Field Values

STACKED_SCATTER_LINE_GRAPH

public static final int STACKED_SCATTER_LINE_GRAPH
Stacked Scatter Line Graph Type

See Also:
Constant Field Values

STACKED_SCATTER_POINT_GRAPH

public static final int STACKED_SCATTER_POINT_GRAPH
Stacked Scatter Point Graph Type

See Also:
Constant Field Values

PERCENTAGE_SCATTER_LINE_GRAPH

public static final int PERCENTAGE_SCATTER_LINE_GRAPH
Percentage Scatter Line Graph Type

See Also:
Constant Field Values

PERCENTAGE_SCATTER_POINT_GRAPH

public static final int PERCENTAGE_SCATTER_POINT_GRAPH
Percentage Scatter Line Graph Type

See Also:
Constant Field Values

STACKED_CYLINDER_HBAR_GRAPH

public static final int STACKED_CYLINDER_HBAR_GRAPH
Stacked horizontal CYLINDER Graph Type

See Also:
Constant Field Values

STACKED_CONE_HBAR_GRAPH

public static final int STACKED_CONE_HBAR_GRAPH
Stacked horizontal CONE Graph Type

See Also:
Constant Field Values

STACKED_PYRAMID_HBAR_GRAPH

public static final int STACKED_PYRAMID_HBAR_GRAPH
Stacked horizontal PYRAMID Graph Type

See Also:
Constant Field Values

PERCENTAGE_CYLINDER_VBAR_GRAPH

public static final int PERCENTAGE_CYLINDER_VBAR_GRAPH
PERCENTAGE Vertical CYLINDER Graph Type

See Also:
Constant Field Values

PERCENTAGE_CONE_VBAR_GRAPH

public static final int PERCENTAGE_CONE_VBAR_GRAPH
PERCENTAGE Vertical CONE Graph Type

See Also:
Constant Field Values

PERCENTAGE_PYRAMID_VBAR_GRAPH

public static final int PERCENTAGE_PYRAMID_VBAR_GRAPH
PERCENTAGE Vertical PYRAMID Graph Type

See Also:
Constant Field Values

PERCENTAGE_CYLINDER_HBAR_GRAPH

public static final int PERCENTAGE_CYLINDER_HBAR_GRAPH
PERCENTAGE Horizontal CYLINDER Graph Type

See Also:
Constant Field Values

PERCENTAGE_CONE_HBAR_GRAPH

public static final int PERCENTAGE_CONE_HBAR_GRAPH
PERCENTAGE Horizontal CONE Graph Type

See Also:
Constant Field Values

PERCENTAGE_PYRAMID_HBAR_GRAPH

public static final int PERCENTAGE_PYRAMID_HBAR_GRAPH
PERCENTAGE Horizontal PYRAMID Graph Type

See Also:
Constant Field Values

CANDLE_STICK_GRAPH

public static final int CANDLE_STICK_GRAPH
See Also:
Constant Field Values

HIGH_LOW_OPEN_CLOSE_GRAPH

public static final int HIGH_LOW_OPEN_CLOSE_GRAPH
See Also:
Constant Field Values

DOUGHNUT_GRAPH

public static final int DOUGHNUT_GRAPH
See Also:
Constant Field Values

TYPE_BAR

public static final int TYPE_BAR
Bar Type

See Also:
Constant Field Values

TYPE_PYRAMID

public static final int TYPE_PYRAMID
Pyramid Type

See Also:
Constant Field Values

TYPE_CYLINDER

public static final int TYPE_CYLINDER
Cylinder Type

See Also:
Constant Field Values

TYPE_CONE

public static final int TYPE_CONE
Cone Type

See Also:
Constant Field Values

NONE_COMPUTATION

public static final int NONE_COMPUTATION
None Computation Type

See Also:
Constant Field Values

SUM_COMPUTATION

public static final int SUM_COMPUTATION
Sum Computation Type

See Also:
Constant Field Values

COUNT_COMPUTATION

public static final int COUNT_COMPUTATION
Count Computation Type

See Also:
Constant Field Values

VALID_COUNT_COMPUTATION

public static final int VALID_COUNT_COMPUTATION
Valid Count Computation Type

See Also:
Constant Field Values

AVERAGE_COMPUTATION

public static final int AVERAGE_COMPUTATION
Average Computation Type

See Also:
Constant Field Values

VALID_AVERAGE_COMPUTATION

public static final int VALID_AVERAGE_COMPUTATION
Valid Averrage Computation Type

See Also:
Constant Field Values

MAXIMUM_COMPUTATION

public static final int MAXIMUM_COMPUTATION
Maximum Computation Type

See Also:
Constant Field Values

MINIMUM_COMPUTATION

public static final int MINIMUM_COMPUTATION
Minimum Computation Type

See Also:
Constant Field Values

SERIES_NAME

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

SERIES_INDEX

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

ITEM_NAME

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

ITEM_INDEX

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

DATA_VALUE

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

SIZE_VALUE

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

PERCENT_VALUE

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

NORTH

public static final int NORTH
Specify Compass-direction North (up).

See Also:
Constant Field Values

NORTH_EAST

public static final int NORTH_EAST
Specify Compass-direction north-east (upper right).

See Also:
Constant Field Values

EAST

public static final int EAST
Specify Compass-direction east (right).

See Also:
Constant Field Values

SOUTH_EAST

public static final int SOUTH_EAST
Specify Compass-direction south-east (lower right).

See Also:
Constant Field Values

SOUTH

public static final int SOUTH
Specify Compass-direction south (down).

See Also:
Constant Field Values

SOUTH_WEST

public static final int SOUTH_WEST
Specify Compass-direction south-west (lower left).

See Also:
Constant Field Values

WEST

public static final int WEST
Specify Compass-direction west (left).

See Also:
Constant Field Values

NORTH_WEST

public static final int NORTH_WEST
Specify Compass-direction north west (upper left).

See Also:
Constant Field Values

CENTER

public static final int CENTER
Specify the center of a box

See Also:
Constant Field Values

LEFT

public static final int LEFT
Specify the left of a box

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
Specify the right of a box

See Also:
Constant Field Values

TOP

public static final int TOP
Specify the top of a box

See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
Specify the bottom of a box

See Also:
Constant Field Values

HORIZONTAL

public static final int HORIZONTAL
Horizontal orientation.

See Also:
Constant Field Values

VERTICAL

public static final int VERTICAL
Vertical orientation.

See Also:
Constant Field Values

OUTSIDE

public static final int OUTSIDE
Specifies Constant Tick Position

See Also:
Constant Field Values

INSIDE

public static final int INSIDE
Specifies Constant Tick Position

See Also:
Constant Field Values

CROSS

public static final int CROSS
Specifies Constant Tick Position

See Also:
Constant Field Values

FRONT

public static final int FRONT
Specifies Front postion

See Also:
Constant Field Values

MIDDLE

public static final int MIDDLE
Specifies Middle postion

See Also:
Constant Field Values

BACK

public static final int BACK
Specifies Back postion

See Also:
Constant Field Values

TYPE_NUMBER

public static final int TYPE_NUMBER
See Also:
Constant Field Values

TYPE_DATE

public static final int TYPE_DATE
See Also:
Constant Field Values

TYPE_TIME

public static final int TYPE_TIME
See Also:
Constant Field Values

TYPE_TIMESTAMP

public static final int TYPE_TIMESTAMP
See Also:
Constant Field Values

TYPE_OTHER

public static final int TYPE_OTHER
See Also:
Constant Field Values

BACKGROUND_IMAGE_DISPLAY_STRETCH

public static final int BACKGROUND_IMAGE_DISPLAY_STRETCH
See Also:
Constant Field Values

BACKGROUND_IMAGE_DISPLAY_TILE

public static final int BACKGROUND_IMAGE_DISPLAY_TILE
See Also:
Constant Field Values

BACKGROUND_IMAGE_DISPLAY_CENTER

public static final int BACKGROUND_IMAGE_DISPLAY_CENTER
See Also:
Constant Field Values

BACKGROUND_IMAGE_FLIP_NONE

public static final int BACKGROUND_IMAGE_FLIP_NONE
See Also:
Constant Field Values

BACKGROUND_IMAGE_FLIP_HORIZONTAL

public static final int BACKGROUND_IMAGE_FLIP_HORIZONTAL
See Also:
Constant Field Values

BACKGROUND_IMAGE_FLIP_VERTICAL

public static final int BACKGROUND_IMAGE_FLIP_VERTICAL
See Also:
Constant Field Values

BACKGROUND_IMAGE_FLIP_BOTH

public static final int BACKGROUND_IMAGE_FLIP_BOTH
See Also:
Constant Field Values

GRAPH_FILE_EXT

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

GRAPH_FILE_TEMPLET

public static final java.lang.String GRAPH_FILE_TEMPLET
See Also:
Constant Field Values
Constructor Detail

GraphConstants

public GraphConstants()

ElegantJCharts Java API Specification v2.0

For any feedback, suggestion, or query, please revert back to support@elegantcharts.com

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjcharts.com
All Rights Reserved.