|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatterFactory | |
---|---|
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 | |
---|---|
class |
EepicFormatter
Formatter for the eepic package. |
Methods in jpicedt.format.output.eepic that return FormatterFactory | |
---|---|
FormatterFactory |
EepicContentType.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 | |
---|---|
class |
LatexFormatter
LaTeX formater |
Methods in jpicedt.format.output.latex that return FormatterFactory | |
---|---|
FormatterFactory |
LatexContentType.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 | |
---|---|
PicTextFormatter(PicText obj,
FormatterFactory factory)
|
Uses of FormatterFactory in jpicedt.format.output.pstricks |
---|
Classes in jpicedt.format.output.pstricks that implement FormatterFactory | |
---|---|
class |
PstricksFormatter
Produces formatters for the PsTricks macro package. |
Methods in jpicedt.format.output.pstricks that return FormatterFactory | |
---|---|
FormatterFactory |
PstricksContentType.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 | |
---|---|
PicGroupFormatter(PicGroup group,
FormatterFactory factory)
|
Uses of FormatterFactory in jpicedt.graphic |
---|
Methods in jpicedt.graphic that return FormatterFactory | |
---|---|
FormatterFactory |
ContentType.createFormatter()
Creates a FormatterFactory that's suited for this content-type |
FormatterFactory |
DefaultContentType.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 | |
---|---|
class |
JPICFormatter
a FormatterFactory that produces formatters for the JPIC-XML native format |
Constructors in jpicedt.graphic.io.formatter with parameters of type FormatterFactory | |
---|---|
JPICGroupFormatter(PicGroup group,
FormatterFactory factory)
|
Uses of FormatterFactory in jpicedt.graphic.toolkit |
---|
Methods in jpicedt.graphic.toolkit that return FormatterFactory | |
---|---|
FormatterFactory |
EditorKit.getFormatterFactory()
|
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |