com.googlecode.wickedcharts.highcharts.jackson
Class ColorReferenceSerializer<T>
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<Nullable>
com.googlecode.wickedcharts.highcharts.jackson.NullableSerializer<T>
com.googlecode.wickedcharts.highcharts.jackson.ColorReferenceSerializer<T>
- Direct Known Subclasses:
- HexColorReferenceSerializer, HighchartsColorReferenceSerializer, NullColorReferenceSerializer, RgbaColorReferenceSerializer, SimpleColorReferenceSerializer
public abstract class ColorReferenceSerializer<T>
- extends NullableSerializer<T>
| Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer |
com.fasterxml.jackson.databind.JsonSerializer.None |
| Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer |
handledType, isEmpty, isUnwrappingSerializer, serializeWithType, unwrappingSerializer, usesObjectId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorReferenceSerializer
public ColorReferenceSerializer()
brighten
protected String brighten(String colorString,
float brightness)
toHexString
protected String toHexString(Color color)
Copyright © 2013. All Rights Reserved.