Uses of Interface
jpicedt.graphic.io.formatter.FormatterFactory
-
Packages that use FormatterFactory 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.jpicedt.format.output.util jpicedt.graphic jPicEdt library core classes and packages.jpicedt.graphic.io.formatter Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.jpicedt.graphic.toolkit Controller (document editing through UI actions) -
-
Uses of FormatterFactory in jpicedt.format.output.eepic
Classes in jpicedt.format.output.eepic that implement FormatterFactory Modifier and Type Class Description classEepicFormatterFormatter for the eepic package.Methods in jpicedt.format.output.eepic that return FormatterFactory Modifier and Type Method Description FormatterFactoryEepicContentType. createFormatter()creates a FormatterFactory that's suited for this content-type default implementation returns null. -
Uses of FormatterFactory in jpicedt.format.output.latex
Classes in jpicedt.format.output.latex that implement FormatterFactory Modifier and Type Class Description classLatexFormatterLaTeX formaterMethods in jpicedt.format.output.latex that return FormatterFactory Modifier and Type Method Description FormatterFactoryLatexContentType. createFormatter()creates a FormatterFactory that's suited for this content-type default implementation returns null.Constructors in jpicedt.format.output.latex with parameters of type FormatterFactory Constructor Description PicTextFormatter(PicText obj, FormatterFactory factory) -
Uses of FormatterFactory in jpicedt.format.output.pstricks
Classes in jpicedt.format.output.pstricks that implement FormatterFactory Modifier and Type Class Description classPstricksFormatterProduces formatters for the PsTricks macro package.Methods in jpicedt.format.output.pstricks that return FormatterFactory Modifier and Type Method Description FormatterFactoryPstricksContentType. createFormatter()creates a FormatterFactory that's suited for this content-type default implementation returns null. -
Uses of FormatterFactory in jpicedt.format.output.util
Constructors in jpicedt.format.output.util with parameters of type FormatterFactory Constructor Description PicGroupFormatter(PicGroup group, FormatterFactory factory) -
Uses of FormatterFactory in jpicedt.graphic
Methods in jpicedt.graphic that return FormatterFactory Modifier and Type Method Description FormatterFactoryContentType. createFormatter()Creates a FormatterFactory that's suited for this content-typeFormatterFactoryDefaultContentType. createFormatter()creates a FormatterFactory suited for the JPIC-XML content-type -
Uses of FormatterFactory in jpicedt.graphic.io.formatter
Classes in jpicedt.graphic.io.formatter that implement FormatterFactory Modifier and Type Class Description classJPICFormattera FormatterFactory that produces formatters for the JPIC-XML native formatConstructors in jpicedt.graphic.io.formatter with parameters of type FormatterFactory Constructor Description JPICGroupFormatter(PicGroup group, FormatterFactory factory) -
Uses of FormatterFactory in jpicedt.graphic.toolkit
Methods in jpicedt.graphic.toolkit that return FormatterFactory Modifier and Type Method Description FormatterFactoryEditorKit. getFormatterFactory()
-