Class AudioSignalRenderer

  • All Implemented Interfaces:
    java.lang.Runnable

    public class AudioSignalRenderer
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Detail

    • Method Detail

      • renderImage

        public java.awt.image.RenderedImage renderImage​(int fromPixel,
                                                        int toPixel,
                                                        int height,
                                                        double framesPerPixel,
                                                        boolean useThread,
                                                        boolean forceRendering)
                                                 throws AudioSourceException
        Throws:
        AudioSourceException
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • close

        public void close()
      • getNotifyOnPixels

        public int getNotifyOnPixels()
      • setNotifyOnPixels

        public void setNotifyOnPixels​(int notifyOnPixels)
      • setBackgroundColor

        public void setBackgroundColor​(java.awt.Color backgroundColor)
        Parameters:
        backgroundColor - the backgroundColor to set
      • getBackgroundColor

        public java.awt.Color getBackgroundColor()
        Returns:
        the backgroundColor
      • setSignalColor

        public void setSignalColor​(java.awt.Color signalColor)
        Parameters:
        signalColor - the signalColor to set
      • getSignalColor

        public java.awt.Color getSignalColor()
        Returns:
        the signalColor