Interface SlopeEmphasizer.ForType

Enclosing class:
SlopeEmphasizer

public static interface SlopeEmphasizer.ForType
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    emphasize(Object values, int offset, int count)
     
    void
    emphasize(Object values, int offset, int count, int step)
     
  • Method Details

    • emphasize

      void emphasize(Object values, int offset, int count)
    • emphasize

      void emphasize(Object values, int offset, int count, int step)