com.googlecode.wickedcharts.highcharts.options.color
Class NullColor
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.color.ColorReference
com.googlecode.wickedcharts.highcharts.options.color.NullColor
- All Implemented Interfaces:
- Nullable, Serializable
public class NullColor
- extends ColorReference
A ColorReference that is always rendered as JSON "null". Use this
class if you want to explicitly set a color to null to override a Highcharts
default.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullColor
public NullColor()
copy
protected ColorReference copy()
- Specified by:
copy in class ColorReference
isNull
public boolean isNull()
- Specified by:
isNull in interface Nullable- Overrides:
isNull in class ColorReference
Copyright © 2013. All Rights Reserved.