Class HistogramChartDescriptor

All Implemented Interfaces:
Descriptor

public class HistogramChartDescriptor extends ChartDescriptor
ChartDescriptor for histogram type charts.
Author:
Nick Collier
  • Constructor Details

    • HistogramChartDescriptor

      public HistogramChartDescriptor(String name)
  • Method Details

    • getBarColor

      public Color getBarColor()
      Returns:
      the barColor
    • setBarColor

      public void setBarColor(Color barColor)
      Parameters:
      barColor - the barColor to set
    • getHistType

      Returns:
      the histType
    • setHistType

      public void setHistType(HistogramChartDescriptor.HistogramType histType)
      Parameters:
      histType - the histType to set
    • getBinCount

      public int getBinCount()
      Returns:
      the binCount
    • setBinCount

      public void setBinCount(int binCount)
      Parameters:
      binCount - the binCount to set
    • getSourceId

      public String getSourceId()
      Returns:
      the sourceId
    • setSourceId

      public void setSourceId(String sourceId)
      Parameters:
      sourceId - the sourceId to set
    • getOutOfRangeHandling

      public OutOfRangeHandling getOutOfRangeHandling()
      Returns:
      the outOfRange
    • setOutOfRangeHandling

      public void setOutOfRangeHandling(OutOfRangeHandling outOfRange)
      Parameters:
      outOfRange - the outOfRange to set
    • getMin

      public double getMin()
      Returns:
      the min
    • setMin

      public void setMin(double min)
      Parameters:
      min - the min to set
    • getMax

      public double getMax()
      Returns:
      the max
    • setMax

      public void setMax(double max)
      Parameters:
      max - the max to set