OFC Charts 3.1

A B C D E G H I L M N O P R S T V

A

add(Contour2D) - Method in class com.oxymel.ofc.charts.animation.Contour2DAnimator
add a new Contour2D to animate
addCategory(Category) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Add Category managed
addCategory(Enumeration) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Add Category managed
addCategoryValue(CategoryValue) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeries
Add a category value
addCategoryValueSeries(CategoryValueSeries) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Add Category Value Series
addColor(Color) - Method in class com.oxymel.ofc.charts.ColorPalette
Adds a new color to the palette.
addHorizontalLineInfo(HorizontalLineInfo) - Method in class com.oxymel.ofc.charts.Contour2D
Adds an horizontal line info to the graphic
addHorizontalLineInfo(HorizontalLineInfo) - Method in class com.oxymel.ofc.charts.CombinedVerticalBarChartXYY
Adds an horizontal line info to the graphic
addLine(Vector) - Method in class com.oxymel.ofc.charts.data.grid.IrregularGrid
Add Line
addPoint2D(Point2D) - Method in class com.oxymel.ofc.charts.series.Point2DSeries
Add point 2D
addPoint2DSeries(Point2DSeries) - Method in class com.oxymel.ofc.charts.series.Point2DSeriesContainer
add Point2D Series
addRadarSeries(RadarSeries) - Method in class com.oxymel.ofc.charts.series.RadarSeriesContainer
Add Value Series
addRangeValueSeries(RangeValueSeries) - Method in class com.oxymel.ofc.charts.series.RangeValueSeriesContainer
Add Range Value Series
addValue(double) - Method in class com.oxymel.ofc.charts.series.RadarSeries
 
addValue(Point2D, int) - Method in class com.oxymel.ofc.charts.series.BubbleSeries
 
addValue(String, double) - Method in class com.oxymel.ofc.charts.series.RadarSeries
 
addValueSeries(ValueSeries) - Method in class com.oxymel.ofc.charts.series.ValueSeriesContainer
Add Value Series
addVerticalBarChartRenderer(VerticalBarChartRenderer) - Method in class com.oxymel.ofc.charts.CombinedVerticalBarChartXYY
Add a vertical bar chart renderer
addVerticalBarChartRenderer(VerticalBarChartRenderer) - Method in class com.oxymel.ofc.charts.CombinedVerticalBarChartXY
Add a vertical bar chart renderer
AXIS_POSITION_BOTTOM - Static variable in class com.oxymel.ofc.charts.HorizontalNumberAxis
Axis position "Bottom" indicates that HorizontalNumberAxis is positioned at the "lowest point" of the VerticalNumberAxis (value=1).
AXIS_POSITION_CENTER - Static variable in class com.oxymel.ofc.charts.HorizontalNumberAxis
Axis position "Center" indicates that HorizontalNumberAxis is positioned at the "0" of the VerticalNumberAxis (value=0).
AXIS_POSITION_CENTER - Static variable in class com.oxymel.ofc.charts.VerticalNumberAxis
Axis position "center" indicates that VerticalNumberAxis is positioned at the "0" of the HorizontalNumberAxis (value = 0).
AXIS_POSITION_LEFT - Static variable in class com.oxymel.ofc.charts.VerticalNumberAxis
Axis position "left" indicates that VerticalNumberAxis is positioned at the "lowest point" of the HorizontalNumberAxis (value = 1).
AXIS_POSITION_RIGHT - Static variable in class com.oxymel.ofc.charts.VerticalNumberAxis
Axis position "right" indicates that VerticalNumberAxis is positioned at the "highest point" of the HorizontalNumberAxis (value = 2).
AXIS_POSITION_TOP - Static variable in class com.oxymel.ofc.charts.HorizontalNumberAxis
Axis position "top" indicates that HorizontalNumberAxis is positioned at the "highest point" of the VerticalNumberAxis (value=2).

B

BubbleSeries - class com.oxymel.ofc.charts.series.BubbleSeries.
Manage bubble series
BubbleSeries(String, String) - Constructor for class com.oxymel.ofc.charts.series.BubbleSeries
 
BubbleSeriesContainer - class com.oxymel.ofc.charts.series.BubbleSeriesContainer.
Manage bubble series container
BubbleSeriesContainer() - Constructor for class com.oxymel.ofc.charts.series.BubbleSeriesContainer
 
BubbleValues - class com.oxymel.ofc.charts.series.BubbleValues.
Manage bubble values
BubbleValues(Point2D, int) - Constructor for class com.oxymel.ofc.charts.series.BubbleValues
 

C

Category - class com.oxymel.ofc.charts.data.Category.
Manage a category
Category(String, String) - Constructor for class com.oxymel.ofc.charts.data.Category
Constructor
CategoryValue - class com.oxymel.ofc.charts.data.CategoryValue.
Manage a couple of category-value
CategoryValue(String, double) - Constructor for class com.oxymel.ofc.charts.data.CategoryValue
Constructor
CategoryValue(String, double, String) - Constructor for class com.oxymel.ofc.charts.data.CategoryValue
Constructor
CategoryValue(String, double, String, int) - Constructor for class com.oxymel.ofc.charts.data.CategoryValue
Constructor
CategoryValueSeries - class com.oxymel.ofc.charts.series.CategoryValueSeries.
Manage series of category value
CategoryValueSeries(String, String) - Constructor for class com.oxymel.ofc.charts.series.CategoryValueSeries
Constructor
CategoryValueSeriesContainer - class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer.
Manage all series of category value
CategoryValueSeriesContainer() - Constructor for class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Constructor
Chart - class com.oxymel.ofc.charts.Chart.
This abstract class is the superclass of all classes implementing graphics.
ChartAnimator - class com.oxymel.ofc.charts.animation.ChartAnimator.
 
ChartAnimator(Chart) - Constructor for class com.oxymel.ofc.charts.animation.ChartAnimator
Constructor
ChartWithAxisXY - class com.oxymel.ofc.charts.ChartWithAxisXY.
This class is the abstract superclass for all char with one axis X and Y.
clear() - Method in class com.oxymel.ofc.charts.ColorPalette
Reset the color palette so that it becomes empty.
clone() - Method in class com.oxymel.ofc.charts.data.CategoryValue
Get a cloned category value
clone() - Method in class com.oxymel.ofc.charts.data.Category
Get a cloned category
clone() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeries
Get the clone
clone() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get the clone
ColorPalette - class com.oxymel.ofc.charts.ColorPalette.
ColorPalette class allows to customize the colors used in a given graphic.
ColorPalette() - Constructor for class com.oxymel.ofc.charts.ColorPalette
Constructor The Color palette is initialized with default colors
com.oxymel.ofc.charts - package com.oxymel.ofc.charts
This package defines a set of classes to draw different kinds of charts.
com.oxymel.ofc.charts.data - package com.oxymel.ofc.charts.data
This package contains the classes used to organized the input data used to draw a given graphic.
com.oxymel.ofc.charts.exception - package com.oxymel.ofc.charts.exception
This package defines the classes for the management of exceptions.
com.oxymel.ofc.charts.series - package com.oxymel.ofc.charts.series
This packages contains the classes to manage the input data which are series of data.
CombinedVerticalBarChartXY - class com.oxymel.ofc.charts.CombinedVerticalBarChartXY.
CombinedVerticalBarChartXY allows to manage combined vertical bar charts having the same Y axis.
CombinedVerticalBarChartXY(int, int, HorizontalCategoryAxis, VerticalNumberAxis) - Constructor for class com.oxymel.ofc.charts.CombinedVerticalBarChartXY
Constructor
CombinedVerticalBarChartXYY - class com.oxymel.ofc.charts.CombinedVerticalBarChartXYY.
CombinedVerticalBarChartXYY allows to manage combined vertical bar charts having the same X axe and two distinct Y axes, each of them having its own graduation.
CombinedVerticalBarChartXYY(int, int, HorizontalCategoryAxis, VerticalNumberAxis, VerticalNumberAxisRight) - Constructor for class com.oxymel.ofc.charts.CombinedVerticalBarChartXYY
Constructor
Contour2D - class com.oxymel.ofc.charts.Contour2D.
This class allows to manage 2D Contour graphics.
Contour2D(int, int, HorizontalNumberAxis, VerticalNumberAxis, Grid, double, double, double) - Constructor for class com.oxymel.ofc.charts.Contour2D
Constructor
Contour2DAnimator - class com.oxymel.ofc.charts.animation.Contour2DAnimator.
 
Contour2DAnimator() - Constructor for class com.oxymel.ofc.charts.animation.Contour2DAnimator
Constructor

D

DialChart - class com.oxymel.ofc.charts.DialChart.
This class provides a dial chart management.
DialChart(int, int, RangeValueSeriesContainer, double, double, double, double) - Constructor for class com.oxymel.ofc.charts.DialChart
Constructor
drawAnimateSVG(OutputStream, SVGAnimationContext) - Method in class com.oxymel.ofc.charts.Chart
Draws an animated chart and produces the result as an OutputStream
drawAnimateSVG(OutputStream, SVGAnimationContext, SVGContext) - Method in class com.oxymel.ofc.charts.Chart
Draws an animated chart within a given SVG context and produces the result as an OutputStream
drawAnimateSVG(String, SVGAnimationContext) - Method in class com.oxymel.ofc.charts.Chart
Draws an animated chart and produces the result as a SVG file
drawAnimateSVG(String, SVGAnimationContext, SVGContext) - Method in class com.oxymel.ofc.charts.Chart
Draws an animated chart within a given SGV context and produces the result as a SVG file
drawAnimateSVG(SVGAnimationContext) - Method in class com.oxymel.ofc.charts.Chart
Draws an animated chart and return the SVG as a String
drawIndicator(int, int, Graphics2D) - Method in class com.oxymel.ofc.charts.series.Series
Draw indicator at specify position
drawJPEG(OutputStream) - Method in class com.oxymel.ofc.charts.Chart
Draws a chart and produce a JPEG result in an OutputStream
drawJPEG(String) - Method in class com.oxymel.ofc.charts.Chart
Draws a chart and produce a JPEG result in a file
drawLegend(int, int, Vector, Graphics2D) - Method in class com.oxymel.ofc.charts.Legend
 
drawLegend(int, int, Vector, Graphics2D) - Method in class com.oxymel.ofc.charts.LegendInterval
 
drawPNG(OutputStream) - Method in class com.oxymel.ofc.charts.Chart
Draws a chart and produce a PNG result in an OutputStream
drawPNG(String) - Method in class com.oxymel.ofc.charts.Chart
Draws a chart and produce a PNG result in a file
drawSVG() - Method in class com.oxymel.ofc.charts.Chart
Draws a chart and returns the SVG as a String
drawSVG(OutputStream) - Method in class com.oxymel.ofc.charts.Chart
Draws a chart and produces the result as a SVG stored in an OuputStream
drawSVG(OutputStream, SVGContext) - Method in class com.oxymel.ofc.charts.Chart
Draws a chart within a given SVG context and produces the result as a SVGstored in an OuputStream
drawSVG(String) - Method in class com.oxymel.ofc.charts.Chart
Draws a chart and produces the result as a SVG file
drawSVG(String, SVGContext) - Method in class com.oxymel.ofc.charts.Chart
Draws a chart within a given SVG context and produces the result as a SVG file
drawSVG(SVGContext) - Method in class com.oxymel.ofc.charts.Chart
Draws a chart within a given SVG context and returns the SVG as a String

E

ExplodedPieChart - class com.oxymel.ofc.charts.ExplodedPieChart.
 
ExplodedPieChart(int, int, ValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.ExplodedPieChart
Constructor of the exploded pie chart.
ExplodedPieChart(int, int, ValueSeriesContainer, double) - Constructor for class com.oxymel.ofc.charts.ExplodedPieChart
Constructor of the exploded pie chart.

G

GaugeChart - class com.oxymel.ofc.charts.GaugeChart.
This class provides a gauge chart management It is an indicator which looks like a gauge.
GaugeChart(int, int, RangeValueSeriesContainer, double) - Constructor for class com.oxymel.ofc.charts.GaugeChart
Constructor
get(int) - Method in class com.oxymel.ofc.charts.animation.Contour2DAnimator
get a Specific Contour2D
get3dEffectValue() - Method in class com.oxymel.ofc.charts.Chart
Get the 3d effect value previously set (default value is 0)
getAllCategoriesOrderByDisplayNumber() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Vector of all categories order by display number
getAllSeriesOrderByDisplayNumber() - Method in class com.oxymel.ofc.charts.Chart
Get a Vector containing all the Series (data) defining the chart.
getAllSeriesOrderByDisplayNumber() - Method in class com.oxymel.ofc.charts.series.SeriesContainer
Get all series collection.
getAllSeriesOrderByReverseDisplayNumber() - Method in class com.oxymel.ofc.charts.series.SeriesContainer
Get all series collection.
getAxisPosition() - Method in class com.oxymel.ofc.charts.HorizontalNumberAxis
Returns the position of the X axis on the Y axis :
getAxisPosition() - Method in class com.oxymel.ofc.charts.VerticalNumberAxis
Retrun the position of the Y axis on the X axis
getBufferedImage() - Method in class com.oxymel.ofc.charts.Chart
Get buffered image
getCategoryId() - Method in class com.oxymel.ofc.charts.data.CategoryValue
Get Category Id
getCategoryValue(String) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeries
Get CategoryValue associated to categoryId
getCategoryValueAsDouble(String) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeries
Get Value associated to category
getCategoryValueSeries(String) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Category Value Series
getColor() - Method in class com.oxymel.ofc.charts.series.Series
Get series color
getColor(int, int, int) - Static method in class com.oxymel.ofc.charts.ColorPalette
Builds a Color instance from its RGB representation
getColorAt(int) - Method in class com.oxymel.ofc.charts.ColorPalette
Gets the color located at the given position;
getDisplayNumber() - Method in class com.oxymel.ofc.charts.data.Category
Get category display number
getDurAttributValue() - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Get SVG "dur" attribut value
getEndValue() - Method in class com.oxymel.ofc.charts.series.RangeValueSeries
Get Value which end range value
getEnumAllBorderPointInHorlogeDirection() - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get all point on border of the grid order by the horloge direction from the grid left corner
getEnumAllBorderPointInHorlogeDirection() - Method in class com.oxymel.ofc.charts.data.grid.IrregularGrid
 
getEnumAllBorderPointInHorlogeDirection() - Method in class com.oxymel.ofc.charts.data.grid.RegularGrid
 
getEnumAllCategoriesOrderByDisplayNumber() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get enumeration of all categories order by display number
getEnumAllPoint2D() - Method in class com.oxymel.ofc.charts.series.Point2DSeries
Get enumeration of all point 2D
getEnumAllSeries() - Method in class com.oxymel.ofc.charts.series.SeriesContainer
Get all series enumeration
getEnumAllSeriesOrderByDisplayNumber() - Method in class com.oxymel.ofc.charts.series.SeriesContainer
Get all series enumeration.
getEnumAllSeriesOrderByReverseDisplayNumber() - Method in class com.oxymel.ofc.charts.series.SeriesContainer
Get all series enumeration.
getEnumAllValues() - Method in class com.oxymel.ofc.charts.series.BubbleSeries
 
getExplodedPercent() - Method in class com.oxymel.ofc.charts.series.PieSeries
 
getExplodedWeight() - Method in class com.oxymel.ofc.charts.series.PieSeries
 
getExternalAnimationURL() - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Get URL of external animation
getId() - Method in class com.oxymel.ofc.charts.data.Category
Get category Id
getId() - Method in class com.oxymel.ofc.charts.series.Series
Get series id
getLabel() - Method in class com.oxymel.ofc.charts.data.Category
Get label
getLegendDisplayMode() - Method in class com.oxymel.ofc.charts.Legend
 
getLegendLabel() - Method in class com.oxymel.ofc.charts.series.Series
Get label display in legend for this series
getMax() - Method in class com.oxymel.ofc.charts.series.RangeValueSeries
Get max value
getMaxPositiveSumCategoryValue() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Max Positive Sum of all values one category
getMaxSumCategoryValue() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Max Sum of all values one category
getMaxValue() - Method in class com.oxymel.ofc.charts.series.RadarSeries
 
getMaxValue() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeries
Get max value of series
getMaxValue() - Method in class com.oxymel.ofc.charts.series.ValueSeriesContainer
Get max of all values
getMaxValue() - Method in class com.oxymel.ofc.charts.series.RangeValueSeriesContainer
Get Max all range value
getMaxValueOfAllSeries() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Max Value Of All Series
getMaxValueSeries() - Method in class com.oxymel.ofc.charts.series.RadarSeriesContainer
 
getMin() - Method in class com.oxymel.ofc.charts.series.RangeValueSeries
Get min Value
getMinNegativeSumCategoryValue() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Min Negative Sum of all values one category
getMinSumCategoryValue() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Min Sum of all values one category
getMinValue() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeries
Get min value of series
getMinValue() - Method in class com.oxymel.ofc.charts.series.RangeValueSeriesContainer
Get Min all range value
getMinValueOfAllSeries() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Min Value Of All Series
getNameAt(int) - Method in class com.oxymel.ofc.charts.series.RadarSeries
 
getNbCategories() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get the number of categories
getNbColumn() - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get Number of column
getNbColumn() - Method in class com.oxymel.ofc.charts.data.grid.IrregularGrid
Get Number of column
getNbColumn() - Method in class com.oxymel.ofc.charts.data.grid.RegularGrid
Get Number of column
getNbImage() - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Get number image of the animation
getNbLine() - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get Number of line
getNbLine() - Method in class com.oxymel.ofc.charts.data.grid.IrregularGrid
Get Number of line
getNbLine() - Method in class com.oxymel.ofc.charts.data.grid.RegularGrid
Get Number of line
getNbMilliSecondForUpdateExternalAnimation() - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Get number of millisecond for update external animation
getNbSeries() - Method in class com.oxymel.ofc.charts.series.SeriesContainer
Get number of series in container
getNbValue() - Method in class com.oxymel.ofc.charts.series.Point2DSeries
Get number of point 2D
getNbValues() - Method in class com.oxymel.ofc.charts.series.RadarSeries
 
getNegativeSumCategoryValue(String) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Negative Sum of all values one category
getPoint() - Method in class com.oxymel.ofc.charts.series.BubbleValues
 
getPoint2DSeries(String) - Method in class com.oxymel.ofc.charts.series.Point2DSeriesContainer
Get Point2D Series
getPositiveSumCategoryValue(String) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Positive Sum of all values one category
getRadarSeries(String) - Method in class com.oxymel.ofc.charts.series.RadarSeriesContainer
Get RadarSeries
getRangeValueSeries(String) - Method in class com.oxymel.ofc.charts.series.RangeValueSeriesContainer
Get Range Value Series
getRepeatCountAttributValue() - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Get SVG "repeatCount" attribut value
getRootTransformValue() - Method in class com.oxymel.ofc.charts.SVGContext
Get the svg "transform" attribute value
getStartValue() - Method in class com.oxymel.ofc.charts.series.RangeValueSeries
Get Value which start range value
getSumAllValues() - Method in class com.oxymel.ofc.charts.series.ValueSeriesContainer
Get Sum of all values
getSumAllValues() - Method in class com.oxymel.ofc.charts.series.BubbleSeries
 
getSumCategoryValue(String) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Get Sum of all values one category
getValue() - Method in class com.oxymel.ofc.charts.data.CategoryValue
Get Value
getValue() - Method in class com.oxymel.ofc.charts.series.ValueSeries
Get Value
getValue() - Method in class com.oxymel.ofc.charts.series.BubbleValues
 
getValueAsString(int) - Method in class com.oxymel.ofc.charts.data.CategoryValue
Get formated value as String with specified precision
getValueAsStringTwoDecimals() - Method in class com.oxymel.ofc.charts.data.CategoryValue
Get formated value as String with specified precision
getValueAt(int) - Method in class com.oxymel.ofc.charts.series.RadarSeries
 
getValueInformation() - Method in class com.oxymel.ofc.charts.data.CategoryValue
Get information associated to the value
getValueInformationDisplayMode() - Method in class com.oxymel.ofc.charts.data.CategoryValue
Get display mode of information associated to the value
getValueMax() - Method in class com.oxymel.ofc.charts.series.BubbleSeries
 
getValueMaxOfAllSeries() - Method in class com.oxymel.ofc.charts.series.BubbleSeriesContainer
 
getValueSeries(String) - Method in class com.oxymel.ofc.charts.series.ValueSeriesContainer
Get Value Series
getX() - Method in class com.oxymel.ofc.charts.data.grid.GridNode
Get X of node
getX() - Method in class com.oxymel.ofc.charts.data.Point2D
Get X of point
getX(int, int) - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get X of node
getX(int, int) - Method in class com.oxymel.ofc.charts.data.grid.IrregularGrid
Get X of node
getX(int, int) - Method in class com.oxymel.ofc.charts.data.grid.RegularGrid
Get X of node
getXMax() - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get X max value
getXMax() - Method in class com.oxymel.ofc.charts.series.Point2DSeries
Get X max of all point 2D
getXMaxOfAllSeries() - Method in class com.oxymel.ofc.charts.series.Point2DSeriesContainer
Get X Max Of All Series
getXMin() - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get X min value
getXMin() - Method in class com.oxymel.ofc.charts.series.Point2DSeries
Get X min of all point 2D
getXMinOfAllSeries() - Method in class com.oxymel.ofc.charts.series.Point2DSeriesContainer
Get X Min Of All Series
getY() - Method in class com.oxymel.ofc.charts.data.grid.GridNode
Get Y of node
getY() - Method in class com.oxymel.ofc.charts.data.Point2D
Get Y of point
getY(int, int) - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get Y of node
getY(int, int) - Method in class com.oxymel.ofc.charts.data.grid.IrregularGrid
Get Y of node
getY(int, int) - Method in class com.oxymel.ofc.charts.data.grid.RegularGrid
Get Y of node
getYMax() - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get Y max value
getYMax() - Method in class com.oxymel.ofc.charts.series.Point2DSeries
Get Y max of all point 2D
getYMaxOfAllSeries() - Method in class com.oxymel.ofc.charts.series.Point2DSeriesContainer
Get Y Max Of All Series
getYMin() - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get Y min value
getYMin() - Method in class com.oxymel.ofc.charts.series.Point2DSeries
Get Y min of all point 2D
getYMinOfAllSeries() - Method in class com.oxymel.ofc.charts.series.Point2DSeriesContainer
Get Y Min Of All Series
getZ() - Method in class com.oxymel.ofc.charts.data.grid.GridNode
Get Z of node
getZ(int, int) - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get Z of node
getZ(int, int) - Method in class com.oxymel.ofc.charts.data.grid.IrregularGrid
Get Z of node
getZ(int, int) - Method in class com.oxymel.ofc.charts.data.grid.RegularGrid
Get Z of node
getZMax() - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get Z max value
getZMin() - Method in class com.oxymel.ofc.charts.data.grid.Grid
Get Z min value
GRADIENT_COLOR_LEFT_TO_RIGHT - Static variable in class com.oxymel.ofc.charts.DialChart
 
GRADIENT_COLOR_RIGHT_TO_LEFT - Static variable in class com.oxymel.ofc.charts.DialChart
 
GRADIENT_COLORE_NONE - Static variable in class com.oxymel.ofc.charts.DialChart
 
Grid - class com.oxymel.ofc.charts.data.grid.Grid.
Grid is the abstract superclass for all grid
GridNode - class com.oxymel.ofc.charts.data.grid.GridNode.
 
GridNode(double, double, double) - Constructor for class com.oxymel.ofc.charts.data.grid.GridNode
Constructor

H

hasIndicator() - Method in class com.oxymel.ofc.charts.series.Series
Tests if series has indicator
HorizontalAxis - class com.oxymel.ofc.charts.HorizontalAxis.
This abstract class is the superclass of all classes managing horizontal axis
HorizontalCategoryAxis - class com.oxymel.ofc.charts.HorizontalCategoryAxis.
This class allows to manage horizontal axis used for graphics implying categories.
HorizontalCategoryAxis(String) - Constructor for class com.oxymel.ofc.charts.HorizontalCategoryAxis
Constructor
HorizontalLineInfo - class com.oxymel.ofc.charts.HorizontalLineInfo.
This class allows to draw an horizontal line in a graphic.
HorizontalLineInfo(String, double) - Constructor for class com.oxymel.ofc.charts.HorizontalLineInfo
Constructor
HorizontalNumberAxis - class com.oxymel.ofc.charts.HorizontalNumberAxis.
This class manages the horizontal axis with graduations
HorizontalNumberAxis(String) - Constructor for class com.oxymel.ofc.charts.HorizontalNumberAxis
Constructor

I

INDEFINITE_REPEAT - Static variable in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Indefinite repeat value
INDICATOR_TYPE_CIRCLE - Static variable in class com.oxymel.ofc.charts.series.Series
Circle indicator
INDICATOR_TYPE_SQUARE - Static variable in class com.oxymel.ofc.charts.series.Series
Square indicator
INDICATOR_TYPE_TRIANGLE - Static variable in class com.oxymel.ofc.charts.series.Series
Triangle indicator
initPalette() - Method in class com.oxymel.ofc.charts.ColorPalette
Initializes the ColorPalette with the defaults values, it contains 12 different colors
initPaletteAsBlueGradient() - Method in class com.oxymel.ofc.charts.ColorPalette
Initializes the ColorPalette as blue gradient, it contains 5 colors
initPaletteAsExcelColor() - Method in class com.oxymel.ofc.charts.ColorPalette
Initializes the ColorPaletteSets as an excel color palette, it contains 8 colors
initPaletteAsHotToColdEffect() - Method in class com.oxymel.ofc.charts.ColorPalette
Initializes the ColorPalette as cold to hot effect, it contains 22 colors
initPaletteHotToColdFromData(int) - Method in class com.oxymel.ofc.charts.ColorPalette
Initializes the ColorPalette as cold to hot effect with the given number of data
initPaletteWith42Colors() - Method in class com.oxymel.ofc.charts.ColorPalette
Initializes the ColorPalette with 42 differents colors
interpolateAllZ(Vector, InterpolationMethod) - Method in class com.oxymel.ofc.charts.data.grid.RegularGrid
 
IrregularGrid - class com.oxymel.ofc.charts.data.grid.IrregularGrid.
 
IrregularGrid() - Constructor for class com.oxymel.ofc.charts.data.grid.IrregularGrid
Constructor
isBasedOnAxisRight() - Method in class com.oxymel.ofc.charts.VerticalBarChartRenderer
is based on axis right
isCircle() - Method in class com.oxymel.ofc.charts.series.BubbleSeries
 
isExploded() - Method in class com.oxymel.ofc.charts.series.PieSeries
 
isExternalAnimation() - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Tests if the animation is external
isLineJoin() - Method in class com.oxymel.ofc.charts.series.BubbleSeries
 
isSameXY(double, double) - Method in class com.oxymel.ofc.charts.data.Point2D
Compare if point has same x, y
isSameXY(Point2D) - Method in class com.oxymel.ofc.charts.data.Point2D
Compare if point has same x, y
isVisible() - Method in class com.oxymel.ofc.charts.series.Series
Tests if series is visible

L

Legend - class com.oxymel.ofc.charts.Legend.
The legend class contains an enumeration defining the different ways a legend can be placed on the graphic.
LEGEND_ALIGN_MODE_COLUMN - Static variable in class com.oxymel.ofc.charts.Legend
The elements composing the legend are organized in columns.
LEGEND_ALIGN_MODE_COLUMN_STRICT - Static variable in class com.oxymel.ofc.charts.Legend
The elements composing the legend are organized in columns.
LEGEND_ALIGN_MODE_NONE - Static variable in class com.oxymel.ofc.charts.Legend
No alignement constraint defined for the element belonging to the legend
LEGEND_DISPLAY_MODE_BOTTOM - Static variable in class com.oxymel.ofc.charts.Legend
The legend is located on the bottom of the graphic
LEGEND_DISPLAY_MODE_LEFT - Static variable in class com.oxymel.ofc.charts.Legend
The legend is located on the left of the graphic
LEGEND_DISPLAY_MODE_NONE - Static variable in class com.oxymel.ofc.charts.Legend
The legend is not written
LEGEND_DISPLAY_MODE_TABLE - Static variable in class com.oxymel.ofc.charts.Legend
The legend is organized as a table.
LEGEND_DISPLAY_MODE_TOP - Static variable in class com.oxymel.ofc.charts.Legend
The legend is located on the top of the graphic
Legend() - Constructor for class com.oxymel.ofc.charts.Legend
 
LegendInterval - class com.oxymel.ofc.charts.LegendInterval.
 
LegendInterval(double, double, double, ColorPalette) - Constructor for class com.oxymel.ofc.charts.LegendInterval
 
LegendInterval(double, double, double, ColorPalette, int) - Constructor for class com.oxymel.ofc.charts.LegendInterval
 

M

MOVE_FIRST_VALUE - Static variable in class com.oxymel.ofc.charts.NumberAxis
Offset the lowest value on the axis
MOVE_LAST_VALUE - Static variable in class com.oxymel.ofc.charts.NumberAxis
Offset the highest value on the axis
MOVE_ORIGIN_VALUE - Static variable in class com.oxymel.ofc.charts.NumberAxis
Offset the origin of the axis
moveDataBack(double) - Method in class com.oxymel.ofc.charts.VerticalBarChart
Replaces the first data series by the one given as argument and then provides a backward circular translation of data series.
moveDataBack(double) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Move data back.
moveDataBackCircular() - Method in class com.oxymel.ofc.charts.VerticalBarChart
Provides a backward circular translation of data.
moveDataBackCircular() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Move data back.
moveDataForward(double) - Method in class com.oxymel.ofc.charts.VerticalBarChart
Replaces the last data series by the one given as argument and then provides a forward circular translation of data series.
moveDataForward(double) - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Move data forward.
moveDataForwardCircular() - Method in class com.oxymel.ofc.charts.VerticalBarChart
Provides a forward circular translation of data.
moveDataForwardCircular() - Method in class com.oxymel.ofc.charts.series.CategoryValueSeriesContainer
Move data forward.
moveValueWithNbPixels(int, int) - Method in class com.oxymel.ofc.charts.HorizontalNumberAxis
Sets which value to offset, the number of pixels and the direction.
moveValueWithNbPixels(int, int) - Method in class com.oxymel.ofc.charts.VerticalNumberAxis
Sets which value to offset, the number of pixels and the direction.

N

NO_INDICATOR_TYPE - Static variable in class com.oxymel.ofc.charts.series.Series
No indicator
NumberAxis - class com.oxymel.ofc.charts.NumberAxis.
 
NumberAxis(Axis) - Constructor for class com.oxymel.ofc.charts.NumberAxis
 

O

OFCChartsException - exception com.oxymel.ofc.charts.exception.OFCChartsException.
Super Class of OFC Chart exception
OFCChartsException() - Constructor for class com.oxymel.ofc.charts.exception.OFCChartsException
Class constructor
OFCChartsException(String) - Constructor for class com.oxymel.ofc.charts.exception.OFCChartsException
Class constructor
OFCChartsRuntimeException - exception com.oxymel.ofc.charts.exception.OFCChartsRuntimeException.
Super Class of OFC Chart runtime exception
OFCChartsRuntimeException() - Constructor for class com.oxymel.ofc.charts.exception.OFCChartsRuntimeException
Class constructor
OFCChartsRuntimeException(String) - Constructor for class com.oxymel.ofc.charts.exception.OFCChartsRuntimeException
Class constructor

P

PieChart - class com.oxymel.ofc.charts.PieChart.
PieChart is a subclass of the Chart class dedicated to the pie graphics
PieChart(int, int, ValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.PieChart
Constructor.
PieSeries - class com.oxymel.ofc.charts.series.PieSeries.
 
PieSeries(String, String, double) - Constructor for class com.oxymel.ofc.charts.series.PieSeries
Constructor
PieSeries(String, String, double, double) - Constructor for class com.oxymel.ofc.charts.series.PieSeries
Constructor
PieSeries(String, String, double, int) - Constructor for class com.oxymel.ofc.charts.series.PieSeries
 
Point2D - class com.oxymel.ofc.charts.data.Point2D.
Manage Point2D
Point2D(double, double) - Constructor for class com.oxymel.ofc.charts.data.Point2D
Constructor
Point2DSeries - class com.oxymel.ofc.charts.series.Point2DSeries.
Manage series of point 2D
Point2DSeries(String, String) - Constructor for class com.oxymel.ofc.charts.series.Point2DSeries
Constructor
Point2DSeriesContainer - class com.oxymel.ofc.charts.series.Point2DSeriesContainer.
Manage all series of point 2D
Point2DSeriesContainer() - Constructor for class com.oxymel.ofc.charts.series.Point2DSeriesContainer
 

R

RadarSeries - class com.oxymel.ofc.charts.series.RadarSeries.
Manage all radar series
RadarSeries(String, String) - Constructor for class com.oxymel.ofc.charts.series.RadarSeries
 
RadarSeriesContainer - class com.oxymel.ofc.charts.series.RadarSeriesContainer.
 
RadarSeriesContainer() - Constructor for class com.oxymel.ofc.charts.series.RadarSeriesContainer
Constructor
RangeValueSeries - class com.oxymel.ofc.charts.series.RangeValueSeries.
 
RangeValueSeries(String, String, double, double) - Constructor for class com.oxymel.ofc.charts.series.RangeValueSeries
Constructor
RangeValueSeries(String, String, double, double, Color) - Constructor for class com.oxymel.ofc.charts.series.RangeValueSeries
Constructor
RangeValueSeriesContainer - class com.oxymel.ofc.charts.series.RangeValueSeriesContainer.
 
RangeValueSeriesContainer() - Constructor for class com.oxymel.ofc.charts.series.RangeValueSeriesContainer
Constructor
RegularGrid - class com.oxymel.ofc.charts.data.grid.RegularGrid.
 
RegularGrid(int, int, double, double, double, double) - Constructor for class com.oxymel.ofc.charts.data.grid.RegularGrid
Constructor
removeExternalAnimation() - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Remove external animation
ROTATE_180_DEGREE - Static variable in class com.oxymel.ofc.charts.Chart
A 180 degrees rotation is applied to the graphic
ROTATE_270_DEGREE - Static variable in class com.oxymel.ofc.charts.Chart
A 270 degrees rotation is applied to the graphic
ROTATE_90_DEGREE - Static variable in class com.oxymel.ofc.charts.Chart
A 90 degrees rotation is applied to the graphic
ROTATE_NONE - Static variable in class com.oxymel.ofc.charts.Chart
Default rotation value, no rotation is applied to the graphic

S

Series - class com.oxymel.ofc.charts.series.Series.
Series is the abstract superclass for all data series
SeriesContainer - class com.oxymel.ofc.charts.series.SeriesContainer.
SeriesContainer is the abstract superclass for all container of data series
set3D(boolean) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
If is3D is true, the pie chart is displayed on 3D.
set3dEffectValue(int) - Method in class com.oxymel.ofc.charts.Chart
Sets the 3d effect value.
set3Dprofondeur(int) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
Sets the value of the 3D effect.
setAngleToWriteValues(int) - Method in class com.oxymel.ofc.charts.HorizontalNumberAxis
Sets the angle used to write values for the X axis (must be between 0° and 90°).
setAxisPosition(int) - Method in class com.oxymel.ofc.charts.HorizontalNumberAxis
Sets the position of the X axis on the Y axis : 0 : Center, default value 1 : Bottom 2 : Top
setAxisPosition(int) - Method in class com.oxymel.ofc.charts.VerticalNumberAxis
Sets the position of the Y axis on the X axis : 0 : Center, default value 1 : Left 2 : Right
setBackgroundColor(Color) - Method in class com.oxymel.ofc.charts.Legend
 
setBackgroundColorVisible(boolean) - Method in class com.oxymel.ofc.charts.Chart
Sets the background color visibility according to the parameter value.
setCadreColor(Color) - Method in class com.oxymel.ofc.charts.Legend
 
setCategoryValueSeriesContainer(ValueSeriesContainer) - Method in class com.oxymel.ofc.charts.PieChart
Replaces the data used to draw the pie by another data container
setCategoryValueSeriesContainer(ValueSeriesContainer) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
Changes the data used to draw chart.
setCircular(boolean) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
If isCircular is true, the pie chart is displayed as circular Pie.
setColor(Color) - Method in class com.oxymel.ofc.charts.series.Series
Sets series color
setColorAt(Color, int) - Method in class com.oxymel.ofc.charts.ColorPalette
Sets or replaces the color at the given position by the one passed as argument (color).
setColorAt(int, int, int, int) - Method in class com.oxymel.ofc.charts.ColorPalette
Sets or replaces the color at the given position by the one passed as argument as a RGB color.
setColorPalette(ColorPalette) - Method in class com.oxymel.ofc.charts.Chart
Sets color Palette.
setColorPalette(ColorPalette) - Method in class com.oxymel.ofc.charts.Contour2D
Sets color Palette.
setDisplayAsBar(boolean) - Method in class com.oxymel.ofc.charts.Legend
 
setDisplayNumber(int) - Method in class com.oxymel.ofc.charts.data.Category
Set category display number
setExplodedPercent(double) - Method in class com.oxymel.ofc.charts.series.PieSeries
Sets exploded percent for this value series
setExternalAnimationURL(String) - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Sets URL of external animation
setFontSize(int) - Method in class com.oxymel.ofc.charts.Legend
 
setGradientColorMode(int) - Method in class com.oxymel.ofc.charts.DialChart
Sets gradient color mode
setGraphicBackgroundColor(Color) - Method in class com.oxymel.ofc.charts.Chart
Sets the graphic background color
setGraphicVisible(boolean) - Method in class com.oxymel.ofc.charts.ChartWithAxisXY
Sets the internal graphic visibility according to the parameter
setIGOriginAxisColor(Color) - Method in class com.oxymel.ofc.charts.ChartWithAxisXY
Allows to indicate the color used to draw horizontal and vertical axis at the origine.
setImageBackgroundColor(Color) - Method in class com.oxymel.ofc.charts.Chart
Sets the image background color
setIndicatorType(int) - Method in class com.oxymel.ofc.charts.series.Series
Sets type of indicator
setIntermediaryGapIndicatorVisible(boolean) - Method in class com.oxymel.ofc.charts.HorizontalNumberAxis
Sets intermediary gap mark visibility
setIntermediaryGapIndicatorVisible(boolean) - Method in class com.oxymel.ofc.charts.VerticalNumberAxisRight
Sets intermediary gap indicator visible
setIntermediaryGapIndicatorVisible(boolean) - Method in class com.oxymel.ofc.charts.VerticalNumberAxis
Sets the intermediary gap indicator visibility, not visible by default
setInternalGridVisible(boolean) - Method in class com.oxymel.ofc.charts.ChartWithAxisXY
Sets the internal grid visibility according to the parameter
setIsBasedOnAxisRight(boolean) - Method in class com.oxymel.ofc.charts.VerticalBarChartRenderer
set flag is based on axis right
setIsCircle(boolean) - Method in class com.oxymel.ofc.charts.series.BubbleSeries
 
setIsHalfPie(boolean) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
If isHalfPie is true, the pie chart is displayed as an half pie (0-180°).
setIsLegendInTable(boolean) - Method in class com.oxymel.ofc.charts.Legend
 
setLabelColor(Color) - Method in class com.oxymel.ofc.charts.HorizontalLineInfo
Assign a given color to the label
setLabelPosition(int) - Method in class com.oxymel.ofc.charts.HorizontalAxis
Sets the label position
setLegendAlignMode(int) - Method in class com.oxymel.ofc.charts.Chart
Sets the legend align mode
setLegendDisplayMode(int) - Method in class com.oxymel.ofc.charts.Chart
Sets the legend display mode.
setLegendDisplayMode(int) - Method in class com.oxymel.ofc.charts.CombinedVerticalBarChartXYY
Sets the legend display mode.
setLegendDisplayMode(int) - Method in class com.oxymel.ofc.charts.VerticalBarChart
Sets the legend display mode.
setLegendDisplayMode(int) - Method in class com.oxymel.ofc.charts.CombinedVerticalBarChartXY
Sets the legend display mode.
setLegendFontSize(int) - Method in class com.oxymel.ofc.charts.Chart
Sets font size to be used for the legend
setLegendWidth(int) - Method in class com.oxymel.ofc.charts.Legend
 
setLineColor(Color) - Method in class com.oxymel.ofc.charts.HorizontalLineInfo
Assign a given color to the line
setLineJoin(boolean) - Method in class com.oxymel.ofc.charts.series.BubbleSeries
 
setMargin(int) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
Change margin value.
setMinMaxValue(int, int) - Method in class com.oxymel.ofc.charts.HorizontalNumberAxis
Sets the minimum and maximum values on the axis.
setMinMaxValue(int, int) - Method in class com.oxymel.ofc.charts.VerticalNumberAxis
Sets a given minimum and maximum graduation value for the axis.
setMinPercentToDisplayTag(int) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
Allows to fix the minimum percent value to display tag (by default minPercentToDisplayTag = 2).
setNbMilliSecondForUpdateExternalAnimation(int) - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Sets number of millisecond for update external animation
setNbPixelFreeArroundImageForPresentation(int) - Method in class com.oxymel.ofc.charts.Chart
Sets the number of pixels between the plot area and the edge of the image.
setNbPixelHeightOfLegendIndicator(int) - Method in class com.oxymel.ofc.charts.Legend
 
setNumberOfRepeat(int) - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Sets the repeat number of the animation
setPieWithTags(boolean) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
If isPieWithTags is true, each arc of the pie chart has a legend tag.
setPoint(Point2D) - Method in class com.oxymel.ofc.charts.series.BubbleValues
 
setPoint2DSeriesContainer(Point2DSeriesContainer) - Method in class com.oxymel.ofc.charts.VerticalLinePlot
Change data used to draw chart
setRangeValueSeriesContainer(RangeValueSeriesContainer) - Method in class com.oxymel.ofc.charts.DialChart
Sets data used to draw chart
setRangeValueSeriesContainer(RangeValueSeriesContainer) - Method in class com.oxymel.ofc.charts.GaugeChart
Change data used to draw chart
setRootTranslateValue(int, int) - Method in class com.oxymel.ofc.charts.SVGContext
Sets the translation values
setRotateValue(int) - Method in class com.oxymel.ofc.charts.Chart
Sets a rotation value for the chart.
setTagLabelToCut(boolean) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
Allows to cut the long labels on the graphic's sections if toCut is true.
setTagOnPieWidth(int) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
To set the external graphic legend margin (default value = 0).
Allows to extend the line between the graphic and the legend.
setTextColor(Color) - Method in class com.oxymel.ofc.charts.Legend
 
setTime(double) - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Sets the second number of the animation
setTime(int, int, double) - Method in class com.oxymel.ofc.charts.animation.SVGAnimationContext
Sets the total time of the animation
setTypeOfTag(int) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
Sets the type of legend on the tags.
Possibles value are : ExplodedPieChart.TAG_VALUES (default) ExplodedPieChart.TAG_LABEL
setValue(double) - Method in class com.oxymel.ofc.charts.data.CategoryValue
Sets value
setValue(int) - Method in class com.oxymel.ofc.charts.series.BubbleValues
 
setValueInformation(String) - Method in class com.oxymel.ofc.charts.data.CategoryValue
Sets information associated to the value
setValueInformationDisplayMode(int) - Method in class com.oxymel.ofc.charts.data.CategoryValue
Sets display mode of information associated to the value
setValuesWriteAlignMode(int) - Method in class com.oxymel.ofc.charts.HorizontalCategoryAxis
Sets the values orientation writing (horizontally or vertically).
setVerticalEllipse(boolean) - Method in class com.oxymel.ofc.charts.ExplodedPieChart
If verticalEllipse is true, the pie chart is displayed as a vertical Ellipse.
setVisible(boolean) - Method in class com.oxymel.ofc.charts.series.Series
Sets series as visible or not
setZ(double, int, int) - Method in class com.oxymel.ofc.charts.data.grid.RegularGrid
Set Z of node
size() - Method in class com.oxymel.ofc.charts.ColorPalette
Gets the number of colors contained in palette.
SVGAnimationContext - class com.oxymel.ofc.charts.animation.SVGAnimationContext.
 
SVGAnimationContext() - Constructor for class com.oxymel.ofc.charts.animation.SVGAnimationContext
constructor
SVGAnimationContext(int) - Constructor for class com.oxymel.ofc.charts.animation.SVGAnimationContext
constructor
SVGAnimationContext(int, int) - Constructor for class com.oxymel.ofc.charts.animation.SVGAnimationContext
constructor
SVGAnimationContext(int, int, int) - Constructor for class com.oxymel.ofc.charts.animation.SVGAnimationContext
constructor
SVGContext - class com.oxymel.ofc.charts.SVGContext.
This class allows to define a context for an SVG chart
SVGContext() - Constructor for class com.oxymel.ofc.charts.SVGContext
constructor

T

TAG_LABEL - Static variable in class com.oxymel.ofc.charts.ExplodedPieChart
The value to set if the tags to write are labels.
TAG_VALUE - Static variable in class com.oxymel.ofc.charts.ExplodedPieChart
The value to set if the tags to write are values (default).
toString() - Method in class com.oxymel.ofc.charts.data.Point2D
 

V

VALUE_INFORMATION_DISPLAY_NONE - Static variable in class com.oxymel.ofc.charts.data.CategoryValue
No information associate to value is display
VALUE_INFORMATION_DISPLAY_ON_CENTER - Static variable in class com.oxymel.ofc.charts.data.CategoryValue
Information associate to value is display center
VALUE_INFORMATION_DISPLAY_ON_TOP - Static variable in class com.oxymel.ofc.charts.data.CategoryValue
Information associate to value is display on top
ValueSeries - class com.oxymel.ofc.charts.series.ValueSeries.
Manage value series
ValueSeries(String, String, double) - Constructor for class com.oxymel.ofc.charts.series.ValueSeries
Constructor
ValueSeries(String, String, double, Color) - Constructor for class com.oxymel.ofc.charts.series.ValueSeries
Constructor
ValueSeriesContainer - class com.oxymel.ofc.charts.series.ValueSeriesContainer.
Manage all series of value
ValueSeriesContainer() - Constructor for class com.oxymel.ofc.charts.series.ValueSeriesContainer
Constructor
VerticalAreaChart - class com.oxymel.ofc.charts.VerticalAreaChart.
This class allows to draw bar charts as areas.
VerticalAreaChart(int, int, HorizontalCategoryAxis, VerticalNumberAxis, CategoryValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.VerticalAreaChart
Constructor
VerticalAreaChartRenderer - class com.oxymel.ofc.charts.VerticalAreaChartRenderer.
This class provides a vertical area chart renderer
VerticalAreaChartRenderer(CategoryValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.VerticalAreaChartRenderer
Constructor
VerticalAxis - class com.oxymel.ofc.charts.VerticalAxis.
 
VerticalBarChart - class com.oxymel.ofc.charts.VerticalBarChart.
This class manages vertical bar charts, it has subclasses allowing to customize the representation of the bar charts.
VerticalBarChart(int, int, HorizontalCategoryAxis, VerticalNumberAxis, CategoryValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.VerticalBarChart
Constructor
VerticalBarChartRenderer - class com.oxymel.ofc.charts.VerticalBarChartRenderer.
This class provides a vertical bar chart renderer
VerticalBarChartRenderer(CategoryValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.VerticalBarChartRenderer
Constructor
VerticalLineChart - class com.oxymel.ofc.charts.VerticalLineChart.
This class allows to draw bar charts as lines.
VerticalLineChart(int, int, HorizontalCategoryAxis, VerticalNumberAxis, CategoryValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.VerticalLineChart
Constructor
VerticalLineChartRenderer - class com.oxymel.ofc.charts.VerticalLineChartRenderer.
This class provides a vertical line chart renderer
VerticalLineChartRenderer(CategoryValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.VerticalLineChartRenderer
Constructor
VerticalLinePlot - class com.oxymel.ofc.charts.VerticalLinePlot.
This class provides a vertical line plot
VerticalLinePlot(int, int, HorizontalNumberAxis, VerticalNumberAxis, Point2DSeriesContainer) - Constructor for class com.oxymel.ofc.charts.VerticalLinePlot
Constructor
VerticalNumberAxis - class com.oxymel.ofc.charts.VerticalNumberAxis.
This class manages vertical graduated axis.
VerticalNumberAxis(String) - Constructor for class com.oxymel.ofc.charts.VerticalNumberAxis
Constructor
VerticalNumberAxisRight - class com.oxymel.ofc.charts.VerticalNumberAxisRight.
This class provides a vertical number axis right management
VerticalNumberAxisRight(String) - Constructor for class com.oxymel.ofc.charts.VerticalNumberAxisRight
Constructor
VerticalStackedBarChart - class com.oxymel.ofc.charts.VerticalStackedBarChart.
This class allows to present bar charts as stacked bar charts.
VerticalStackedBarChart(int, int, HorizontalCategoryAxis, VerticalNumberAxis, CategoryValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.VerticalStackedBarChart
Constructor
VerticalStackedBarChartRenderer - class com.oxymel.ofc.charts.VerticalStackedBarChartRenderer.
This class provides a vertical stacked bar chart renderer
VerticalStackedBarChartRenderer(CategoryValueSeriesContainer) - Constructor for class com.oxymel.ofc.charts.VerticalStackedBarChartRenderer
Constructor

A B C D E G H I L M N O P R S T V

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.