Uses of Class
org.moxieapps.gwt.highcharts.client.Configurable

Packages that use Configurable
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
org.moxieapps.gwt.highcharts.client.labels Provides configuration objects that are used to control the display of the axis labels and data labels on the charts. 
org.moxieapps.gwt.highcharts.client.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

Uses of Configurable in org.moxieapps.gwt.highcharts.client
 

Subclasses of Configurable in org.moxieapps.gwt.highcharts.client
 class Animation
          A configurable class that can be used to represent custom animation options, which can then be set as the default animation approach for the entire chart via the BaseChart.setAnimation(Animation) method, or just set for certain operations (such as when adding a new point to a series in Series.addPoint(Number, boolean, boolean, Animation).
 class Axis<T extends Axis>
          The base class for both the X and Y axis types, which allows for general options to be set via the inherited setOption(String, Object) method.
 class AxisTitle
          A configurable class that can be used to represent custom title options for an axis, which can then be set on a specific axis (via the Axis.setAxisTitle(AxisTitle) method.) Example usage:
 class Button<T extends Button>
          Configurable class which allows one to control the various options for export buttons.
 class ChartSubtitle
          A configurable class that can be used to represent custom sub title options for the chart, which can then be set on the chart (via the BaseChart.setChartSubtitle(ChartSubtitle) method.) Example usage:
 class ChartTitle
          A configurable class that can be used to represent custom title options for the chart, which can then be set the chart (via the BaseChart.setChartTitle(ChartTitle) method.) Example usage:
 class Color
          Represents a color as either a solid RGB color, an RBG color with an alpha channel, or a gradient of colors.
 class ColorAxis
          Provides access to an object that can be used to configure and manage the color axis of the chart.
 class ContextButton
          A configurable class that will allow you to control the export button options of the chart.
 class Credits
          A configurable class that can be used to represent custom credits options for the chart, which can then be set on the chart (via the BaseChart.setCredits(Credits) method.) Highchart by default puts a credits label in the lower right corner of the chart.
 class DateTimeLabelFormats
          Represents the configuration options available for controlling the way date and time information will be displayed.
 class Drilldown
          A configurable class that can be used to drill down into a series or point, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
 class Exporting
          A configurable class that will allow you to control the options for exporting module.
 class Frame
          Provides the option to draw a frame around the chart by defining a bottom, front and back panel.
static class Frame.FramePanel
          Inner class to support setting 'frame' attributes in a 3d chart.
 class Global
          A configurable class that can be used to globally configure options for Highcharts.
static class Highcharts.Options
          A configurable class that can be used to globally configure options for Highcharts.
 class LabelItem
          A simple configurable object that can be used to position arbitrary HTML labels anywhere in the chart area.
 class Lang
          A configurable class that can be used to globally configure the messages displayed by Highcharts.
 class Legend
          A configurable class that can be used to represent custom legend options for the chart, which can then be set on the chart (via the BaseChart.setLegend(Legend) method.) The legend is a box containing a symbol and name for each series item or point item in the chart.
 class Loading
          A configurable class that can be used to represent custom loading options for the chart, which can then be set on the chart (via the BaseChart.setLoading(Loading) method.) The loading options control the appearance of the loading screen that covers the plot area on chart operations.
 class MapNavigation
          TODO: HIGHMAPS A configurable class that represents the custom map mapNavigation options which can then be set on the chart via MapChart.setMapNavigation(MapNavigation) These options control the look and functionality of buttons that allow panning and zooming on a map.
 class Navigation
          A configurable class that will allow you to control the options for buttons and menus appearing in the exporting module.
 class Navigator
          The navigator is a small series below the main series, displaying a view of the entire data set.
 class NoData
          A set of options for setting the "noData" portion of the chart which represents options for displaying a message like "No data to display".
 class Options3D
          The Options3d class represents a set of options for a 3D chart.
 class Pane
          A configurable class that will allow you to control the pane options of the charts, which applies only to polar charts and angular gauges.
 class PaneBackground
          A configurable class that will allow you to control the pane background options of the charts, which applies only to polar charts and angular gauges.
 class PlotBand
          A configurable class that can be used to represent plot bands across an area of the chart, which can then be set on an axis (via the Axis.setPlotBands(PlotBand...) method.) Note that a plot band is a colored band stretching across the plot area marking an interval on the axis.
 class PlotLine
          A configurable class that can be used to represent plot lines on an axis of the chart, which can then be set on an axis (via the Axis.setPlotLines(PlotLine...) method.) Note that a plot line is a line stretching across the plot area, marking a specific value on one of the axes.
 class Point
          Represents a single data point that can be added to a Series.
 class Position
          A configurable class that can be used to represent position options for specific pieces of a chart such as the "drillUpButton" which is related to Drilldown or the NoData text.
 class RangeSelector
          The range selector is a tool for selecting ranges to display within a StockChart.
static class RangeSelector.Button
          Manages the options for configuring the buttons to show within the RangeSelector of a StockChart.
 class ResetZoomButton
          A configurable class that will allow you to control the reset zoom button options of the chart.
 class Scrollbar
          A configurable class that can be used to represent custom scrollbar options within a StockChart, which can then be set on the chart (via the StockChart.setScrollbar(Scrollbar) method.) The scrollbar is a means of panning over the X axis of a chart.
 class Series
          Manages a data series (and its options) that can then be added to a Chart.
 class Style
          A configurable class that can be used to represent custom CSS style options for the chart, which can then be set on various other configuration objects (e.g.
 class Theme
          a configurable class that represents a collection SVG and CSS attributes that are used for changing the look of various chart elements that support the setTheme method (e.g.
 class ToolTip
          A configurable class that can be used to represent custom ToolTip options for the chart, which can then be set on the chart (via the BaseChart.setToolTip(ToolTip) method.) The tooltip appears when the user hovers over a series or point.
 class XAxis
          Provides access to an object that can abe used to configure and manage the x-axis of the chart.
 class YAxis
          Provides access to an object that can abe used to configure and manage the y-axis of the chart.
 class ZAxis
          Provides access to an object that can abe used to configure and manage the z-axis of the chart.
 

Uses of Configurable in org.moxieapps.gwt.highcharts.client.labels
 

Subclasses of Configurable in org.moxieapps.gwt.highcharts.client.labels
 class BaseDataLabels<T extends BaseDataLabels>
          A common base class for both DataLabels and ProportionalDataLabels to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 class DataLabels
          A simple configurable class that can be used to represent custom data label display options, which can then be set as the default data label display approach which can then be applied to a PlotOptions (via the PlotOptions.setDataLabels(org.moxieapps.gwt.highcharts.client.labels.DataLabels) method).
 class FunnelDataLabels
          A configurable class that can be used to represent custom data label display options for funnel charts, which can then be set as the default data label display approach and applied to the FunnelPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) method).
 class Labels<T extends Labels>
          Represents the common base class for all label configuration option types, which allows for general options to be set via the inherited setOption(String, Object) method.
 class PieDataLabels
          A configurable class that can be used to represent custom data label display options for pie charts, which can then be set as the default data label display approach and applied to the PiePlotOptions (via the PiePlotOptions.setPieDataLabels(PieDataLabels) method).
 class PlotBandLabel
          Represents the configuration options that can be set for the labels of a PlotBand, and can then be passed to the PlotBand.setLabel(PlotBandLabel) method.
 class PlotLineLabel
          Represents the configuration options that can be set for the labels of a PlotLine, and can then be passed to the PlotLine.setLabel(PlotLineLabel) method.
 class ProportionalDataLabels<T extends ProportionalDataLabels>
          A configurable class that can be used to represent custom data label display options for pie charts and funnel charts, which can then be set as the default data label display approach and applied to the ProportionalPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) or PiePlotOptions.setPieDataLabels(PieDataLabels) methods).
 class PyramidDataLabels
          A configurable class that can be used to represent custom data label display options for funnel charts, which can then be set as the default data label display approach and applied to the FunnelPlotOptions (via the FunnelPlotOptions.setFunnelDataLabels(FunnelDataLabels) method).
 class StackLabels
          Represents the configuration options that can be set for the stack labels on the y-axis of a chart, and can then be passed to the YAxis.setStackLabels(StackLabels) method.
 class XAxisLabels
          Represents the configuration options that can be set for the labels on the x-axis of a chart, and can then be passed to the XAxis.setLabels(org.moxieapps.gwt.highcharts.client.labels.XAxisLabels) method.
 class YAxisLabels
          Represents the configuration options that can be set for the labels on the x-axis of a chart, and can then be passed to the YAxis.setLabels(org.moxieapps.gwt.highcharts.client.labels.YAxisLabels) method.
 

Uses of Configurable in org.moxieapps.gwt.highcharts.client.plotOptions
 

Subclasses of Configurable in org.moxieapps.gwt.highcharts.client.plotOptions
 class AreaPlotOptions
          Represents the general plot options available for all area type series, which can be set either generically on the chart via the BaseChart.setAreaPlotOptions(AreaPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class AreaRangePlotOptions
          Represents the general plot options available for all area range type series, which can be set either generically on the chart via the BaseChart.setAreaRangePlotOptions(AreaRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class AreaSplinePlotOptions
          Represents the general plot options available for all area spline type series, which can be set either generically on the chart via the BaseChart.setAreaSplinePlotOptions(AreaSplinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class AreaSplineRangePlotOptions
          Represents the general plot options available for all area spline range type series, which can be set either generically on the chart via the BaseChart.setAreaSplineRangePlotOptions(AreaSplineRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class BarPlotOptions
          Represents the general plot options available for all bar type series, which can be set either generically on the chart via the BaseChart.setBarPlotOptions(BarPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class BaseAreaPlotOptions<T extends BaseAreaPlotOptions>
          A common base class for both AreaPlotOptions and AreaRangePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 class BaseAreaSplinePlotOptions<T extends BaseAreaSplinePlotOptions>
          A common base class for both AreaSplinePlotOptions and AreaSplineRangePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 class BaseColumnPlotOptions<T extends BaseColumnPlotOptions>
          A common base class for BoxPlotOptions, ColumnPlotOptions and ColumnRangePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 class BaseGaugePart<T extends BaseGaugePart>
          A common base class for both Dial and Pivot to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 class BaseGaugePlotOptions<T extends BaseGaugePlotOptions>
          A common base class for GaugePlotOptions and SolidGaugePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 class BaseMapOptions<T extends BaseMapOptions>
          A common base class for HeatmapPlotOptions and other map plot types to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 class BaseProportionalPlotOptions<T extends BaseProportionalPlotOptions>
          A common base class for both FunnelPlotOptions and PiePlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 class BaseStatisticalPlotOptions<T extends BaseStatisticalPlotOptions>
          A common base class for both BoxPlotOptions and ErrorBarPlotOptions to prevent code duplication while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
 class BoxPlotOptions
          Represents the general plot options available for all box type series, which can be set either generically on the chart via the BaseChart.setBoxPlotOptions(BoxPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class BubblePlotOptions
          Represents the general plot options available for all bubble type series, which can be set either generically on the chart via the BaseChart.setBubblePlotOptions(BubblePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class CandlestickPlotOptions
          Represents the general plot options available for all Candlestick type series, which can be set either generically on the chart via the StockChart.setCandlestickPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.CandlestickPlotOptions) )} method or directly on a series via the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.
 class ColumnPlotOptions
          Represents the general plot options available for all column type series, which can be set either generically on the chart via the BaseChart.setColumnPlotOptions(ColumnPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class ColumnRangePlotOptions
          Represents the general plot options available for all column type series, which can be set either generically on the chart via the BaseChart.setColumnRangePlotOptions(ColumnRangePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class DataGrouping
          A configurable class to set the options for the data grouping of the plot.
 class Dial
          Represents the general dial options available for for the gauge's dial, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class ErrorBarPlotOptions
          Represents the general plot options available for all error bar type series, which can be set either generically on the chart via the BaseChart.setErrorBarPlotOptions(ErrorBarPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class FlagPlotOptions
          Represents the options for the Flags present on the chart.
 class FunnelPlotOptions
          Represents the general plot options available for all funnel type series, which can be set either generically on the chart via the BaseChart.setFunnelPlotOptions(FunnelPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class GaugePlotOptions
          Represents the general plot options available for all gauge type series, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class HeatmapPlotOptions
          represents the general plot options available for all heatmap type series, which can be set wither generically on the chart via the BaseChart.setHeatmapPlotOptions(HeatmapPlotOptions) method or directly on a series via the Series#setPlotOptions(PlotOptions

Note that these options are only needed if you want to specifically control the general options for all heatmap type series in the entire chart.

 class LinePlotOptions
          Represents the general plot options available for all line type series, which can be set either generically on the chart via the BaseChart.setLinePlotOptions(LinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class Marker
          Controls configuration options for the markers within a series.
 class OHLCPlotOptions
          Represents the general plot options available for all OHLC type series, which can be set either generically on the chart via the StockChart.setOHLCPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.OHLCPlotOptions) )} method or directly on a series via the Series.setPlotOptions(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions) method.
 class PiePlotOptions
          Represents the general plot options available for all pie type series, which can be set either generically on the chart via the BaseChart.setPiePlotOptions(PiePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class Pivot
          Represents the general dial options available for for the gauge's dial, which can be set either generically on the chart via the BaseChart.setGaugePlotOptions(GaugePlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class PlotOptions<T extends PlotOptions>
          Represents the base class of all PlotOptions types.
 class PyramidPlotOptions
          Represents the general plot options available for all pyramid type series, which can be set either generically on the chart via the BaseChart.setPyramidPlotOptions(PyramidPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class ScatterPlotOptions
          Represents the general plot options available for all scatter type series, which can be set either generically on the chart via the BaseChart.setScatterPlotOptions(ScatterPlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class SeriesPlotOptions
          Represents the general plot options available for all series types, which can be set either generically on the chart via the BaseChart.setSeriesPlotOptions(SeriesPlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class SolidGaugePlotOptions
          Note that this series type requires the "solid-gauge.js" module.
 class SplinePlotOptions
          Represents the general plot options available for all spline type series, which can be set either generically on the chart via the BaseChart.setSplinePlotOptions(SplinePlotOptions) )} method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class TreemapPlotOptions
          Represents the general plot options available for all treemap type series, which can be set either generically on the chart via the BaseChart.setTreemapPlotOptions(TreemapPlotOptions) method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
static class TreemapPlotOptions.Level
          Configurable inner class used to set options on specific levels.
 class WaterfallPlotOptions
          Represents the general plot options available for all waterfall type series, which can be set either generically on the chart via the WaterfallPlotOptions method or directly on a series via the Series.setPlotOptions(PlotOptions) method.
 class Zone
          A configurable class representing the general options for a plot's axis zones.
 



Copyright © 2015. All Rights Reserved.