A B C E F G H I J K L M N P R S T V X Y

A

AbstractAxis - Class in com.rednels.ofcgwt.client.model.axis
Base abstract class for an OFC axis
AbstractAxis() - Constructor for class com.rednels.ofcgwt.client.model.axis.AbstractAxis
 
addBar(Number, Number) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart
Adds the bar.
addBars(BarChart.Bar...) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart
Adds the bars.
addBars(List<BarChart.Bar>) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart
Adds the bars.
addBars(HorizontalBarChart.Bar...) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart
Adds the bars.
addBars(List<HorizontalBarChart.Bar>) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart
Adds the bars.
addChartListeners(IChartListener) - Method in class com.rednels.ofcgwt.client.ChartWidget
Adds an IChartListener that implements the handleChartReadyEvent method
addDots(LineChart.Dot...) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Adds the dots.
addDots(List<LineChart.Dot>) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Adds the dots.
addElements(Collection<Element>) - Method in class com.rednels.ofcgwt.client.model.ChartData
Adds a collection of chart elements to the list of elements
addElements(Element...) - Method in class com.rednels.ofcgwt.client.model.ChartData
Adds an element to the list of elements
addKeyOnClickListener(IChartData, IOnClickListener) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Adds an onClick event.
addLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Adds the labels.
addLabels(Label...) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis.Labels
Adds the labels.
addLabels(List<Label>) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis.Labels
Adds the labels.
addLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis.Labels
Adds the labels.
addLabels(Label...) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
Adds the labels.
addLabels(List<Label>) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
Adds the labels.
addLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
Adds the labels.
addLabels(Label...) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Adds the labels.
addLabels(List<Label>) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Adds the labels.
addLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Adds the labels.
addLabels(List<String>) - Method in class com.rednels.ofcgwt.client.model.axis.YAxis
Adds the labels.
addLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.YAxis
Adds the labels.
addNull() - Method in class com.rednels.ofcgwt.client.model.elements.Element
 
addOnClickListener(IOnClickListener) - Method in class com.rednels.ofcgwt.client.ChartWidget
Adds an IOnClickListener that implements the handleOnClickEvent method.
addOnClickListener(IOnClickListener) - Method in interface com.rednels.ofcgwt.client.IChartData
Add an IOnClickListener to this chart events and return the function signature for JSON
addOnClickListener(IChartData, IOnClickListener) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Adds an onClick event.
addOnClickListener(IChartData, IOnClickListener) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Adds an onClick event.
addOnClickListener(IChartData, IOnClickListener) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Adds an onClick event.
addOnClickListener(IChartData, IOnClickListener) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Adds an onClick event.
addPoint(Number, Number) - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart
Adds the point.
addPoint(Number, Number) - Method in class com.rednels.ofcgwt.client.model.elements.Shape
Adds the point.
addPoints(Collection<ScatterChart.Point>) - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart
Adds the points.
addPoints(ScatterChart.Point...) - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart
Adds the points.
addPoints(Collection<Shape.Point>) - Method in class com.rednels.ofcgwt.client.model.elements.Shape
Adds the points.
addPoints(Shape.Point...) - Method in class com.rednels.ofcgwt.client.model.elements.Shape
Adds the points.
addSlice(Number, String) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Adds a slice.
addSlices(List<PieChart.Slice>) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Adds slices.
addSlices(PieChart.Slice...) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Adds slices.
addSpokeLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Adds the spoke labels.
addStack(List<StackedBarChart.Stack>) - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart
Adds the stack.
addStack(StackedBarChart.Stack...) - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart
Adds the stack.
addStackValues(List<StackedBarChart.StackValue>) - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.Stack
Adds the stack values.
addStackValues(StackedBarChart.StackValue...) - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.Stack
Adds the stack values.
addValues(List<Number>) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart
Adds the values.
addValues(Number...) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart
Adds the values.
addValues(List<Number>) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart
Adds bars with right side values.
addValues(Number...) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart
Adds bars with right side values.
addValues(List<Number>) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Adds the values.
addValues(Number...) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Adds the values.
addValues(List<Number>) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Adds the values.
addValues(Number...) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Adds values.
addValues(List<Number>) - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.Stack
Adds the values.
addValues(Number...) - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.Stack
Adds the values.
ALTERNATE_SWF_SRC - Static variable in class com.rednels.ofcgwt.client.ChartWidget
 
AreaChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC area chart that extends LineChart
AreaChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.AreaChart
Creates a new area chart with AreaStyle.LINE style
AreaChart(AreaChart.AreaStyle) - Constructor for class com.rednels.ofcgwt.client.model.elements.AreaChart
Creates a new area chart with provided style
AreaChart.AreaStyle - Enum in com.rednels.ofcgwt.client.model.elements
Enumeration AreaStyle - used with AreaChart.

B

BarChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC bar chart that extends Element
BarChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.BarChart
Creates a new bar chart with normal style.
BarChart(BarChart.BarStyle) - Constructor for class com.rednels.ofcgwt.client.model.elements.BarChart
Creates a new bar chart.
BarChart.Bar - Class in com.rednels.ofcgwt.client.model.elements
Base class for OFC bar chart bars
BarChart.Bar(Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Creates a new bar.
BarChart.Bar(Number, Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Creates a new bar.
BarChart.Bar(Number, Number, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Creates a new bar.
BarChart.Bar(Number, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Creates a new bar.
BarChart.BarStyle - Enum in com.rednels.ofcgwt.client.model.elements
Enumeration BarStyle - used with BarChart.
BLANK_CHART_JSON_DATA - Static variable in class com.rednels.ofcgwt.client.ChartWidget
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.axis.Keys
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.axis.Label
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis.Labels
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.axis.YAxis
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.ChartData
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.AreaChart
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.BarChart
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.CylinderBarChart.Bar
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.CylinderBarChart
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.Element
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.FilledBarChart.Bar
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.FilledBarChart
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart.Point
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.Shape
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.Shape.Point
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.SketchBarChart
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.SketchBarChart.SketchBar
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.Stack
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.StackValue
 
buildJSON() - Method in interface com.rednels.ofcgwt.client.model.JSONizable
Build (and return) a JSONObject that contains all the items of this object.
buildJSON() - Method in class com.rednels.ofcgwt.client.model.Legend
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.Text
 
buildJSON() - Method in class com.rednels.ofcgwt.client.model.ToolTip
 

C

CacheFixImpl - Class in com.rednels.ofcgwt.client
Base class that defines if cache fix is needed
CacheFixImpl() - Constructor for class com.rednels.ofcgwt.client.CacheFixImpl
 
CacheFixImplIE - Class in com.rednels.ofcgwt.client
Base class that defines if cache fix is needed
CacheFixImplIE() - Constructor for class com.rednels.ofcgwt.client.CacheFixImplIE
 
ChartData - Class in com.rednels.ofcgwt.client.model
This is the most important class in the ofcgwt library.
ChartData() - Constructor for class com.rednels.ofcgwt.client.model.ChartData
Creates a new chart data instance.
ChartData(String) - Constructor for class com.rednels.ofcgwt.client.model.ChartData
Creates a new chart data instance with the given title.
ChartData(String, String) - Constructor for class com.rednels.ofcgwt.client.model.ChartData
Creates a new chart data instance with the given title and style.
ChartWidget - Class in com.rednels.ofcgwt.client
A gwt chart widget based on Open Flash Chart.

Create the ChartWidget and add anywhere a GWT widget can be used.
ChartWidget() - Constructor for class com.rednels.ofcgwt.client.ChartWidget
Creates a new ChartWidget.
com.rednels.ofcgwt.client - package com.rednels.ofcgwt.client
Core OFCGWT widget classes.
com.rednels.ofcgwt.client.model - package com.rednels.ofcgwt.client.model
OFC Model data classes.
com.rednels.ofcgwt.client.model.axis - package com.rednels.ofcgwt.client.model.axis
OFC axis related classes.
com.rednels.ofcgwt.client.model.elements - package com.rednels.ofcgwt.client.model.elements
OFC chart element classes.
CylinderBarChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC filled bar chart (outlined) that extends BarChart
CylinderBarChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.CylinderBarChart
Creates a new cylinder bar chart with normal style.
CylinderBarChart(CylinderBarChart.CylinderStyle) - Constructor for class com.rednels.ofcgwt.client.model.elements.CylinderBarChart
Creates a new cylinder bar chart.
CylinderBarChart(String, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.CylinderBarChart
Creates a new cylinder bar chart.
CylinderBarChart.Bar - Class in com.rednels.ofcgwt.client.model.elements
Class for OFC filled bar cylinder bars, extends BarChart.Bar
CylinderBarChart.Bar(Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.CylinderBarChart.Bar
Creates a new bar.
CylinderBarChart.Bar(Number, Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.CylinderBarChart.Bar
Creates a new bar.
CylinderBarChart.Bar(Number, Number, String, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.CylinderBarChart.Bar
Creates a new bar.
CylinderBarChart.CylinderStyle - Enum in com.rednels.ofcgwt.client.model.elements
Enumeration CylinderStyle - used with CylinderChart.

E

Element - Class in com.rednels.ofcgwt.client.model.elements
Base abstract class for OFC elements

F

FilledBarChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC filled bar chart (outlined) that extends BarChart
FilledBarChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.FilledBarChart
Creates a new filled bar chart.
FilledBarChart(String, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.FilledBarChart
Creates a new filled bar chart.
FilledBarChart.Bar - Class in com.rednels.ofcgwt.client.model.elements
Class for OFC filled bar chart bars, extends BarChart.Bar
FilledBarChart.Bar(Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.FilledBarChart.Bar
Creates a new bar.
FilledBarChart.Bar(Number, Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.FilledBarChart.Bar
Creates a new bar.
FilledBarChart.Bar(Number, Number, String, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.FilledBarChart.Bar
Creates a new bar.

G

getAlpha() - Method in class com.rednels.ofcgwt.client.model.elements.CylinderBarChart
Gets the alpha.
getAlpha() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Gets the alpha.
getAlpha() - Method in class com.rednels.ofcgwt.client.model.elements.Shape
Gets the alpha.
getAlpha() - Method in class com.rednels.ofcgwt.client.model.Legend
 
getAlphaHighlight() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Gets the alphaHighlight value
getAnimate() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Gets the animation value
getBackgroundColour() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current background colour
getBackgroundcolour() - Method in class com.rednels.ofcgwt.client.model.ToolTip
Gets the background colour.
getBgColour() - Method in class com.rednels.ofcgwt.client.model.Legend
 
getBodystyle() - Method in class com.rednels.ofcgwt.client.model.ToolTip
Gets the body style.
getBorder() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Gets the border.
getBorder() - Method in class com.rednels.ofcgwt.client.model.Legend
Get the border
getBorderColour() - Method in class com.rednels.ofcgwt.client.model.Legend
 
getBottom() - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Gets the bottom.
getColour() - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.axis.Keys
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.axis.Label
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis.Labels
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.elements.BarChart
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.elements.Shape
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.StackValue
Gets the colour.
getColour() - Method in class com.rednels.ofcgwt.client.model.ToolTip
Gets the colour.
getColours() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Gets the colours.
getDotSize() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Gets the dot size.
getDotSize() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Gets the dot size.
getDotSize() - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart
Gets the dot size.
getElements() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current elements collection
getFillAlpha() - Method in class com.rednels.ofcgwt.client.model.elements.AreaChart
Gets the fill alpha.
getFillColour() - Method in class com.rednels.ofcgwt.client.model.elements.AreaChart
Gets the fill colour.
getFlashUrl() - Method in class com.rednels.ofcgwt.client.ChartWidget
Gets the current OFC flash URL.
getFontSize() - Method in class com.rednels.ofcgwt.client.model.axis.Keys
Gets the font size.
getFontSize() - Method in class com.rednels.ofcgwt.client.model.elements.Element
Gets the font size.
getFontSize() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Gets the font size.
getGradientFill() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Gets the gradient fill.
getGridColour() - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Gets the grid colour.
getHaloSize() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Gets the halo size.
getHaloSize() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Gets the halo size.
getHeight() - Method in class com.rednels.ofcgwt.client.ChartWidget
Gets the objects height.
getInnerDivTextForFlashPlayerNotFound() - Method in class com.rednels.ofcgwt.client.ChartWidget
Gets the InnerDiv Text for when flash player is not found or can't be injected.
getJsonData() - Method in class com.rednels.ofcgwt.client.ChartWidget
Gets the current JSON data for this chart.
getJsonData() - Method in interface com.rednels.ofcgwt.client.IChartData
Get the currently set JSON data
getKeyOnClick() - Method in class com.rednels.ofcgwt.client.model.elements.Element
Gets the keyOnClick.
getLabel() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Gets the text.
getLabelColour() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Gets the label colour.
getLabels() - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Gets the labels.
getLabels() - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis.Labels
Gets the labels.
getLabels() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
Gets the labels.
getLabels() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Gets the labels.
getLabels() - Method in class com.rednels.ofcgwt.client.model.axis.YAxis
Gets the labels.
getLeft() - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Gets the left.
getLegend() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current chart legend
getLoop() - Method in class com.rednels.ofcgwt.client.model.elements.AreaChart
Gets the loop value
getMargin() - Method in class com.rednels.ofcgwt.client.model.Legend
 
getMax() - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Gets the max.
getMin() - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Gets the min.
getMouse() - Method in class com.rednels.ofcgwt.client.model.ToolTip
Gets the mouse.
getNoLabels() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Gets the no labels value
getNumDecimals() - Method in class com.rednels.ofcgwt.client.model.ChartData
 
getOffset() - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Gets the offset.
getOffset() - Method in class com.rednels.ofcgwt.client.model.elements.SketchBarChart
Gets the offset.
getOffset() - Method in class com.rednels.ofcgwt.client.model.elements.SketchBarChart.SketchBar
Gets the offset.
getOnClick() - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Gets the onClick.
getOnClick() - Method in class com.rednels.ofcgwt.client.model.elements.Element
Gets the onClick.
getOnClick() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Gets the onClick.
getOnClick() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Gets the onClick.
getOutlineColour() - Method in class com.rednels.ofcgwt.client.model.elements.CylinderBarChart.Bar
Gets the outline colour.
getOutlineColour() - Method in class com.rednels.ofcgwt.client.model.elements.CylinderBarChart
Gets the outline colour.
getOutlineColour() - Method in class com.rednels.ofcgwt.client.model.elements.FilledBarChart.Bar
Gets the outline colour.
getOutlineColour() - Method in class com.rednels.ofcgwt.client.model.elements.FilledBarChart
Gets the outline colour.
getPadding() - Method in class com.rednels.ofcgwt.client.model.Legend
 
getPosition() - Method in class com.rednels.ofcgwt.client.model.Legend
Get the position
getRadarAxis() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current RadarAxis object
getRadius() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
 
getRight() - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Gets the right.
getRightAxis() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
 
getRotation() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Gets the rotation.
getRotationAngle() - Method in class com.rednels.ofcgwt.client.model.axis.Label
Gets the rotation.
getSize() - Method in class com.rednels.ofcgwt.client.model.axis.Label
Gets the size.
getSize() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Gets the size.
getSpokeLabels() - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Gets the spoke labels.
getStartAngle() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Gets the start angle.
getSteps() - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Gets the steps.
getSteps() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Gets the steps.
getString() - Method in enum com.rednels.ofcgwt.client.model.Legend.Position
Gets the pos.
getStroke() - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Gets the stroke.
getStroke() - Method in class com.rednels.ofcgwt.client.model.Legend
 
getStroke() - Method in class com.rednels.ofcgwt.client.model.ToolTip
Gets the stroke.
getStyle() - Method in enum com.rednels.ofcgwt.client.model.elements.AreaChart.AreaStyle
Gets the style.
getStyle() - Method in enum com.rednels.ofcgwt.client.model.elements.BarChart.BarStyle
Gets the style.
getStyle() - Method in enum com.rednels.ofcgwt.client.model.elements.CylinderBarChart.CylinderStyle
Gets the style.
getStyle() - Method in enum com.rednels.ofcgwt.client.model.elements.LineChart.LineStyle
Gets the style.
getStyle() - Method in enum com.rednels.ofcgwt.client.model.elements.ScatterChart.ScatterStyle
Gets the style.
getStyle() - Method in class com.rednels.ofcgwt.client.model.Text
Get the style
getStyle() - Method in enum com.rednels.ofcgwt.client.model.ToolTip.MouseStyle
Gets the style.
getSwfId() - Method in class com.rednels.ofcgwt.client.ChartWidget
 
getSwfId() - Method in interface com.rednels.ofcgwt.client.IChartData
Get the currently set swf ID of this chart widget
getText() - Method in class com.rednels.ofcgwt.client.model.axis.Keys
Gets the text.
getText() - Method in class com.rednels.ofcgwt.client.model.axis.Label
Gets the text.
getText() - Method in class com.rednels.ofcgwt.client.model.elements.Element
Gets the text.
getText() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Gets the text.
getText() - Method in class com.rednels.ofcgwt.client.model.Text
Get the text
getTickHeight() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
Gets the tick height.
getTickLength() - Method in class com.rednels.ofcgwt.client.model.axis.YAxis
Gets the tick length.
getTitle() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current title Text
getTitlestyle() - Method in class com.rednels.ofcgwt.client.model.ToolTip
Gets the title style.
getTooltip() - Method in class com.rednels.ofcgwt.client.model.ChartData
Gets the tooltip.
getTooltip() - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Gets the tooltip.
getTooltip() - Method in class com.rednels.ofcgwt.client.model.elements.Element
Gets the tooltip.
getTooltip() - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Gets the tooltip.
getTop() - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Gets the top.
getType() - Method in class com.rednels.ofcgwt.client.model.elements.Element
Gets the type.
getUrlPrefix() - Method in class com.rednels.ofcgwt.client.ChartWidget
 
getValue() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Gets the value.
getValue() - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Gets the value.
getValue() - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.StackValue
Gets the value.
getValues() - Method in class com.rednels.ofcgwt.client.model.elements.Element
Gets the values.
getValues() - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.Stack
Gets the values.
getVisible() - Method in class com.rednels.ofcgwt.client.model.axis.Label
Gets the visible.
getVisible() - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Gets the visible.
getWidth() - Method in class com.rednels.ofcgwt.client.ChartWidget
Gets the objects width.
getWidth() - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Gets the width.
getX() - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart.Point
Gets the x.
getX() - Method in class com.rednels.ofcgwt.client.model.elements.Shape.Point
Gets the x.
getXAxis() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current XAxis object
getXLegend() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current x legend Text
getY() - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart.Point
Gets the y.
getY() - Method in class com.rednels.ofcgwt.client.model.elements.Shape.Point
Gets the y.
getYAxis() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current YAxis object (left side)
getYAxisRight() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current YAxis object (right side)
getYLegend() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current y legend Text
getYRightLegend() - Method in class com.rednels.ofcgwt.client.model.ChartData
Get the current y right legend Text
getZDepth3D() - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Gets the z-depth (3D).

H

handleChartReadyEvent() - Method in interface com.rednels.ofcgwt.client.IChartListener
Sent when a Chart Ready event that the listener has registered for occurs.
handleOnClickEvent() - Method in interface com.rednels.ofcgwt.client.IOnClickListener
Sent when a Chart OnClick event that the listener has registered for occurs.
HorizontalBarChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC horizontal bar chart that extends Element
HorizontalBarChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart
Creates a new horizontal bar chart.
HorizontalBarChart.Bar - Class in com.rednels.ofcgwt.client.model.elements
Base class for OFC horizontal bar chart bars
HorizontalBarChart.Bar(Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Creates a new bar.
HorizontalBarChart.Bar(Number, Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Creates a new bar.
HorizontalBarChart.Bar(Number, Number, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Creates a new bar.
HorizontalBarChart.Bar(Number, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Creates a new bar.

I

IChartData - Interface in com.rednels.ofcgwt.client
An interface that ChartWidgets should implement
IChartListener - Interface in com.rednels.ofcgwt.client
An interface that listeners of chart events should implement
imageSavedEvent() - Method in interface com.rednels.ofcgwt.client.IChartListener
Sent when a Image Saved event that the listener has registered for occurs.
IOnClickListener - Interface in com.rednels.ofcgwt.client
An interface that listeners of chart onclick events should implement
isCacheFixEnabled() - Method in class com.rednels.ofcgwt.client.ChartWidget
Is the CacheFix Enabled?
isCacheFixNeeded() - Method in class com.rednels.ofcgwt.client.CacheFixImpl
Returns false is all cases for all browsers
isCacheFixNeeded() - Method in class com.rednels.ofcgwt.client.CacheFixImplIE
Returns true is all cases (used by deferred bindings for IE agents)
isDecimalSeparatorComma() - Method in class com.rednels.ofcgwt.client.model.ChartData
 
isFixedNumDecimalsForced() - Method in class com.rednels.ofcgwt.client.model.ChartData
 
isShadow() - Method in class com.rednels.ofcgwt.client.model.Legend
 
isThousandSeparatorDisabled() - Method in class com.rednels.ofcgwt.client.model.ChartData
 

J

JSONizable - Interface in com.rednels.ofcgwt.client.model
An interface that objects that build JSON strings should implement

K

Keys - Class in com.rednels.ofcgwt.client.model.axis
Base class for an OFC keys
Keys(String, String, Integer) - Constructor for class com.rednels.ofcgwt.client.model.axis.Keys
Creates a new key.

L

Label - Class in com.rednels.ofcgwt.client.model.axis
Base class for an OFC label
Label() - Constructor for class com.rednels.ofcgwt.client.model.axis.Label
Creates a new label.
Label(String) - Constructor for class com.rednels.ofcgwt.client.model.axis.Label
Creates a new label.
Label(String, Integer) - Constructor for class com.rednels.ofcgwt.client.model.axis.Label
Creates a new label.
Legend - Class in com.rednels.ofcgwt.client.model
Base class for an OFC legend element
Legend(Legend.Position, boolean) - Constructor for class com.rednels.ofcgwt.client.model.Legend
Create a new Legend instance with the given position and border.
Legend.Position - Enum in com.rednels.ofcgwt.client.model
Enumeration Position - used with legend.
LineChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC line chart that extends Element
LineChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.LineChart
Creates a new line chart with normal style.
LineChart(LineChart.LineStyle) - Constructor for class com.rednels.ofcgwt.client.model.elements.LineChart
Creates a new line chart.
LineChart.Dot - Class in com.rednels.ofcgwt.client.model.elements
Base class for OFC line dots
LineChart.Dot(Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Creates a new dot.
LineChart.Dot(Number, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Creates a new dot.
LineChart.Dot(Number, String, Integer, Integer) - Constructor for class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Creates a new dot.
LineChart.LineStyle - Enum in com.rednels.ofcgwt.client.model.elements
Enumeration LineStyle - used with LineChart.

M

MIN_PLAYER_VERSION - Static variable in class com.rednels.ofcgwt.client.ChartWidget
 

N

notifyImageSaved() - Method in class com.rednels.ofcgwt.client.ChartWidget
Notifies registered chart listeners that the image was saved
notifyOnClick(String) - Method in class com.rednels.ofcgwt.client.ChartWidget
Notifies registered chart listeners that the chart is ready
notifyOnClick(String) - Method in interface com.rednels.ofcgwt.client.IChartData
Notify that the chart onclick listeners
notifyReady() - Method in class com.rednels.ofcgwt.client.ChartWidget
Notifies registered chart listeners that the chart is ready
notifyReady() - Method in interface com.rednels.ofcgwt.client.IChartData
Notify that the chart widget is ready to go

P

PieChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC pie chart that extends Element
PieChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.PieChart
Creates a new pie chart.
PieChart.Slice - Class in com.rednels.ofcgwt.client.model.elements
Base class for OFC pie slices
PieChart.Slice(Number, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Creates a new slice.
PieChart.Slice(Number, String, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Creates a new slice.

R

RadarAxis - Class in com.rednels.ofcgwt.client.model.axis
Class for an OFC radar axis that extends AbstractAxis
RadarAxis() - Constructor for class com.rednels.ofcgwt.client.model.axis.RadarAxis
 
RadarAxis.Labels - Class in com.rednels.ofcgwt.client.model.axis
Class for an OFC radar axis label
RadarAxis.Labels(List<String>) - Constructor for class com.rednels.ofcgwt.client.model.axis.RadarAxis.Labels
Creates a new labels.
RadarAxis.Labels(String...) - Constructor for class com.rednels.ofcgwt.client.model.axis.RadarAxis.Labels
Creates a new labels.
removeChartListeners(IChartListener) - Method in class com.rednels.ofcgwt.client.ChartWidget
Removes an IChartListener
removeElement(Element) - Method in class com.rednels.ofcgwt.client.model.ChartData
Removes an element from the list of elements
Rotation - Enum in com.rednels.ofcgwt.client.model.axis
The Enum Rotation.

S

saveJpgImagetoURL(String, boolean) - Method in class com.rednels.ofcgwt.client.ChartWidget
Saves a JPG image of this chart and send the JPG to the url provided.
ScatterChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC scatter chart that extends Element
ScatterChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.ScatterChart
Creates a new scatter chart with ScatterStyle.POINT style
ScatterChart(ScatterChart.ScatterStyle) - Constructor for class com.rednels.ofcgwt.client.model.elements.ScatterChart
Creates a new scatter chart with provided style.
ScatterChart.Point - Class in com.rednels.ofcgwt.client.model.elements
Base class for OFC scatter points
ScatterChart.Point(Number, Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.ScatterChart.Point
Creates a new point.
ScatterChart.ScatterStyle - Enum in com.rednels.ofcgwt.client.model.elements
Enumeration ScatterStyle - used with ScatterChart.
setAlpha(Float) - Method in class com.rednels.ofcgwt.client.model.elements.CylinderBarChart
Sets the alpha.
setAlpha(Float) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets the alpha.
setAlpha(Float) - Method in class com.rednels.ofcgwt.client.model.elements.Shape
Sets the alpha.
setAlpha(Float) - Method in class com.rednels.ofcgwt.client.model.Legend
 
setAlphaHighlight(boolean) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets alpha colour toggle as the highlight, or slice slide out animation
setAnimate(boolean) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets if animation of slice rotation build is enabled
setBackgroundColour(String) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the chart background colour in HTML hex format (#ffffff).
setBackgroundcolour(String) - Method in class com.rednels.ofcgwt.client.model.ToolTip
Sets the background colour.
setBgColour(String) - Method in class com.rednels.ofcgwt.client.model.Legend
 
setBodystyle(String) - Method in class com.rednels.ofcgwt.client.model.ToolTip
Sets the body style.
setBorder(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets the border.
setBorder(boolean) - Method in class com.rednels.ofcgwt.client.model.Legend
Sets the border, whether or not to draw a line around the side legend.
setBorderColour(String) - Method in class com.rednels.ofcgwt.client.model.Legend
 
setBottom(Number) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Sets the bottom.
setCacheFixEnabled(boolean) - Method in class com.rednels.ofcgwt.client.ChartWidget
Enables an fix/workaround that stops caching of the swf which on IE may solve some bugs.
setColour(String) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.axis.Keys
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.axis.Label
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis.Labels
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Sets the colour.
setColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.Shape
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.StackValue
Sets the colour in HTML hex format (#ffffff)
setColour(String) - Method in class com.rednels.ofcgwt.client.model.ToolTip
Sets the colour.
setColours(Collection<String>) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets colours in HTML hex format (#ffffff)
setColours(List<String>) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets the colours.
setColours(String...) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets colours in HTML hex format (#ffffff)
setDecimalSeparatorComma(boolean) - Method in class com.rednels.ofcgwt.client.model.ChartData
 
setDotSize(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Sets the dot size.
setDotSize(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Sets the dot size.
setDotSize(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart
Sets the dot size.
setElements(Collection<Element>) - Method in class com.rednels.ofcgwt.client.model.ChartData
Clears and then sets the list of elements to this collection
setFillAlpha(Float) - Method in class com.rednels.ofcgwt.client.model.elements.AreaChart
Sets the fill alpha.
setFillColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.AreaChart
Sets the fill colour in HTML hex format (#ffffff)
setFixedNumDecimalsForced(boolean) - Method in class com.rednels.ofcgwt.client.model.ChartData
 
setFlashUrl(String) - Method in class com.rednels.ofcgwt.client.ChartWidget
Sets the OFC flash URL.
setFontSize(Integer) - Method in class com.rednels.ofcgwt.client.model.axis.Keys
Sets the font size.
setFontSize(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Sets the font size.
setFontSize(String) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Sets the font size.
setGradientFill(boolean) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets the gradient fill.
setGridColour(String) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the grid colour in HTML hex format (#ffffff)
setHaloSize(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Sets the halo size.
setHaloSize(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Sets the halo size.
setHeight(String) - Method in class com.rednels.ofcgwt.client.ChartWidget
 
setInnerDivTextForFlashPlayerNotFound(String) - Method in class com.rednels.ofcgwt.client.ChartWidget
Sets the InnerDiv Text for when flash player is not found or can't be injected.
setJsonData(String) - Method in class com.rednels.ofcgwt.client.ChartWidget
Sets the JSON data for this chart & updates the chart if ready.
setKeyOnClick(String) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Sets the keyOnClick.
setKeys(Keys...) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Sets the stack keys.
setKeys(List<Keys>) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Sets the stack keys.
setKeyToggleOnClick(boolean) - Method in class com.rednels.ofcgwt.client.model.elements.Element
If true, sets keyOnClick to toggle visibility
setLabelColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Sets the label colour.
setLabels(List<String>) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Sets the labels.
setLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Sets the labels.
setLabels(List<String>) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
Sets the labels.
setLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
Sets the labels.
setLabels(List<String>) - Method in class com.rednels.ofcgwt.client.model.axis.YAxis
Sets the labels.
setLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.YAxis
Sets the labels.
setLeft(Number) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Sets the left.
setLegend(Legend) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the chart legend
setLoop(boolean) - Method in class com.rednels.ofcgwt.client.model.elements.AreaChart
Sets loop
setMargin(Integer) - Method in class com.rednels.ofcgwt.client.model.Legend
 
setMax(Number) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the max.
setMin(Number) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the min.
setMouse(ToolTip.MouseStyle) - Method in class com.rednels.ofcgwt.client.model.ToolTip
Sets the mouse.
setNoLabels(boolean) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets the no labels.
setNumDecimals(Integer) - Method in class com.rednels.ofcgwt.client.model.ChartData
 
setOffset(Boolean) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the offset.
setOffset(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.SketchBarChart
Sets the offset (the fun factor).
setOffset(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.SketchBarChart.SketchBar
Sets the offset (the fun factor).
setOnClick(String) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Sets the onClick.
setOnClick(String) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Sets the onClick.
setOnClick(String) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Sets the onClick.
setOnClick(String) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart.Slice
Sets the onClick.
setOutlineColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.CylinderBarChart.Bar
Sets the outline colour in HTML hex format (#ffffff)
setOutlineColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.CylinderBarChart
Sets the outline colour in HTML hex format (#ffffff)
setOutlineColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.FilledBarChart.Bar
Sets the outline colour in HTML hex format (#ffffff)
setOutlineColour(String) - Method in class com.rednels.ofcgwt.client.model.elements.FilledBarChart
Sets the outline colour in HTML hex format (#ffffff)
setPadding(Integer) - Method in class com.rednels.ofcgwt.client.model.Legend
 
setPosition(Legend.Position) - Method in class com.rednels.ofcgwt.client.model.Legend
Sets the position.
setRadarAxis(RadarAxis) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the RadarAxis to this RadarAxis object
setRadarAxisLabels(RadarAxis.Labels) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Sets the radar axis labels.
setRadius(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
 
setRange(Number, Number) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the range.
setRange(Number, Number, Number) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the range.
setRight(Number) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Sets the right.
setRightAxis(boolean) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
 
setRotation(Rotation) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Sets the rotation.
setRotationAngle(Integer) - Method in class com.rednels.ofcgwt.client.model.axis.Label
Sets the rotation in degrees (ie 45 = diagonal, 90 = vertical).
setShadow(boolean) - Method in class com.rednels.ofcgwt.client.model.Legend
 
setSize(Integer) - Method in class com.rednels.ofcgwt.client.model.axis.Label
Sets the size.
setSize(Integer) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Sets the size.
setSpokeLabels(RadarAxis.Labels) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Sets the radar axis spoke labels.
setSpokeLabels(List<String>) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Sets the spoke labels.
setSpokeLabels(String...) - Method in class com.rednels.ofcgwt.client.model.axis.RadarAxis
Sets the spoke labels.
setStartAngle(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.PieChart
Sets the start angle.
setSteps(Number) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the steps.
setSteps(Integer) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Sets the steps.
setStroke(Integer) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the stroke.
setStroke(Integer) - Method in class com.rednels.ofcgwt.client.model.Legend
 
setStroke(Integer) - Method in class com.rednels.ofcgwt.client.model.ToolTip
Sets the stroke.
setStyle(String) - Method in class com.rednels.ofcgwt.client.model.Text
Sets the text string.
setText(String) - Method in class com.rednels.ofcgwt.client.model.axis.Keys
Sets the text.
setText(String) - Method in class com.rednels.ofcgwt.client.model.axis.Label
Sets the text.
setText(String) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Sets the text.
setText(String) - Method in class com.rednels.ofcgwt.client.model.Text
Sets the text string.
setThousandSeparatorDisabled(boolean) - Method in class com.rednels.ofcgwt.client.model.ChartData
 
setTickHeight(Integer) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
Sets the tick height.
setTickLength(Integer) - Method in class com.rednels.ofcgwt.client.model.axis.YAxis
Sets the tick length.
setTitle(Text) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the title to this Text object
setTitlestyle(String) - Method in class com.rednels.ofcgwt.client.model.ToolTip
Sets the title style.
setTooltip(ToolTip) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the tooltip.
setTooltip(String) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Sets the tooltip.
setTooltip(String) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Sets the tooltip text (#val# is the default)
setTooltip(String) - Method in class com.rednels.ofcgwt.client.model.elements.HorizontalBarChart.Bar
Sets the tooltip.
setTop(Number) - Method in class com.rednels.ofcgwt.client.model.elements.BarChart.Bar
Sets the top.
setUrlPrefix(String) - Method in class com.rednels.ofcgwt.client.ChartWidget
Sets the url prefix of the OFC flash swf file.
setValue(Number) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart.Dot
Sets the value.
setValue(Number) - Method in class com.rednels.ofcgwt.client.model.elements.StackedBarChart.StackValue
Sets the value.
setValues(Collection) - Method in class com.rednels.ofcgwt.client.model.elements.Element
Sets the values.
setVisible(Boolean) - Method in class com.rednels.ofcgwt.client.model.axis.Label
Sets the visible.
setVisible(Boolean) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Sets the visible.
setWidth(String) - Method in class com.rednels.ofcgwt.client.ChartWidget
 
setWidth(Integer) - Method in class com.rednels.ofcgwt.client.model.elements.LineChart
Sets the width.
setX(Number) - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart.Point
Sets the x.
setX(Number) - Method in class com.rednels.ofcgwt.client.model.elements.Shape.Point
Sets the x.
setXAxis(XAxis) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the XAxis to this XAxis object
setXAxisLabels(XAxis.Labels) - Method in class com.rednels.ofcgwt.client.model.axis.XAxis
Sets the x axis labels.
setXLegend(Text) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the x legend to this Text object
setY(Number) - Method in class com.rednels.ofcgwt.client.model.elements.ScatterChart.Point
Sets the y.
setY(Number) - Method in class com.rednels.ofcgwt.client.model.elements.Shape.Point
Sets the y.
setYAxis(YAxis) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the left YAxis to this YAxis object
setYAxisLabelStyle(Integer, String) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the y axis label style.
setYAxisRight(YAxis) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the right YAxis to this YAxis object
setYAxisRightLabelStyle(Integer, String) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the y axis right label style.
setYLegend(Text) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the y legend to this Text object
setYRightLegend(Text) - Method in class com.rednels.ofcgwt.client.model.ChartData
Sets the y right legend to this Text object
setZDepth3D(Integer) - Method in class com.rednels.ofcgwt.client.model.axis.AbstractAxis
Sets the z-depth (3D).
Shape - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC shape that extends Element (polygon drawn under a chart)
Shape() - Constructor for class com.rednels.ofcgwt.client.model.elements.Shape
Creates a new shape.
Shape.Point - Class in com.rednels.ofcgwt.client.model.elements
Base class for OFC shape points
Shape.Point(Number, Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.Shape.Point
Creates a new point.
SketchBarChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC sketch bar chart (drawn) that extends FilledBarChart
SketchBarChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.SketchBarChart
Creates a new sketch bar chart.
SketchBarChart(String, String, Integer) - Constructor for class com.rednels.ofcgwt.client.model.elements.SketchBarChart
Creates a new sketch bar chart.
SketchBarChart.SketchBar - Class in com.rednels.ofcgwt.client.model.elements
Class for OFC sketch bar chart bars, extends FilledBarChart.Bar
SketchBarChart.SketchBar(Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.SketchBarChart.SketchBar
Creates a new bar.
SketchBarChart.SketchBar(Number, Integer) - Constructor for class com.rednels.ofcgwt.client.model.elements.SketchBarChart.SketchBar
Creates a new bar.
SketchBarChart.SketchBar(Number, Number, Integer) - Constructor for class com.rednels.ofcgwt.client.model.elements.SketchBarChart.SketchBar
Creates a new bar.
StackedBarChart - Class in com.rednels.ofcgwt.client.model.elements
Class for an OFC stacked bar chart that extends Element
StackedBarChart() - Constructor for class com.rednels.ofcgwt.client.model.elements.StackedBarChart
Creates a new stacked bar chart.
StackedBarChart.Stack - Class in com.rednels.ofcgwt.client.model.elements
Base class for OFC stack bar chart stacks
StackedBarChart.Stack() - Constructor for class com.rednels.ofcgwt.client.model.elements.StackedBarChart.Stack
Creates a new stack.
StackedBarChart.Stack(Number...) - Constructor for class com.rednels.ofcgwt.client.model.elements.StackedBarChart.Stack
Creates a new stack with numbers.
StackedBarChart.Stack(StackedBarChart.StackValue...) - Constructor for class com.rednels.ofcgwt.client.model.elements.StackedBarChart.Stack
Creates a new stack with values.
StackedBarChart.StackValue - Class in com.rednels.ofcgwt.client.model.elements
Base class for OFC stack bar chart values
StackedBarChart.StackValue(Number) - Constructor for class com.rednels.ofcgwt.client.model.elements.StackedBarChart.StackValue
Creates a new stack value.
StackedBarChart.StackValue(Number, String) - Constructor for class com.rednels.ofcgwt.client.model.elements.StackedBarChart.StackValue
Creates a new stack value.

T

Text - Class in com.rednels.ofcgwt.client.model
Base class for an OFC text element
Text(String) - Constructor for class com.rednels.ofcgwt.client.model.Text
Create a new Text instance with the given text and no style.
Text(String, String) - Constructor for class com.rednels.ofcgwt.client.model.Text
Create a new Text instance with the given text and style.
ToolTip - Class in com.rednels.ofcgwt.client.model
Base class for an OFC tooltip element
ToolTip() - Constructor for class com.rednels.ofcgwt.client.model.ToolTip
Create a new ToolTip instance
ToolTip(ToolTip.MouseStyle) - Constructor for class com.rednels.ofcgwt.client.model.ToolTip
Create a new ToolTip instance with the given mouse style
ToolTip.MouseStyle - Enum in com.rednels.ofcgwt.client.model
Enumeration MouseStyle - used with tooltip.
toString() - Method in enum com.rednels.ofcgwt.client.model.axis.Rotation
 
toString() - Method in class com.rednels.ofcgwt.client.model.ChartData
Returns the json formatted string of this chart data object.

V

valueOf(String) - Static method in enum com.rednels.ofcgwt.client.model.axis.Rotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rednels.ofcgwt.client.model.elements.AreaChart.AreaStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rednels.ofcgwt.client.model.elements.BarChart.BarStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rednels.ofcgwt.client.model.elements.CylinderBarChart.CylinderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rednels.ofcgwt.client.model.elements.LineChart.LineStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rednels.ofcgwt.client.model.elements.ScatterChart.ScatterStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rednels.ofcgwt.client.model.Legend.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rednels.ofcgwt.client.model.ToolTip.MouseStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.rednels.ofcgwt.client.model.axis.Rotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rednels.ofcgwt.client.model.elements.AreaChart.AreaStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rednels.ofcgwt.client.model.elements.BarChart.BarStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rednels.ofcgwt.client.model.elements.CylinderBarChart.CylinderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rednels.ofcgwt.client.model.elements.LineChart.LineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rednels.ofcgwt.client.model.elements.ScatterChart.ScatterStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rednels.ofcgwt.client.model.Legend.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rednels.ofcgwt.client.model.ToolTip.MouseStyle
Returns an array containing the constants of this enum type, in the order they are declared.

X

XAxis - Class in com.rednels.ofcgwt.client.model.axis
Class for an OFC x-axis that extends AbstractAxis
XAxis() - Constructor for class com.rednels.ofcgwt.client.model.axis.XAxis
 
XAxis.Labels - Class in com.rednels.ofcgwt.client.model.axis
Class for an OFC x-axis label that extends Label
XAxis.Labels(List<String>) - Constructor for class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Creates a new labels.
XAxis.Labels(String...) - Constructor for class com.rednels.ofcgwt.client.model.axis.XAxis.Labels
Creates a new labels.

Y

YAxis - Class in com.rednels.ofcgwt.client.model.axis
Class for an OFC y-axis that extends AbstractAxis
YAxis() - Constructor for class com.rednels.ofcgwt.client.model.axis.YAxis
 

A B C E F G H I J K L M N P R S T V X Y