org.freehep.jas.plugin.plotter
Class PlotterAdapterLookup

java.lang.Object
  extended by org.freehep.jas.plugin.plotter.PlotterAdapterLookup

public class PlotterAdapterLookup
extends Object

Author:
The FreeHEP team @ SLAC

Constructor Summary
PlotterAdapterLookup()
           
 
Method Summary
 PlotterAdapter adapter(Class from, Class to)
           
 void registerAdapter(PlotterAdapter adapter, Class from, Class to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotterAdapterLookup

public PlotterAdapterLookup()
Method Detail

registerAdapter

public void registerAdapter(PlotterAdapter adapter,
                            Class from,
                            Class to)

adapter

public PlotterAdapter adapter(Class from,
                              Class to)


Copyright © 2013. All Rights Reserved.