com.xj.anylogic.engine.analysis
Class Histogram.Appearance

java.lang.Object
  extended by com.xj.anylogic.engine.internal.CSVProperties
      extended by 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
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 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


Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.