com.f1j.chart
Interface Constants

All Known Subinterfaces:
ChartModel, Format
All Known Implementing Classes:
GRChart

public interface Constants
extends Constants

this class contains numerous constant values for use in the chart API.


Field Summary
static short eArea
          Area chart type.
static short eBar
          Bar chart type.
static short eBopPop
          Bar of Pie/Pie of Pie chart type.
static short eBubble
          Bubble chart type.
static short eCategoryScale
          Category Scale.
static short eColumn
          Column chart type.
static short eCombination
          Combination chart type.
static short eDataLabelBubbleSize
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eSizeValueMask
static short eDataLabelCategory
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eXValueMask
static short eDataLabelCategoryAndPercent
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eXValueMask
static short eDataLabelNone
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eNone
static short eDataLabelPercent
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePercentageMask
static short eDataLabelPercentageMask
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePercentageMask
static short eDataLabelPosition
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePosition
static short eDataLabelPositionAbove
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionAbove
static short eDataLabelPositionAuto
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionAuto
static short eDataLabelPositionAxis
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionAxis
static short eDataLabelPositionBelow
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionBelow
static short eDataLabelPositionCenter
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionCenter
static short eDataLabelPositionDefault
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionDefault
static short eDataLabelPositionInside
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionInside
static short eDataLabelPositionLeft
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionLeft
static short eDataLabelPositionOutside
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionOutside
static short eDataLabelPositionRight
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionRight
static short eDataLabelSeriesNameMask
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eSeriesNameMask
static short eDataLabelSizeValueMask
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eSizeValueMask
static short eDataLabelType
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eType
static short eDataLabelValue
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eYValueMask
static short eDataLabelXValueMask
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eXValueMask
static short eDataLabelYValueMask
          Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eYValueMask
static short eDoughnut
          Doughnut chart type.
static short eFillShadow
          Deprecated. Replaced by com.f1j.chart.FillFormat.eShadow
static short eLegendPlacementBottom
          Legend is placed at the bottom.
static short eLegendPlacementBottomLeftCorner
          Legend is placed at the lower left corner.
static short eLegendPlacementBottomRightCorner
          Legend is placed at the lower right corner.
static short eLegendPlacementCorner
          Legend is placed at the upper right corner.
static short eLegendPlacementLeft
          Legend is placed at the left.
static short eLegendPlacementRight
          Legend is placed at the right.
static short eLegendPlacementTop
          Legend is placed at the top.
static short eLegendPlacementTopLeftCorner
          Legend is placed at the upper left corner.
static short eLegendPlacementTopRightCorner
          Legend is placed at the upper right corner, without resizing the plot.
static short eLine
          Line chart type.
static short eMarkerAuto
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eAuto
static short eMarkerBackground
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eBackColor
static short eMarkerCircle
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eCircle
static short eMarkerDiamond
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eDiamond
static short eMarkerDowJonesClose
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eDowJonesClose
static short eMarkerDowJonesOpen
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eDowJonesOpen
static short eMarkerDownTriangle
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eDownTriangle
static short eMarkerForeground
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eForeColor
static short eMarkerNone
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eNone
static short eMarkerPlus
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.ePlus
static short eMarkerSize
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eSize
static short eMarkerSquare
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eSquare
static short eMarkerStar
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eStar
static short eMarkerStdDeviation
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eStdDeviation
static short eMarkerStyle
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eStyle
static short eMarkerTriangle
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eTriangle
static short eMarkerX
          Deprecated. Replaced by com.f1j.chart.MarkerFormat.eX
static short eOrientationAuto
          Text is automatically rotated for best display.
static short ePie
          Pie chart type.
static short ePlotEmptyValuesInterpolated
          Empty values are interpolated.
static short ePlotEmptyValuesNone
          Empty values are not plotted.
static short ePlotEmptyValuesZero
          Empty values are plotted as zero.
static short ePrintActualSize
          Print the chart as is.
static short ePrintFullPage
          Use the entire page to print.
static short ePrintScaleToPage
          Scale the chart to fit the page.
static short eScatter
          Scatter chart type.
static short eSelectionAxis
          Selects the axis.
static short eSelectionAxisTitle
          Selects the axis title.
static short eSelectionChart
          Selects the chart.
static short eSelectionChartTitle
          Selects the chart title.
static short eSelectionDataLabelLines
          Selects data label lines.
static short eSelectionDataPoint
          Selects a data point.
static short eSelectionDataPointLabel
          Selects a data point label.
static short eSelectionDropLines
          Selects drop lines.
static short eSelectionHighLowLines
          Selects high low lines.
static short eSelectionLegend
          Selects the legend.
static short eSelectionLegendItem
          Selects an individual legend item.
static short eSelectionMajorGridLines
          Selects major grid lines.
static short eSelectionMinorGridLines
          Selects minor grid lines.
static short eSelectionNone
          Removes all selections.
static short eSelectionOpenCloseBarsDown
          Selects open close bars with down values.
static short eSelectionOpenCloseBarsUp
          Selects open close bars with up values.
static short eSelectionPlot
          Selects the plot.
static short eSelectionSeries
          Selects a series.
static short eSelectionSeriesDataPointLabel
          Selects all data labels for a series.
static short eSelectionSeriesLines
          Selects series lines.
static short eSelectionTrendLine
          Selects a trendline.
static short eStep
          Step chart type.
static short eTickCross
          Tick is displayed crossing the axis.
static short eTickInside
          Tick is displayed on the inside of the axis.
static short eTickLabelPositionHigh
          Axis labels are displayed at the high end of plot area
static short eTickLabelPositionLow
          Axis labels are displayed at the low end of plot area
static short eTickLabelPositionNextToAxis
          Axis labels are displayed next to the axis
static short eTickLabelPositionNone
          Axis labels are not displayed.
static short eTickNone
          Tick is not displayed.
static short eTickOutside
          Tick is displayed on the outside of the axis.
static short eTimeScale
          Time Scale.
static short eTimeScaleUnitDays
          Time Scale uses days as interval.
static short eTimeScaleUnitHours
          Time Scale uses hours as interval.
static short eTimeScaleUnitMinutes
          Time Scale uses minutes as interval.
static short eTimeScaleUnitMonths
          Time Scale uses months as interval.
static short eTimeScaleUnitQuarters
          Time Scale uses quarters as interval.
static short eTimeScaleUnitSeconds
          Time Scale uses seconds as interval.
static short eTimeScaleUnitWeeks
          Time Scale uses weeks as interval.
static short eTimeScaleUnitYears
          Time Scale uses years as interval.
static short eTrendLineExponential
          Exponential trendline.
static short eTrendLineLinear
          Linear trendline.
static short eTrendLineLogarithmic
          Logarithmic trendline.
static short eTrendLineMovingAverage
          Moving average trendline.
static short eTrendLinePolynomial
          Polynomial trendline.
static short eTrendLinePower
          Power trendline.
static short eValueFormatLinked
          Deprecated. Replaced by com.f1j.chart.NumberFormat.eLinked
static short eValueScale
          Value Scale.
static short eXAxis
          X Axis.
static short eYAxis
          Y Axis.
 
Fields inherited from class com.f1j.mvc.Constants
kPaper10x14, kPaper11x17, kPaperA3, kPaperA4, kPaperA4Small, kPaperA5, kPaperB4, kPaperB5, kPaperCSheet, kPaperDSheet, kPaperEnv10, kPaperEnv11, kPaperEnv12, kPaperEnv14, kPaperEnv9, kPaperEnvB4, kPaperEnvB5, kPaperEnvB6, kPaperEnvC3, kPaperEnvC4, kPaperEnvC5, kPaperEnvC6, kPaperEnvC65, kPaperEnvDL, kPaperEnvItaly, kPaperEnvMonarch, kPaperEnvPersonal, kPaperESheet, kPaperExecutive, kPaperFanfoldLglGerman, kPaperFanfoldStdGerman, kPaperFanfoldUS, kPaperFolio, kPaperLedger, kPaperLegal, kPaperLetter, kPaperLetterSmall, kPaperNote, kPaperQuarto, kPaperStatement, kPaperTabloid
 

Field Detail

eColumn

public static final short eColumn
Column chart type.

eLine

public static final short eLine
Line chart type.

eArea

public static final short eArea
Area chart type.

eStep

public static final short eStep
Step chart type.

eBar

public static final short eBar
Bar chart type.

eCombination

public static final short eCombination
Combination chart type.

ePie

public static final short ePie
Pie chart type.

eDoughnut

public static final short eDoughnut
Doughnut chart type.

eScatter

public static final short eScatter
Scatter chart type.

eBubble

public static final short eBubble
Bubble chart type.

eBopPop

public static final short eBopPop
Bar of Pie/Pie of Pie chart type.

eDataLabelType

public static final short eDataLabelType
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eType
Data label type attribute. Used to determine whether data label type is defined.

eDataLabelPosition

public static final short eDataLabelPosition
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePosition
Data Label Position attribute. Used to determine whether data label position is defined.

eMarkerStyle

public static final short eMarkerStyle
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eStyle
Marker Style attribute.

eMarkerForeground

public static final short eMarkerForeground
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eForeColor
Marker Foreground attribute.

eMarkerBackground

public static final short eMarkerBackground
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eBackColor
Marker Background attribute.

eMarkerSize

public static final short eMarkerSize
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eSize
Marker Size attribute.

eMarkerAuto

public static final short eMarkerAuto
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eAuto
Marker Automatic attribute.

eValueFormatLinked

public static final short eValueFormatLinked
Deprecated. Replaced by com.f1j.chart.NumberFormat.eLinked
Value Format Linked attribute.

eFillShadow

public static final short eFillShadow
Deprecated. Replaced by com.f1j.chart.FillFormat.eShadow
Fill Shadow attribute.

eDataLabelPositionDefault

public static final short eDataLabelPositionDefault
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionDefault
Use default data label positioning.

eDataLabelPositionOutside

public static final short eDataLabelPositionOutside
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionOutside
Data label position outside.

eDataLabelPositionInside

public static final short eDataLabelPositionInside
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionInside
Data label position inside.

eDataLabelPositionCenter

public static final short eDataLabelPositionCenter
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionCenter
Data label position center.

eDataLabelPositionAxis

public static final short eDataLabelPositionAxis
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionAxis
Data label position axis.

eDataLabelPositionAbove

public static final short eDataLabelPositionAbove
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionAbove
Data label position above.

eDataLabelPositionBelow

public static final short eDataLabelPositionBelow
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionBelow
Data label position below.

eDataLabelPositionLeft

public static final short eDataLabelPositionLeft
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionLeft
Data label position left.

eDataLabelPositionRight

public static final short eDataLabelPositionRight
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionRight
Data label position right.

eDataLabelPositionAuto

public static final short eDataLabelPositionAuto
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePositionAuto
Data label position automatic.

eDataLabelNone

public static final short eDataLabelNone
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eNone
Data label is not displayed.

eDataLabelValue

public static final short eDataLabelValue
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eYValueMask
Data label displays the value of the data point.

eDataLabelPercent

public static final short eDataLabelPercent
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePercentageMask
Data label displays the value of the data point as a percent.

eDataLabelCategory

public static final short eDataLabelCategory
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eXValueMask
Data label displays the value of the axis category.

eDataLabelCategoryAndPercent

public static final short eDataLabelCategoryAndPercent
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eXValueMask
Data label is combination of category and percent.

eDataLabelBubbleSize

public static final short eDataLabelBubbleSize
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eSizeValueMask
Data label displays the value of the bubble size.

eDataLabelSeriesNameMask

public static final short eDataLabelSeriesNameMask
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eSeriesNameMask
Data label displays the series name.

eDataLabelXValueMask

public static final short eDataLabelXValueMask
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eXValueMask
Data label displays the X value, or category name.

eDataLabelYValueMask

public static final short eDataLabelYValueMask
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eYValueMask
Data label displays the Y value.

eDataLabelPercentageMask

public static final short eDataLabelPercentageMask
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.ePercentageMask
Data label displays the value of the data point as a percent.

eDataLabelSizeValueMask

public static final short eDataLabelSizeValueMask
Deprecated. Replaced by com.f1j.chart.DataLabelFormat.eSizeValueMask
Data label displays the value of the bubble size.

eMarkerNone

public static final short eMarkerNone
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eNone
Marker is not displayed.

eMarkerSquare

public static final short eMarkerSquare
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eSquare
Marker is displayed as a square.

eMarkerDiamond

public static final short eMarkerDiamond
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eDiamond
Marker is displayed as a diamond.

eMarkerTriangle

public static final short eMarkerTriangle
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eTriangle
Marker is displayed as a triangle.

eMarkerX

public static final short eMarkerX
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eX
Marker is displayed as an X.

eMarkerStar

public static final short eMarkerStar
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eStar
Marker is displayed as a star.

eMarkerDowJonesClose

public static final short eMarkerDowJonesClose
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eDowJonesClose
Marker is displayed as mark for closing value.

eMarkerStdDeviation

public static final short eMarkerStdDeviation
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eStdDeviation
Marker is displayed as standard deviation.

eMarkerCircle

public static final short eMarkerCircle
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eCircle
Marker is displayed as a circle.

eMarkerPlus

public static final short eMarkerPlus
Deprecated. Replaced by com.f1j.chart.MarkerFormat.ePlus
Marker is displayed as a plus.

eMarkerDownTriangle

public static final short eMarkerDownTriangle
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eDownTriangle
Marker is displayed as a triangle pointing downwards.

eMarkerDowJonesOpen

public static final short eMarkerDowJonesOpen
Deprecated. Replaced by com.f1j.chart.MarkerFormat.eDowJonesOpen
Marker is displayed as mark for opening value.

eOrientationAuto

public static final short eOrientationAuto
Text is automatically rotated for best display.

eXAxis

public static final short eXAxis
X Axis.

eYAxis

public static final short eYAxis
Y Axis.

eCategoryScale

public static final short eCategoryScale
Category Scale.

eValueScale

public static final short eValueScale
Value Scale.

eTimeScale

public static final short eTimeScale
Time Scale.

eTimeScaleUnitSeconds

public static final short eTimeScaleUnitSeconds
Time Scale uses seconds as interval.

eTimeScaleUnitMinutes

public static final short eTimeScaleUnitMinutes
Time Scale uses minutes as interval.

eTimeScaleUnitHours

public static final short eTimeScaleUnitHours
Time Scale uses hours as interval.

eTimeScaleUnitDays

public static final short eTimeScaleUnitDays
Time Scale uses days as interval.

eTimeScaleUnitWeeks

public static final short eTimeScaleUnitWeeks
Time Scale uses weeks as interval.

eTimeScaleUnitMonths

public static final short eTimeScaleUnitMonths
Time Scale uses months as interval.

eTimeScaleUnitQuarters

public static final short eTimeScaleUnitQuarters
Time Scale uses quarters as interval.

eTimeScaleUnitYears

public static final short eTimeScaleUnitYears
Time Scale uses years as interval.

eLegendPlacementBottom

public static final short eLegendPlacementBottom
Legend is placed at the bottom.

eLegendPlacementCorner

public static final short eLegendPlacementCorner
Legend is placed at the upper right corner.

eLegendPlacementTop

public static final short eLegendPlacementTop
Legend is placed at the top.

eLegendPlacementRight

public static final short eLegendPlacementRight
Legend is placed at the right.

eLegendPlacementLeft

public static final short eLegendPlacementLeft
Legend is placed at the left.

eLegendPlacementTopRightCorner

public static final short eLegendPlacementTopRightCorner
Legend is placed at the upper right corner, without resizing the plot.

eLegendPlacementBottomRightCorner

public static final short eLegendPlacementBottomRightCorner
Legend is placed at the lower right corner.

eLegendPlacementTopLeftCorner

public static final short eLegendPlacementTopLeftCorner
Legend is placed at the upper left corner.

eLegendPlacementBottomLeftCorner

public static final short eLegendPlacementBottomLeftCorner
Legend is placed at the lower left corner.

ePlotEmptyValuesNone

public static final short ePlotEmptyValuesNone
Empty values are not plotted.

ePlotEmptyValuesZero

public static final short ePlotEmptyValuesZero
Empty values are plotted as zero.

ePlotEmptyValuesInterpolated

public static final short ePlotEmptyValuesInterpolated
Empty values are interpolated.

eTickNone

public static final short eTickNone
Tick is not displayed.

eTickInside

public static final short eTickInside
Tick is displayed on the inside of the axis.

eTickOutside

public static final short eTickOutside
Tick is displayed on the outside of the axis.

eTickCross

public static final short eTickCross
Tick is displayed crossing the axis.

eTickLabelPositionNone

public static final short eTickLabelPositionNone
Axis labels are not displayed.

eTickLabelPositionLow

public static final short eTickLabelPositionLow
Axis labels are displayed at the low end of plot area

eTickLabelPositionHigh

public static final short eTickLabelPositionHigh
Axis labels are displayed at the high end of plot area

eTickLabelPositionNextToAxis

public static final short eTickLabelPositionNextToAxis
Axis labels are displayed next to the axis

ePrintActualSize

public static final short ePrintActualSize
Print the chart as is.

ePrintScaleToPage

public static final short ePrintScaleToPage
Scale the chart to fit the page.

ePrintFullPage

public static final short ePrintFullPage
Use the entire page to print.

eSelectionNone

public static final short eSelectionNone
Removes all selections.

eSelectionChart

public static final short eSelectionChart
Selects the chart.

eSelectionChartTitle

public static final short eSelectionChartTitle
Selects the chart title.

eSelectionPlot

public static final short eSelectionPlot
Selects the plot.

eSelectionLegend

public static final short eSelectionLegend
Selects the legend.

eSelectionAxis

public static final short eSelectionAxis
Selects the axis.

eSelectionAxisTitle

public static final short eSelectionAxisTitle
Selects the axis title.

eSelectionMajorGridLines

public static final short eSelectionMajorGridLines
Selects major grid lines.

eSelectionMinorGridLines

public static final short eSelectionMinorGridLines
Selects minor grid lines.

eSelectionSeries

public static final short eSelectionSeries
Selects a series.

eSelectionSeriesDataPointLabel

public static final short eSelectionSeriesDataPointLabel
Selects all data labels for a series.

eSelectionDataPoint

public static final short eSelectionDataPoint
Selects a data point.

eSelectionDataPointLabel

public static final short eSelectionDataPointLabel
Selects a data point label.

eSelectionDataLabelLines

public static final short eSelectionDataLabelLines
Selects data label lines.

eSelectionHighLowLines

public static final short eSelectionHighLowLines
Selects high low lines.

eSelectionSeriesLines

public static final short eSelectionSeriesLines
Selects series lines.

eSelectionDropLines

public static final short eSelectionDropLines
Selects drop lines.

eSelectionOpenCloseBarsUp

public static final short eSelectionOpenCloseBarsUp
Selects open close bars with up values.

eSelectionOpenCloseBarsDown

public static final short eSelectionOpenCloseBarsDown
Selects open close bars with down values.

eSelectionTrendLine

public static final short eSelectionTrendLine
Selects a trendline.

eSelectionLegendItem

public static final short eSelectionLegendItem
Selects an individual legend item.

eTrendLineLinear

public static final short eTrendLineLinear
Linear trendline.

eTrendLinePolynomial

public static final short eTrendLinePolynomial
Polynomial trendline.

eTrendLineExponential

public static final short eTrendLineExponential
Exponential trendline.

eTrendLineLogarithmic

public static final short eTrendLineLogarithmic
Logarithmic trendline.

eTrendLinePower

public static final short eTrendLinePower
Power trendline.

eTrendLineMovingAverage

public static final short eTrendLineMovingAverage
Moving average trendline.