Interface ViewFactory

  • All Known Implementing Classes:
    DefaultViewFactory, EepicViewFactory, LatexViewFactory, PstricksViewFactory

    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.5.2.1 2007/09/02 11:56:29 reynal Exp $
    Author:
    Sylvain Reynal
    • Method Detail

      • createView

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