Class FourierRenderer.RenderResult

  • Enclosing class:
    FourierRenderer

    public class FourierRenderer.RenderResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RenderResult​(int pixels, int N, int channels)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • N

        public int N
      • values

        public double[][][] values
      • renderedImages

        public java.awt.image.BufferedImage[] renderedImages
      • pixelOffset

        public int pixelOffset
      • offset

        public int offset
      • length

        public int length
      • renderedLength

        public int renderedLength
      • rendered

        public boolean rendered
      • max

        public double max
      • min

        public double min
      • totalMaximum

        public java.lang.Double totalMaximum
    • Constructor Detail

      • RenderResult

        public RenderResult​(int pixels,
                            int N,
                            int channels)