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)
|
Modifier and Type | Class and Description |
---|---|
class |
EepicFormatter
Formatter for the eepic package.
|
Modifier and Type | Method and Description |
---|---|
FormatterFactory |
EepicContentType.createFormatter()
creates a FormatterFactory that's suited for this content-type
default implementation returns null.
|
Modifier and Type | Class and Description |
---|---|
class |
LatexFormatter
LaTeX formater
|
Modifier and Type | Method and Description |
---|---|
FormatterFactory |
LatexContentType.createFormatter()
creates a FormatterFactory that's suited for this content-type
default implementation returns null.
|
Constructor and Description |
---|
PicTextFormatter(PicText obj,
FormatterFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
PstricksFormatter
Produces formatters for the PsTricks macro package.
|
Modifier and Type | Method and Description |
---|---|
FormatterFactory |
PstricksContentType.createFormatter()
creates a FormatterFactory that's suited for this content-type
default implementation returns null.
|
Constructor and Description |
---|
PicGroupFormatter(PicGroup group,
FormatterFactory factory) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
JPICFormatter
a FormatterFactory that produces formatters for the JPIC-XML native format
|
Constructor and Description |
---|
JPICGroupFormatter(PicGroup group,
FormatterFactory factory) |
Modifier and Type | Method and Description |
---|---|
FormatterFactory |
EditorKit.getFormatterFactory() |
Submit a bug : syd@jpicedt.org