com.xj.anylogic.engine.analysis
Class Histogram.Appearance
java.lang.Object
com.xj.anylogic.engine.internal.CSVProperties
com.xj.anylogic.engine.analysis.Histogram.Appearance
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Histogram
public static class Histogram.Appearance
- extends com.xj.anylogic.engine.internal.CSVProperties
- implements java.io.Serializable
Descriptor or a histogram appearance. Defines colors and lines.
- See Also:
- Serialized Form
|
Constructor Summary |
Histogram.Appearance(java.awt.Color colorLowPercent,
java.awt.Color colorHighPercent,
java.awt.Color colorPDF,
java.awt.Color colorCDF,
float lineWidthCDF,
java.awt.Color colorMean)
Creates a histogram appearance |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Histogram.Appearance
public Histogram.Appearance(java.awt.Color colorLowPercent,
java.awt.Color colorHighPercent,
java.awt.Color colorPDF,
java.awt.Color colorCDF,
float lineWidthCDF,
java.awt.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
Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.