com.ijchart.xychart.constant
Class ChartShapeDrawType

java.lang.Object
  extended by com.ijchart.xychart.constant.ChartShapeDrawType
All Implemented Interfaces:
java.io.Serializable

public final class ChartShapeDrawType
extends java.lang.Object
implements java.io.Serializable

Title: IJChart

Description: a chart library for the Java(tm) platform.

Describe the type of IChartShape drawing on the chart.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.
See Also:
Serialized Form

Field Summary
static ChartShapeDrawType ANNOTATION_SHAPE
           Annotation shape.
static ChartShapeDrawType ANY_SHAPE
           Any type shape.
static ChartShapeDrawType AXIS_LABEL_SHAPE
           The axis label shape.
static ChartShapeDrawType AXIS_LINE_3D_SHAPE
           The axis line 3D area.
static ChartShapeDrawType AXIS_LINE_SHAPE
           The axis line shape.
static ChartShapeDrawType AXIS_TICK_LABEL_SHAPE
           The axis tick label shape.
static ChartShapeDrawType AXIS_TICK_MARK_SHAPE
           The axis tick mark shape.
static ChartShapeDrawType CHART_BACKGROUND_IMAGE_SHAPE
           The chart background image shape.
static ChartShapeDrawType CHART_BACKGROUND_SHAPE
           The chart background shape.
static ChartShapeDrawType CHART_BORDER_SHAPE
           The chart border shape.
static ChartShapeDrawType LEGEND_BORDER_SHAPE
           The legend border shape.
static ChartShapeDrawType LEGEND_SHAPE
           The legend shape.
static ChartShapeDrawType PLOT_BACKGROUND_IMAGE_SHAPE
           The plot background image shape.
static ChartShapeDrawType PLOT_BACKGROUND_SHAPE
           The plot background shape.
static ChartShapeDrawType PLOT_BORDER_SHAPE
           The plot border shape.
static ChartShapeDrawType PLOT_NO_DATA_MESSAGE_SHAPE
           The no data message shape for plot.
static ChartShapeDrawType PLOT_X_CROSS_SHAPE
           The x-cross shape.
static ChartShapeDrawType PLOT_Y_CROSS_SHAPE
           The y-cross shape.
static ChartShapeDrawType PLOT_ZERO_DOMAIN_BASE_LINE_SHAPE
           The zero line of domain axis.
static ChartShapeDrawType PLOT_ZERO_VALUE_BASE_LINE_SHAPE
           The zero line of value axis.
static ChartShapeDrawType RENDER_3D_CLOSE_LINE_SHAPE
           The shape for close render area of 3D chart.
static ChartShapeDrawType RENDER_ANGLE_GRIDLINE_SHAPE
           The angle gridline shape.
static ChartShapeDrawType RENDER_BACKGROUND_IMAGE_SHAPE
           The render background image shape.
static ChartShapeDrawType RENDER_BACKGROUND_INTERVAL_MARKER_SHAPE
           The background interval marker shape.
static ChartShapeDrawType RENDER_BACKGROUND_MARKER_SHAPE
           The background marker shape.
static ChartShapeDrawType RENDER_BACKGROUND_SHAPE
           The render background shape.
static ChartShapeDrawType RENDER_BORDER_SHAPE
           The render border shape.
static ChartShapeDrawType RENDER_DATA_ITEM_BACKGROUND_SHAPE
           The data item background shape.
static ChartShapeDrawType RENDER_DATA_ITEM_SHAPE
           The data item shape.
static ChartShapeDrawType RENDER_DEVIATION_SHAPE
           The deviation shape.
static ChartShapeDrawType RENDER_DIFFERENCE_BACKGROUND_SHAPE
           The background of difference shape.
static ChartShapeDrawType RENDER_DOMAIN_GRIDLINE_SHAPE
           The domain grid line shape.
static ChartShapeDrawType RENDER_FOREGROUND_INTERVAL_MARKER_SHAPE
           The foreground interval marker shape.
static ChartShapeDrawType RENDER_FOREGROUND_MARKER_SHAPE
           The foreground marker shape.
static ChartShapeDrawType RENDER_GUIDE_LINE_SHAPE
           The guid line shape.
static ChartShapeDrawType RENDER_JOIN_LINE_SHAPE
           The join line shape.
static ChartShapeDrawType RENDER_METER_ARC_TICK_LABEL_SHAPE
           The meter arc tick label.
static ChartShapeDrawType RENDER_METER_ARC_TICK_LINE_SHAPE
           The meter arc tick line.
static ChartShapeDrawType RENDER_METER_NEEDLE_SHAPE
           The needle shape of meter chart.
static ChartShapeDrawType RENDER_METER_UNIT_SHAPE
           The unit shape of meter chart.
static ChartShapeDrawType RENDER_MIN_MAX_VALUE_LINE_SHAPE
           The value-line shape.
static ChartShapeDrawType RENDER_MIN_MAX_VALUE_SHAPE
           The min-max value shape.
static ChartShapeDrawType RENDER_PIE_3D_EFFECT_SHAPE
           The pie 3D effect shape.
static ChartShapeDrawType RENDER_PIE_LABEL_SHAPE
           The pie label shape.
static ChartShapeDrawType RENDER_QUADRANT_BACKGROUND_SHAPE
           The render quadrant background shape.
static ChartShapeDrawType RENDER_RADIUS_GRIDLINE_SHAPE
           The radius gridline shape.
static ChartShapeDrawType RENDER_SHADOW_SHAPE
           The shadow shape.
static ChartShapeDrawType RENDER_TICK_LABEL_SHAPE
           The tick label shape.
static ChartShapeDrawType RENDER_TICK_LINE_SHAPE
           The tick line shape.
static ChartShapeDrawType RENDER_VALUE_GRIDBAND_SHAPE
           The value grid band shape.
static ChartShapeDrawType RENDER_VALUE_GRIDLINE_SHAPE
           The value grid line shape.
static ChartShapeDrawType RENDER_VALUE_LINE_SHAPE
           The value line shape.
static ChartShapeDrawType TITLE_SHAPE
           The title shape.
 
Method Summary
 boolean equals(java.lang.Object obj)
           Override equals method.
 int hashCode()
           Returns a hash code value for the object.
 java.lang.String toString()
           Override toString method.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ANY_SHAPE

public static final ChartShapeDrawType ANY_SHAPE
Any type shape.


ANNOTATION_SHAPE

public static final ChartShapeDrawType ANNOTATION_SHAPE
Annotation shape.


AXIS_LABEL_SHAPE

public static final ChartShapeDrawType AXIS_LABEL_SHAPE
The axis label shape.


AXIS_LINE_SHAPE

public static final ChartShapeDrawType AXIS_LINE_SHAPE
The axis line shape.


AXIS_LINE_3D_SHAPE

public static final ChartShapeDrawType AXIS_LINE_3D_SHAPE
The axis line 3D area.


AXIS_TICK_LABEL_SHAPE

public static final ChartShapeDrawType AXIS_TICK_LABEL_SHAPE
The axis tick label shape.


AXIS_TICK_MARK_SHAPE

public static final ChartShapeDrawType AXIS_TICK_MARK_SHAPE
The axis tick mark shape.


CHART_BORDER_SHAPE

public static final ChartShapeDrawType CHART_BORDER_SHAPE
The chart border shape.


CHART_BACKGROUND_SHAPE

public static final ChartShapeDrawType CHART_BACKGROUND_SHAPE
The chart background shape.


CHART_BACKGROUND_IMAGE_SHAPE

public static final ChartShapeDrawType CHART_BACKGROUND_IMAGE_SHAPE
The chart background image shape.


LEGEND_BORDER_SHAPE

public static final ChartShapeDrawType LEGEND_BORDER_SHAPE
The legend border shape.


LEGEND_SHAPE

public static final ChartShapeDrawType LEGEND_SHAPE
The legend shape.


PLOT_BORDER_SHAPE

public static final ChartShapeDrawType PLOT_BORDER_SHAPE
The plot border shape.


PLOT_BACKGROUND_SHAPE

public static final ChartShapeDrawType PLOT_BACKGROUND_SHAPE
The plot background shape.


PLOT_BACKGROUND_IMAGE_SHAPE

public static final ChartShapeDrawType PLOT_BACKGROUND_IMAGE_SHAPE
The plot background image shape.


PLOT_NO_DATA_MESSAGE_SHAPE

public static final ChartShapeDrawType PLOT_NO_DATA_MESSAGE_SHAPE
The no data message shape for plot.


PLOT_X_CROSS_SHAPE

public static final ChartShapeDrawType PLOT_X_CROSS_SHAPE
The x-cross shape.


PLOT_Y_CROSS_SHAPE

public static final ChartShapeDrawType PLOT_Y_CROSS_SHAPE
The y-cross shape.


PLOT_ZERO_DOMAIN_BASE_LINE_SHAPE

public static final ChartShapeDrawType PLOT_ZERO_DOMAIN_BASE_LINE_SHAPE
The zero line of domain axis.


PLOT_ZERO_VALUE_BASE_LINE_SHAPE

public static final ChartShapeDrawType PLOT_ZERO_VALUE_BASE_LINE_SHAPE
The zero line of value axis.


RENDER_BORDER_SHAPE

public static final ChartShapeDrawType RENDER_BORDER_SHAPE
The render border shape.


RENDER_BACKGROUND_SHAPE

public static final ChartShapeDrawType RENDER_BACKGROUND_SHAPE
The render background shape.


RENDER_QUADRANT_BACKGROUND_SHAPE

public static final ChartShapeDrawType RENDER_QUADRANT_BACKGROUND_SHAPE
The render quadrant background shape.


RENDER_BACKGROUND_IMAGE_SHAPE

public static final ChartShapeDrawType RENDER_BACKGROUND_IMAGE_SHAPE
The render background image shape.


RENDER_DOMAIN_GRIDLINE_SHAPE

public static final ChartShapeDrawType RENDER_DOMAIN_GRIDLINE_SHAPE
The domain grid line shape.


RENDER_VALUE_GRIDLINE_SHAPE

public static final ChartShapeDrawType RENDER_VALUE_GRIDLINE_SHAPE
The value grid line shape.


RENDER_VALUE_GRIDBAND_SHAPE

public static final ChartShapeDrawType RENDER_VALUE_GRIDBAND_SHAPE
The value grid band shape.


RENDER_VALUE_LINE_SHAPE

public static final ChartShapeDrawType RENDER_VALUE_LINE_SHAPE
The value line shape.


RENDER_BACKGROUND_MARKER_SHAPE

public static final ChartShapeDrawType RENDER_BACKGROUND_MARKER_SHAPE
The background marker shape.


RENDER_3D_CLOSE_LINE_SHAPE

public static final ChartShapeDrawType RENDER_3D_CLOSE_LINE_SHAPE
The shape for close render area of 3D chart.


RENDER_FOREGROUND_MARKER_SHAPE

public static final ChartShapeDrawType RENDER_FOREGROUND_MARKER_SHAPE
The foreground marker shape.


RENDER_BACKGROUND_INTERVAL_MARKER_SHAPE

public static final ChartShapeDrawType RENDER_BACKGROUND_INTERVAL_MARKER_SHAPE
The background interval marker shape.


RENDER_FOREGROUND_INTERVAL_MARKER_SHAPE

public static final ChartShapeDrawType RENDER_FOREGROUND_INTERVAL_MARKER_SHAPE
The foreground interval marker shape.


RENDER_TICK_LABEL_SHAPE

public static final ChartShapeDrawType RENDER_TICK_LABEL_SHAPE
The tick label shape.


RENDER_TICK_LINE_SHAPE

public static final ChartShapeDrawType RENDER_TICK_LINE_SHAPE
The tick line shape.


RENDER_DEVIATION_SHAPE

public static final ChartShapeDrawType RENDER_DEVIATION_SHAPE
The deviation shape.


RENDER_DIFFERENCE_BACKGROUND_SHAPE

public static final ChartShapeDrawType RENDER_DIFFERENCE_BACKGROUND_SHAPE
The background of difference shape.


RENDER_DATA_ITEM_BACKGROUND_SHAPE

public static final ChartShapeDrawType RENDER_DATA_ITEM_BACKGROUND_SHAPE
The data item background shape.


RENDER_MIN_MAX_VALUE_SHAPE

public static final ChartShapeDrawType RENDER_MIN_MAX_VALUE_SHAPE
The min-max value shape.


RENDER_MIN_MAX_VALUE_LINE_SHAPE

public static final ChartShapeDrawType RENDER_MIN_MAX_VALUE_LINE_SHAPE
The value-line shape.


RENDER_JOIN_LINE_SHAPE

public static final ChartShapeDrawType RENDER_JOIN_LINE_SHAPE
The join line shape.


RENDER_GUIDE_LINE_SHAPE

public static final ChartShapeDrawType RENDER_GUIDE_LINE_SHAPE
The guid line shape.


RENDER_DATA_ITEM_SHAPE

public static final ChartShapeDrawType RENDER_DATA_ITEM_SHAPE
The data item shape.


RENDER_METER_NEEDLE_SHAPE

public static final ChartShapeDrawType RENDER_METER_NEEDLE_SHAPE
The needle shape of meter chart.


RENDER_METER_UNIT_SHAPE

public static final ChartShapeDrawType RENDER_METER_UNIT_SHAPE
The unit shape of meter chart.


RENDER_METER_ARC_TICK_LABEL_SHAPE

public static final ChartShapeDrawType RENDER_METER_ARC_TICK_LABEL_SHAPE
The meter arc tick label.


RENDER_METER_ARC_TICK_LINE_SHAPE

public static final ChartShapeDrawType RENDER_METER_ARC_TICK_LINE_SHAPE
The meter arc tick line.


RENDER_SHADOW_SHAPE

public static final ChartShapeDrawType RENDER_SHADOW_SHAPE
The shadow shape.


RENDER_PIE_LABEL_SHAPE

public static final ChartShapeDrawType RENDER_PIE_LABEL_SHAPE
The pie label shape.


RENDER_PIE_3D_EFFECT_SHAPE

public static final ChartShapeDrawType RENDER_PIE_3D_EFFECT_SHAPE
The pie 3D effect shape.


RENDER_RADIUS_GRIDLINE_SHAPE

public static final ChartShapeDrawType RENDER_RADIUS_GRIDLINE_SHAPE
The radius gridline shape.


RENDER_ANGLE_GRIDLINE_SHAPE

public static final ChartShapeDrawType RENDER_ANGLE_GRIDLINE_SHAPE
The angle gridline shape.


TITLE_SHAPE

public static final ChartShapeDrawType TITLE_SHAPE
The title shape.

Method Detail

equals

public boolean equals(java.lang.Object obj)
Override equals method.

Overrides:
equals in class java.lang.Object
Parameters:
obj - Object
Returns:
boolean

toString

public java.lang.String toString()
Override toString method.

Overrides:
toString in class java.lang.Object
Returns:
String

hashCode

public int hashCode()
Returns a hash code value for the object.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.