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 bars
- colorHighPercent- the color of high percentile PDF bars
- colorPDF- the color of normal PDF bars
- colorCDF- the color of CDF line
- lineWidthCDF- the width of CDF and mean lines
- colorMean- the color of mean line