Uses of Enum Class
repast.simphony.chart2.OutOfRangeHandling
-
Uses of OutOfRangeHandling in repast.simphony.chart2
Modifier and TypeMethodDescriptionstatic OutOfRangeHandling
Returns the enum constant of this class with the specified name.static OutOfRangeHandling[]
OutOfRangeHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionStaticHistogramDataset
(Comparable<?> key, double[] edges, OutOfRangeHandling ooHandling) StaticHistogramDataset
(Comparable<?> key, double min, double max, int numBins, OutOfRangeHandling ooHandling) -
Uses of OutOfRangeHandling in repast.simphony.chart2.engine
Modifier and TypeMethodDescriptionvoid
HistogramChartDescriptor.setOutOfRangeHandling
(OutOfRangeHandling outOfRange)