org.freehep.jas.services
Interface PlotterProvider

All Known Implementing Classes:
PlotterPlugin

public interface PlotterProvider

An interface to be implemented by services which provide Plotters

Author:
tonyj

Method Summary
 Plotter create()
          Create a plotter.
 boolean supports(Class klass)
          Test if a given class of data is supported
 

Method Detail

supports

boolean supports(Class klass)
Test if a given class of data is supported

Parameters:
klass - The type of data to test for
Returns:
true if this data type is supported

create

Plotter create()
Create a plotter.

Returns:
The newly created Plotter.


Copyright © 2013. All Rights Reserved.