|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatterFactory | |
---|---|
jpicedt.format.output.dxf | Classes (formatter, view factory,…) related to the DXF (Drawing eXchange Format, as defined by Autodesk) content-type. |
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.tikz | Tikz Formatter Classes (formatter, view factory,…) related to the TikZ 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.dxf |
---|
Classes in jpicedt.format.output.dxf that implement FormatterFactory | |
---|---|
class |
DXFFormatter
Autocad DXF (marque déposée) (Drawing eXchange Format) formatter. |
Methods in jpicedt.format.output.dxf that return FormatterFactory | |
---|---|
FormatterFactory |
DXFContentType.createFormatter()
Crée un FormatterFactory adapté à ce type de contenu
l'implantation par défaut renvoie null. |
Constructors in jpicedt.format.output.dxf with parameters of type FormatterFactory | |
---|---|
DXFCommentFormatter(FormatterFactory factory)
|
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 'picture-env' 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. |
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.tikz |
---|
Classes in jpicedt.format.output.tikz that implement FormatterFactory | |
---|---|
class |
TikzFormatter
Formateur TikZ. |
Methods in jpicedt.format.output.tikz that return FormatterFactory | |
---|---|
FormatterFactory |
TikzContentType.createFormatter()
Crée un FormatterFactory adapté à ce type de contenu l'implantation par défaut renvoie null. |
Uses of FormatterFactory in jpicedt.format.output.util |
---|
Fields in jpicedt.format.output.util declared as FormatterFactory | |
---|---|
protected FormatterFactory |
PicGroupFormatter.factory
|
Constructors in jpicedt.format.output.util with parameters of type FormatterFactory | |
---|---|
BaseCommentFormatter(FormatterFactory factory)
|
|
PicGroupFormatter(PicGroup group,
FormatterFactory factory)
|
|
TeXCommentFormatter(FormatterFactory factory)
|
Uses of FormatterFactory in jpicedt.graphic |
---|
Methods in jpicedt.graphic that return FormatterFactory | |
---|---|
FormatterFactory |
DefaultContentType.createFormatter()
creates a FormatterFactory suited for the JPIC-XML content-type |
FormatterFactory |
ContentType.createFormatter()
Creates a FormatterFactory that's suited for this content-type |
Uses of FormatterFactory in jpicedt.graphic.io.formatter |
---|
Classes in jpicedt.graphic.io.formatter that implement FormatterFactory | |
---|---|
class |
AbstractFormatterFactory
Classe de base des fabriques de formatteurs. |
class |
JPICFormatter
a FormatterFactory that produces formatters for the JPIC-XML native format Syntax for common attributes, that is, attributes not specific to a given subclass of Element, is strongly inspired from the XML-SVG markup language, although it is restricted to a subset of SVG attributes supported by jPicEdt, i.e. mainly by pstricks. |
Methods in jpicedt.graphic.io.formatter that return FormatterFactory | |
---|---|
protected FormatterFactory |
AbstractFormatterFactory.getFormatterFactory()
Renvoie le this . |
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 |