OFC Charts 3.1


Package com.oxymel.ofc.charts

This package defines a set of classes to draw different kinds of charts.

See:
          Description

Class Summary
Chart This abstract class is the superclass of all classes implementing graphics.
ChartWithAxisXY This class is the abstract superclass for all char with one axis X and Y.
ColorPalette ColorPalette class allows to customize the colors used in a given graphic.
CombinedVerticalBarChartXY CombinedVerticalBarChartXY allows to manage combined vertical bar charts having the same Y axis.
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.
Contour2D This class allows to manage 2D Contour graphics.
DialChart This class provides a dial chart management.
ExplodedPieChart  
GaugeChart This class provides a gauge chart management It is an indicator which looks like a gauge.
HorizontalAxis This abstract class is the superclass of all classes managing horizontal axis
HorizontalCategoryAxis This class allows to manage horizontal axis used for graphics implying categories.
HorizontalLineInfo This class allows to draw an horizontal line in a graphic.
HorizontalNumberAxis This class manages the horizontal axis with graduations
Legend The legend class contains an enumeration defining the different ways a legend can be placed on the graphic.
LegendInterval  
NumberAxis  
PieChart PieChart is a subclass of the Chart class dedicated to the pie graphics
SVGContext This class allows to define a context for an SVG chart
VerticalAreaChart This class allows to draw bar charts as areas.
VerticalAreaChartRenderer This class provides a vertical area chart renderer
VerticalAxis  
VerticalBarChart This class manages vertical bar charts, it has subclasses allowing to customize the representation of the bar charts.
VerticalBarChartRenderer This class provides a vertical bar chart renderer
VerticalLineChart This class allows to draw bar charts as lines.
VerticalLineChartRenderer This class provides a vertical line chart renderer
VerticalLinePlot This class provides a vertical line plot
VerticalNumberAxis This class manages vertical graduated axis.
VerticalNumberAxisRight This class provides a vertical number axis right management
VerticalStackedBarChart This class allows to present bar charts as stacked bar charts.
VerticalStackedBarChartRenderer This class provides a vertical stacked bar chart renderer
 

Package com.oxymel.ofc.charts Description

This package defines a set of classes to draw different kinds of charts.
The classes belonging to this package allow to build many graphics, mainly:

  • line plots
  • bar charts, they can be drawned as real bar charts (horizontally or vertically), or as lines or as areas. Furthermore it is possible to combine more than one bar chart in the same resulting graphic.
  • pie
  • 2d Contour
  • ...

  • Axis and legend can be cutomized depending on the expected needs.
    Whatever the chart is, the result can be generated in one of the following forme JPEG or SVG.
    Graphics generated as SVG can be animated.


    OFC Charts 3.1


    Copyright © 2005 Oxymel SA All Rights Reserved.