| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart.xy | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree | |
| com.zavtech.morpheus.viz.util |
| Modifier and Type | Field and Description |
|---|---|
private ColorModel |
XyPlotBase.colorModel |
| Modifier and Type | Method and Description |
|---|---|
ColorModel |
XyPlotBase.getColorModel()
Returns a reference to the color model for this chart
|
| Modifier and Type | Method and Description |
|---|---|
XyPlot<X> |
XyPlotBase.withColorModel(ColorModel colorModel) |
XyPlot<X> |
XyPlot.withColorModel(ColorModel colorModel)
Applies a color model to choose series colors for this plot
|
| Modifier and Type | Field and Description |
|---|---|
private ColorModel |
GPiePlot.colorModel |
| Modifier and Type | Field and Description |
|---|---|
private ColorModel |
JFPiePlot.colorModel |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CIEModel
A color model based on 128 statically defined colors
|
(package private) class |
ColorModelBase
A convenience base class for building fixed size color models
|
(package private) class |
ColorModelFixed
A convenience base class for building fixed size color models.
|
(package private) class |
DefaultColors
https://sashat.me/2017/01/11/list-of-20-simple-distinct-colors/
|
(package private) class |
GoldenRatioColors
A color model based on a Golden Ratio algorithm
|
(package private) class |
KellyColors
Kelly's 22 colors of Maximum Contrast
|
| Modifier and Type | Field and Description |
|---|---|
static Supplier<ColorModel> |
ColorModel.CIE_MODEL |
static Supplier<ColorModel> |
ColorModel.DEFAULT |
static Supplier<ColorModel> |
ColorModel.GOLDEN_RATIO |
static Supplier<ColorModel> |
ColorModel.KELLY |
| Modifier and Type | Method and Description |
|---|---|
ColorModel |
ColorModelBase.reset() |
ColorModel |
ColorModel.reset()
Resets this color model
|
Copyright 2014-2017, Xavier Witdouck