Uses of Enum Class
repast.simphony.chart2.OutOfRangeHandling
Packages that use OutOfRangeHandling
-
Uses of OutOfRangeHandling in repast.simphony.chart2
Methods in repast.simphony.chart2 that return OutOfRangeHandlingModifier 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.Constructors in repast.simphony.chart2 with parameters of type OutOfRangeHandlingModifierConstructorDescriptionStaticHistogramDataset
(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
Methods in repast.simphony.chart2.engine that return OutOfRangeHandlingMethods in repast.simphony.chart2.engine with parameters of type OutOfRangeHandlingModifier and TypeMethodDescriptionvoid
HistogramChartDescriptor.setOutOfRangeHandling
(OutOfRangeHandling outOfRange)