Documentation of 'jas2.hist.normalization.RelativeNormalizer' Java class
RelativeNormalizer
jas2.hist.normalization

Class RelativeNormalizer

  • All Implemented Interfaces:
    Normalizer, java.util.Observer


    public class RelativeNormalizer
    extends java.util.Observable
    implements Normalizer, java.util.Observer
    A normalizar that normalizes by the ratio of two other normalizers
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getNormalizationFactor()
      The displayed data will be divided by this factor
      void update(java.util.Observable obs, java.lang.Object arg) 
      • Methods inherited from class java.util.Observable

        addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RelativeNormalizer

        public RelativeNormalizer(Normalizer numerator,
                                  Normalizer denominator)
        Creates new RelativeNormalizer
    • Method Detail

      • getNormalizationFactor

        public double getNormalizationFactor()
        Description copied from interface: Normalizer
        The displayed data will be divided by this factor
        Specified by:
        getNormalizationFactor in interface Normalizer
      • update

        public void update(java.util.Observable obs,
                           java.lang.Object arg)
        Specified by:
        update in interface java.util.Observer

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.