com.googlecode.wickedcharts.highcharts.options
Class PointOptions

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.PointOptions
All Implemented Interfaces:
Serializable

public class PointOptions
extends Object
implements Serializable

Defines the configuration of the "point" option.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
http://api.highcharts.com/highcharts#plotOptions.pie.point, Serialized Form

Constructor Summary
PointOptions()
           
 
Method Summary
 Events getEvents()
           
 PointOptions setEvents(Events events)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointOptions

public PointOptions()
Method Detail

getEvents

public Events getEvents()

setEvents

public PointOptions setEvents(Events events)


Copyright © 2013. All Rights Reserved.