Package jpicedt.graphic.view
Interface ViewFactory
-
- All Known Implementing Classes:
DefaultViewFactory,EepicViewFactory,LatexViewFactory,PstricksViewFactory
public interface ViewFactoryA 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.5.2.1 2007/09/02 11:56:29 reynal Exp $
- Author:
- Sylvain Reynal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewcreateView(Element element)
-