|
|||||||||
Home >> All >> jpicedt >> graphic >> io >> [ formatter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
jpicedt.graphic.io.formatter
Interface FormatterFactory

- All Known Implementing Classes:
- DefaultFormatterFactory
- public interface FormatterFactory
Field Summary | |
static java.lang.String |
MAKE_STANDALONE_FILE
a constraint to indicate that the created Formatter should be able to create a standalone String which once save, can be directly fed to, e.g., latex or ghostview,... |
Method Summary | |
Formatter |
createFormatter(jpicedt.graphic.model.Drawing d,
java.lang.Object outputConstraint)
|
Formatter |
createFormatter(jpicedt.graphic.model.Element e)
|
Field Detail |
MAKE_STANDALONE_FILE
public static final java.lang.String MAKE_STANDALONE_FILE
- a constraint to indicate that the created Formatter should be able to
create a standalone String which once save, can be directly fed to, e.g., latex or ghostview,...
as opposed to a "picture environment" file which still has to be included in a LaTeX file
- See Also:
- Constant Field Values
Method Detail |
createFormatter
public Formatter createFormatter(jpicedt.graphic.model.Element e)
createFormatter
public Formatter createFormatter(jpicedt.graphic.model.Drawing d, java.lang.Object outputConstraint)
|
|||||||||
Home >> All >> jpicedt >> graphic >> io >> [ formatter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |