net.refractions.udig.printing.ui
Interface TemplateFactory


public interface TemplateFactory

The TemplateFactory is used by the printing system to instantiate instances of Templates so that they can be used for printing.

Author:
rgould

Method Summary
 Template createTemplate()
          Instantiates a new instance of a Template.
 java.lang.String getName()
          The name of the templates that this factory produces.
 

Method Detail

createTemplate

Template createTemplate()
Instantiates a new instance of a Template.


getName

java.lang.String getName()
The name of the templates that this factory produces. This must be human-readable. For example, a list of all the names of the Templates available may be presented to a user.