Uses of Class
org.moxieapps.gwt.highcharts.client.plotOptions.FlagPlotOptions

Packages that use FlagPlotOptions
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 FlagPlotOptions in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return FlagPlotOptions
 FlagPlotOptions FlagPlotOptions.setFillColor(Color fillColor)
          Convenience method for setting the 'fillColor' option of the flag, allowing for colors with opacity or gradients.
 FlagPlotOptions FlagPlotOptions.setFillColor(String fillColor)
          Convenience method for setting the 'fillColor' option of the flag to an RGB hex value.
 FlagPlotOptions FlagPlotOptions.setLineColor(Color lineColor)
          Convenience method for setting the 'lineColor' option of the flag, allowing for colors with opacity or gradients.
 FlagPlotOptions FlagPlotOptions.setLineColor(String lineColor)
          Convenience method for setting the 'lineColor' option of the flag to an RGB hex value.
 FlagPlotOptions FlagPlotOptions.setOnSeries(String onSeries)
          Convenience method for setting the 'onSeries' option of the flag.
 FlagPlotOptions FlagPlotOptions.setShape(FlagPlotOptions.Shape shape)
          Convenience method for setting the 'shape' option of the flag.
 FlagPlotOptions FlagPlotOptions.setStyle(Style style)
          Convenience method for setting the 'style' options of the flag.
 FlagPlotOptions FlagPlotOptions.setWidth(Number width)
          Convenience method for setting the 'width' option of the flag.
 



Copyright © 2015. All Rights Reserved.