Class Limits


  • @Deprecated
    public class Limits
    extends Object
    Deprecated.
    Limits for a histogram, this is only a wrapper for initializing a histogram.
    Author:
    Steinar Knutsen
    • Constructor Detail

      • Limits

        public Limits()
        Deprecated.
        Create an empty Limits instance.
      • Limits

        public Limits​(double[] limits)
        Deprecated.
        Create a Limits instance suitable for use in a Value.Parameters instance. The instance will be frozen.
    • Method Detail

      • addAxis

        public void addAxis​(String name,
                            double[] limits)
        Deprecated.
        Parameters:
        name - the name of the variable for this axis
        limits - the bucket limits for this axis
      • freeze

        public void freeze()
        Deprecated.
        Prevent adding any mores axes.
      • isFrozen

        public boolean isFrozen()
        Deprecated.
        True if further change is not permitted.
        Returns:
        whether this object now should be considered immutable