Uses of Class
jpicedt.graphic.view.DefaultViewFactory
-
Packages that use DefaultViewFactory Package Description jpicedt.format.output.eepic Classes (formatter, view factory,...) related to the epic/eepic content-type.jpicedt.format.output.latex Classes (formatter, view factory,...) related to the LaTeX (standard) content-type.jpicedt.format.output.pstricks Classes (formatter, view factory,...) related to the PsTricks content-type. -
-
Uses of DefaultViewFactory in jpicedt.format.output.eepic
Subclasses of DefaultViewFactory in jpicedt.format.output.eepic Modifier and Type Class Description classEepicViewFactoryA factory to create a View for a given Element when the content type for the model is Eepic. -
Uses of DefaultViewFactory in jpicedt.format.output.latex
Subclasses of DefaultViewFactory in jpicedt.format.output.latex Modifier and Type Class Description classLatexViewFactoryCreates a View for a given Element when the underlying content type is the LaTeX-picture environment. -
Uses of DefaultViewFactory in jpicedt.format.output.pstricks
Subclasses of DefaultViewFactory in jpicedt.format.output.pstricks Modifier and Type Class Description classPstricksViewFactoryA factory to create a View for a given Element when the underlying content type for the model is Pstricks.
-