| Package | Description |
|---|---|
| com.googlecode.wickedcharts.highcharts.jackson | |
| com.googlecode.wickedcharts.highcharts.options.series |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreeDimensionalCoordinateSerializer.serialize(ThreeDCoordinate<X,Y,Z> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
ThreeDCoordinate<X,Y,Z> |
ThreeDCoordinate.setZ(Z z) |
ThreeDCoordinate |
ThreeDCoordinate.setZQuoted(Boolean isZQuoted)
If true, the z value will be put into quotes when serialized into javascript.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThreeDCoordinate<X,Y,Z>> |
Custom3DCoordinateSeries.getData() |
| Modifier and Type | Method and Description |
|---|---|
Custom3DCoordinateSeries<X,Y,Z> |
Custom3DCoordinateSeries.setData(ThreeDCoordinate<X,Y,Z>... data) |
| Modifier and Type | Method and Description |
|---|---|
Custom3DCoordinateSeries<X,Y,Z> |
Custom3DCoordinateSeries.setData(List<ThreeDCoordinate<X,Y,Z>> data) |
Copyright © 2016. All rights reserved.