com.googlecode.wickedcharts.highcharts.options
Class PixelOrPercent

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

public class PixelOrPercent
extends Object
implements Serializable

Describes either a pixel value or a percentage value.

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

Nested Class Summary
static class PixelOrPercent.Unit
           
 
Constructor Summary
PixelOrPercent(int value, PixelOrPercent.Unit unit)
           
 
Method Summary
 PixelOrPercent.Unit getUnit()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixelOrPercent

public PixelOrPercent(int value,
                      PixelOrPercent.Unit unit)
Method Detail

getUnit

public PixelOrPercent.Unit getUnit()

getValue

public int getValue()


Copyright © 2013. All Rights Reserved.