|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.chart.model.plotters.PlotterManager
public class PlotterManager
Maintains a list of all available collectors, can create instance of specific collectors, can get parameters of specific collectors
Creation date: 25 janv. 2006
Method Summary | |
---|---|
java.lang.String[] |
getAvailablePlotters()
return a table containing the availables plotters names |
static PlotterManager |
getInstance()
return the unique instance of the manager |
ChartPlotter |
getPlotterInstance(java.lang.String name)
return a new instance of the plotter whose name is given as parameter |
java.util.List<ParameterDescriptor> |
getPlotterParameters(java.lang.String shortName)
returns the parameters that can be passed to the plotter given by its name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PlotterManager getInstance()
public java.lang.String[] getAvailablePlotters()
public java.util.List<ParameterDescriptor> getPlotterParameters(java.lang.String shortName)
shortName
-
public ChartPlotter getPlotterInstance(java.lang.String name)
name
- The name of the collector to instantiate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |