com.googlecode.wickedcharts.highcharts.options
Class PixelOrPercent
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PixelOrPercent
public PixelOrPercent(int value,
PixelOrPercent.Unit unit)
getUnit
public PixelOrPercent.Unit getUnit()
getValue
public int getValue()
Copyright © 2013. All Rights Reserved.