org.dawb.common.ui.plot
Class PlottingFactory

java.lang.Object
  extended by org.dawb.common.ui.plot.PlottingFactory

public class PlottingFactory
extends java.lang.Object


Constructor Summary
PlottingFactory()
           
 
Method Summary
static java.lang.String[][] getPlottingPreferenceChoices()
           
static AbstractPlottingSystem getPlottingSystem()
          Reads the extension points for the plotting systems registered and returns a plotting system based on the users current preferences.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlottingFactory

public PlottingFactory()
Method Detail

getPlottingSystem

public static AbstractPlottingSystem getPlottingSystem()
                                                throws java.lang.Exception
Reads the extension points for the plotting systems registered and returns a plotting system based on the users current preferences.

Returns:
Throws:
java.lang.Exception

getPlottingPreferenceChoices

public static java.lang.String[][] getPlottingPreferenceChoices()