Package com.rednels.ofcgwt.client.model.elements

OFC chart element classes.

See:
          Description

Class Summary
AreaChart Class for an OFC area chart that extends LineChart
BarChart Class for an OFC bar chart that extends Element
BarChart.Bar Base class for OFC bar chart bars
CylinderBarChart Class for an OFC filled bar chart (outlined) that extends BarChart
CylinderBarChart.Bar Class for OFC filled bar cylinder bars, extends BarChart.Bar
Element Base abstract class for OFC elements
FilledBarChart Class for an OFC filled bar chart (outlined) that extends BarChart
FilledBarChart.Bar Class for OFC filled bar chart bars, extends BarChart.Bar
HorizontalBarChart Class for an OFC horizontal bar chart that extends Element
HorizontalBarChart.Bar Base class for OFC horizontal bar chart bars
LineChart Class for an OFC line chart that extends Element
LineChart.Dot Base class for OFC line dots
PieChart Class for an OFC pie chart that extends Element
PieChart.Slice Base class for OFC pie slices
ScatterChart Class for an OFC scatter chart that extends Element
ScatterChart.Point Base class for OFC scatter points
Shape Class for an OFC shape that extends Element (polygon drawn under a chart)
Shape.Point Base class for OFC shape points
SketchBarChart Class for an OFC sketch bar chart (drawn) that extends FilledBarChart
SketchBarChart.SketchBar Class for OFC sketch bar chart bars, extends FilledBarChart.Bar
StackedBarChart Class for an OFC stacked bar chart that extends Element
StackedBarChart.Stack Base class for OFC stack bar chart stacks
StackedBarChart.StackValue Base class for OFC stack bar chart values
 

Enum Summary
AreaChart.AreaStyle Enumeration AreaStyle - used with AreaChart.
BarChart.BarStyle Enumeration BarStyle - used with BarChart.
CylinderBarChart.CylinderStyle Enumeration CylinderStyle - used with CylinderChart.
LineChart.LineStyle Enumeration LineStyle - used with LineChart.
ScatterChart.ScatterStyle Enumeration ScatterStyle - used with ScatterChart.
 

Package com.rednels.ofcgwt.client.model.elements Description

OFC chart element classes.

Related Documentation

For more information, please see: http://code.google.com/p/ofcgwt/