dpvis.output
Interface OutputWriter


public interface OutputWriter


Method Summary
 void printOutput(java.io.OutputStream unBufWriter, java.util.List<OutputElement> output)
          This method is supposed to write the output for the given output element to the given Outputstream.
 

Method Detail

printOutput

void printOutput(java.io.OutputStream unBufWriter,
                 java.util.List<OutputElement> output)
This method is supposed to write the output for the given output element to the given Outputstream.

Parameters:
unBufWriter - Outputstream to write the Output to
output - OutputElement that needs to be formatted