ccvisu
Class ClusterReaderWriter

java.lang.Object
  extended by ccvisu.ClusterReaderWriter

public class ClusterReaderWriter
extends java.lang.Object

A class that save and load clusters' informations in WriterDataGraphicsDISP

Version:
$Revision: 1.3 $; $Date: 2006/11/25 10:41:07 $
Author:
Damien Zufferey

Constructor Summary
ClusterReaderWriter()
           
 
Method Summary
static void read(java.io.BufferedReader in, WriterDataGraphicsDISP writer)
          read from a stream, build the clusters and pt them in the Writer...DISP
static void write(java.io.PrintWriter out, WriterDataGraphicsDISP writer)
          write on a stream the informations needed to rebuild the clusters later
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterReaderWriter

public ClusterReaderWriter()
Method Detail

read

public static void read(java.io.BufferedReader in,
                        WriterDataGraphicsDISP writer)
read from a stream, build the clusters and pt them in the Writer...DISP

Parameters:
in - - the input stream
writer - - the WriterDataGraphicsDISP that contains the cluster

write

public static void write(java.io.PrintWriter out,
                         WriterDataGraphicsDISP writer)
write on a stream the informations needed to rebuild the clusters later

Parameters:
out - - the output stream
writer - - the WriterDataGraphicsDISP that contains the cluster