Uses of Class
com.googlecode.wickedcharts.highcharts.options.series.Point

Packages that use Point
com.googlecode.wickedcharts.highcharts.options.drilldown   
com.googlecode.wickedcharts.highcharts.options.interaction   
com.googlecode.wickedcharts.highcharts.options.livedata   
com.googlecode.wickedcharts.highcharts.options.series   
com.googlecode.wickedcharts.highcharts.options.util   
 

Uses of Point in com.googlecode.wickedcharts.highcharts.options.drilldown
 

Subclasses of Point in com.googlecode.wickedcharts.highcharts.options.drilldown
 class DrilldownPoint
          A Point that allows to specify a drill down to show a different chart on click.
 

Methods in com.googlecode.wickedcharts.highcharts.options.drilldown that return Point
 Point DrilldownPoint.setDrilldownOptionsIndex(Integer drilldownOptionsIndex)
          All drilldown options are stored in a javascript array.
 

Uses of Point in com.googlecode.wickedcharts.highcharts.options.interaction
 

Methods in com.googlecode.wickedcharts.highcharts.options.interaction that return Point
 Point InteractionEvent.getSelectedPoint()
          Returns the Point which was interacted with.
 

Methods in com.googlecode.wickedcharts.highcharts.options.interaction with parameters of type Point
 void InteractionEvent.setSelectedPoint(Point selectedPoint)
           
 

Uses of Point in com.googlecode.wickedcharts.highcharts.options.livedata
 

Methods in com.googlecode.wickedcharts.highcharts.options.livedata that return Point
abstract  Point LiveDataSeries.update(LiveDataSeries.JavaScriptParameters parameters)
          This method is called for each update interval.
 

Uses of Point in com.googlecode.wickedcharts.highcharts.options.series
 

Methods in com.googlecode.wickedcharts.highcharts.options.series that return Point
 Point Point.setColor(Color color)
           
 Point Point.setColor(ColorReference color)
           
 Point Point.setDataLabels(DataLabels dataLabels)
           
 Point Point.setEvents(Events events)
           
 Point Point.setId(String id)
           
 Point Point.setLegendIndex(Integer legendIndex)
           
 Point Point.setMarker(Marker marker)
           
 Point Point.setName(String name)
           
 Point Point.setSelected(Boolean selected)
           
 Point Point.setSliced(Boolean sliced)
           
 Point Point.setWickedChartsId(Integer wickedChartsId)
          Sets the Wicked Charts specific ID for this Point.
 Point Point.setX(Number x)
           
 Point Point.setY(Number y)
           
 

Methods in com.googlecode.wickedcharts.highcharts.options.series that return types with arguments of type Point
 List<Point> PointSeries.getData()
           
 

Methods in com.googlecode.wickedcharts.highcharts.options.series with parameters of type Point
 PointSeries PointSeries.setData(Point... data)
           
 

Method parameters in com.googlecode.wickedcharts.highcharts.options.series with type arguments of type Point
 PointSeries PointSeries.setData(List<Point> data)
           
 

Uses of Point in com.googlecode.wickedcharts.highcharts.options.util
 

Methods in com.googlecode.wickedcharts.highcharts.options.util that return Point
static Point OptionsUtil.getPointWithWickedChartsId(Options options, int wickedChartsId)
          Retrieves the Point object with the given wickedChartsId from the given Options object.
 



Copyright © 2013. All Rights Reserved.