public class HighchartsColor extends ColorReference
ColorReference referencing a color managed by Highcharts.
Highcharts provides a set colors accessible by an index.| Constructor and Description |
|---|
HighchartsColor(Integer highchartsIndex)
Constructs a
ColorReference to a color managed by Highcharts. |
| Modifier and Type | Method and Description |
|---|---|
protected ColorReference |
copy() |
Integer |
getHighchartsIndex() |
HighchartsColor |
setHighchartsIndex(Integer highchartsIndex) |
brighten, getBrightness, isNull, setBrightnesspublic HighchartsColor(Integer highchartsIndex)
ColorReference to a color managed by Highcharts.highchartsIndex - the index under which Highcharts manages the wanted color.protected ColorReference copy()
copy in class ColorReferencepublic Integer getHighchartsIndex()
public HighchartsColor setHighchartsIndex(Integer highchartsIndex)
Copyright © 2013. All Rights Reserved.