Package com.anylogic.engine.analysis
- java.lang.Object
- com.anylogic.engine.analysis.Histogram.Appearance
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Histogram
public static class Histogram.Appearance extends Object implements Serializable
Descriptor or a histogram appearance. Defines colors and lines.
- See Also:
- Serialized Form
Constructor | Description |
---|---|
Appearance |
Creates a histogram appearance
|
public Appearance(Color colorLowPercent, Color colorHighPercent, Color colorPDF, Color colorCDF, float lineWidthCDF, Color colorMean)
Creates a histogram appearance
- Parameters:
colorLowPercent
- the color of low percentile PDF barscolorHighPercent
- the color of high percentile PDF barscolorPDF
- the color of normal PDF barscolorCDF
- the color of CDF linelineWidthCDF
- the width of CDF and mean linescolorMean
- the color of mean line