Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpicedt.graphic.view
Interface ViewFactory  view ViewFactory download ViewFactory.java

All Known Implementing Classes:
DefaultViewFactory

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

Method Summary
 View createView(jpicedt.graphic.model.Element element)
           
 

Method Detail

createView

public View createView(jpicedt.graphic.model.Element element)