Interface BufferedRatInput

    • Method Detail

      • setMaxBuffer

        void setMaxBuffer​(int value)
        Sets the maximum number of items to buffer.
        Parameters:
        value - the maximum number of items to buffer
      • getMaxBuffer

        int getMaxBuffer()
        Returns the maximum number of items to buffer.
        Returns:
        the maximum number of items to buffer
      • maxBufferTipText

        String maxBufferTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • bufferData

        void bufferData​(Object value)
        For buffering data.
        Parameters:
        value - the data to buffer