com.googlecode.wickedcharts.highcharts.options
Class Center
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Center
- All Implemented Interfaces:
- Serializable
public class Center
- extends Object
- implements Serializable
Defines the location pf a pie chart
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#plotOptions.pie.center,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Center
public Center(int x,
int y,
Center.Unit unit)
getUnit
public Center.Unit getUnit()
getX
public int getX()
getY
public int getY()
Copyright © 2013. All Rights Reserved.