http://www.jpicedt.org

jpicedt.graphic.view
Interface ViewFactory

All Known Implementing Classes:
DefaultViewFactory, DXFViewFactory, EepicViewFactory, LatexViewFactory, PstricksViewFactory, TikzViewFactory

public interface ViewFactory

A factory to create a View for a given Element. This is intented to enable customization according e.g. to the given content-type (LaTeX, PsTricks, Eepic,...) when views differ (for example, PsTricks allows colour-filled polygon whereas LaTeX doesn't).

Since:
jPicEdt 1.3.2
Version:
$Id: ViewFactory.java,v 1.7 2013/03/27 06:53:26 vincentb1 Exp $
Author:
Sylvain Reynal

Method Summary
 View createView(Element element)
           
 

Method Detail

createView

View createView(Element element)
Returns:
a View for the given Element

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org