hep.aida
Interface IPlotterFactory


public interface IPlotterFactory

Version:
$Id: IPlotterFactory.html,v 1.1 2002/10/08 00:51:18 tonyj Exp $
Author:
AIDA Team
Source Code:
IPlotterFactory.java

Method Summary
 IPlotter create(String name)
           
 

Method Detail

create

public IPlotter create(String name)
Parameters:
name. - A string identifier. A plotter is in general managed by a GUI. The "name" of the plotter could be used as the string identifier for the GUI plotter widget. If "" is passed, some default plotter is used.
Returns:
The IPlotter


Copyright © 2000, 2001 AIDA Team, All Rights Reserved.