com.googlecode.wickedcharts.highcharts.options
Class Center

java.lang.Object
  extended by 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

Nested Class Summary
static class Center.Unit
           
 
Constructor Summary
Center(int x, int y, Center.Unit unit)
           
 
Method Summary
 Center.Unit getUnit()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Center

public Center(int x,
              int y,
              Center.Unit unit)
Method Detail

getUnit

public Center.Unit getUnit()

getX

public int getX()

getY

public int getY()


Copyright © 2013. All Rights Reserved.