Java Randomness Test Suite

JRandTest at SourceForge

com.fasteasytrade.JRandTest.IO
Class TextareaOutputDestination

java.lang.Object
  extended bycom.fasteasytrade.JRandTest.IO.TextareaOutputDestination
All Implemented Interfaces:
OutputDestination

public class TextareaOutputDestination
extends Object
implements OutputDestination

Class implementation to enable application/applet to receive output test data into awt.TextArea.

Author:
Zur Aougav

Field Summary
(package private)  TextArea ta
           
 
Constructor Summary
TextareaOutputDestination(TextArea ta)
           
 
Method Summary
 void printf(String s)
          add to output destination some data.
 void puts(String s)
          add to output destination some data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ta

TextArea ta
Constructor Detail

TextareaOutputDestination

public TextareaOutputDestination(TextArea ta)
Method Detail

printf

public void printf(String s)
Description copied from interface: OutputDestination
add to output destination some data.

new lines are not added.

Specified by:
printf in interface OutputDestination
Parameters:
s - data to be printed
See Also:
OutputDestination.printf(java.lang.String)

puts

public void puts(String s)
Description copied from interface: OutputDestination
add to output destination some data.

new lines are not added.

Identical to printf method.

Specified by:
puts in interface OutputDestination
Parameters:
s - data to be printed
See Also:
OutputDestination.puts(java.lang.String)

Java Randomness Test Suite

JRandTest at SourceForge

JRandTest at SourceForge
Copyright © 2005 Zur Aougav. All Rights Reserved.