RawScanResultPlotter.java

00001 /*
00002  * RawScanResultPlotter.java
00003  *
00004  * Created on 03 November 2003, 16:23
00005  */
00006 
00007 package GuiComponents.plotter.jasimp;
00008 
00009 import GuiComponents.plotter.Plotter;
00010 import SctData.*;
00011 
00016 public class RawScanResultPlotter implements Plotter {
00017     
00019     RawScanResultPlotter() {
00020     }
00021     
00022     public void plot(Object plotOb, GuiComponents.plotter.PlotterManager manager) {
00023         RawScanResult raw = (RawScanResult)plotOb;
00024         manager.getIPlotter().createRegion().plot(raw.getData());
00025     }
00026     
00027 }

Generated on Mon Feb 6 14:12:16 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6