|
|||||||||
Home >> All >> jpicedt >> graphic >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
jpicedt.graphic.view
Interface ViewFactory

- 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)
|
|||||||||
Home >> All >> jpicedt >> graphic >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |