Class ChartConstants
java.lang.Object
org.pentaho.plugin.jfreereport.reportcharts.ChartConstants
Deprecated.
Do not use this class, do not extend this class. This thing will be removed!
This class is a monolithic mess that was a left over of the chart-component. Therefore it must not be used anymore. A
utility method that collects properties and methods which are used in only one class is a sign of bad design.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final int
Deprecated.static final int
Deprecated.static final String
Deprecated.static final int
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getChartTypeName
(int type) Deprecated.static Class
getTimePeriodClass
(String timePeriodStr) Deprecated.static Stroke
translateLineStyle
(float lineWidth, String lineStyle) Deprecated.
-
Field Details
-
DIAL_CHART_STR
Deprecated.- See Also:
-
PIE_CHART_STR
Deprecated.- See Also:
-
PIE_GRID_CHART_STR
Deprecated.- See Also:
-
BAR_CHART_STR
Deprecated.- See Also:
-
LINE_CHART_STR
Deprecated.- See Also:
-
AREA_CHART_STR
Deprecated.- See Also:
-
STEP_CHART_STR
Deprecated.- See Also:
-
STEP_AREA_CHART_STR
Deprecated.- See Also:
-
DIFFERENCE_CHART_STR
Deprecated.- See Also:
-
DOT_CHART_STR
Deprecated.- See Also:
-
BAR_LINE_CHART_STR
Deprecated.- See Also:
-
BUBBLE_CHART_STR
Deprecated.- See Also:
-
UNDEFINED_CHART_TYPE
public static final int UNDEFINED_CHART_TYPEDeprecated.- See Also:
-
DIAL_CHART_TYPE
public static final int DIAL_CHART_TYPEDeprecated.- See Also:
-
THERMOMETER_CHART_TYPE
public static final int THERMOMETER_CHART_TYPEDeprecated.- See Also:
-
PIE_CHART_TYPE
public static final int PIE_CHART_TYPEDeprecated.- See Also:
-
PIE_GRID_CHART_TYPE
public static final int PIE_GRID_CHART_TYPEDeprecated.- See Also:
-
BAR_CHART_TYPE
public static final int BAR_CHART_TYPEDeprecated.- See Also:
-
LINE_CHART_TYPE
public static final int LINE_CHART_TYPEDeprecated.- See Also:
-
AREA_CHART_TYPE
public static final int AREA_CHART_TYPEDeprecated.- See Also:
-
STEP_CHART_TYPE
public static final int STEP_CHART_TYPEDeprecated.- See Also:
-
STEP_AREA_CHART_TYPE
public static final int STEP_AREA_CHART_TYPEDeprecated.- See Also:
-
DIFFERENCE_CHART_TYPE
public static final int DIFFERENCE_CHART_TYPEDeprecated.- See Also:
-
DOT_CHART_TYPE
public static final int DOT_CHART_TYPEDeprecated.- See Also:
-
BAR_LINE_CHART_TYPE
public static final int BAR_LINE_CHART_TYPEDeprecated.- See Also:
-
BUBBLE_CHART_TYPE
public static final int BUBBLE_CHART_TYPEDeprecated.- See Also:
-
XY_SERIES_COLLECTION_STR
Deprecated.- See Also:
-
XYZ_SERIES_COLLECTION_STR
Deprecated.- See Also:
-
TIME_SERIES_COLLECTION_STR
Deprecated.- See Also:
-
CATAGORY_DATASET_STR
Deprecated.- See Also:
-
DAY_PERIOD_TYPE_STR
Deprecated.- See Also:
-
FIXEDMILLISECOND_PERIOD_TYPE_STR
Deprecated.- See Also:
-
HOUR_PERIOD_TYPE_STR
Deprecated.- See Also:
-
MILLISECOND_PERIOD_TYPE_STR
Deprecated.- See Also:
-
MINUTE_PERIOD_TYPE_STR
Deprecated.- See Also:
-
MONTH_PERIOD_TYPE_STR
Deprecated.- See Also:
-
QUARTER_PERIOD_TYPE_STR
Deprecated.- See Also:
-
SECOND_PERIOD_TYPE_STR
Deprecated.- See Also:
-
WEEK_PERIOD_TYPE_STR
Deprecated.- See Also:
-
YEAR_PERIOD_TYPE_STR
Deprecated.- See Also:
-
VERTICAL_ORIENTATION
Deprecated.- See Also:
-
HORIZONTAL_ORIENTATION
Deprecated.- See Also:
-
LINE_STYLE_SOLID_STR
Deprecated.- See Also:
-
LINE_STYLE_DASH_STR
Deprecated.- See Also:
-
LINE_STYLE_DOT_STR
Deprecated.- See Also:
-
LINE_STYLE_DASHDOT_STR
Deprecated.- See Also:
-
LINE_STYLE_DASHDOTDOT_STR
Deprecated.- See Also:
-
-
Method Details
-
getChartTypeName
Deprecated.- Parameters:
type
- int type for chart- Returns:
- String representing the chart
-
getTimePeriodClass
Deprecated. -
translateLineStyle
Deprecated.- Returns:
- java.awt.Stroke for JFreeChart renderer to draw lines
-