AnyLogic
Expand
Font size
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 Summary

ConstructorDescription
Appearance(Color colorLowPercent, Color colorHighPercent, Color colorPDF, Color colorCDF, float lineWidthCDF, Color colorMean)
Creates a histogram appearance

Method Summary

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

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