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

java.lang.Objectjpicedt.graphic.io.formatter.DefaultFormatterFactory
- All Implemented Interfaces:
- FormatterFactory
- public class DefaultFormatterFactory
- extends java.lang.Object
- implements FormatterFactory
- extends java.lang.Object
[pending] underway This is the default formatter but it currently does nothing.
Nested Class Summary | |
(package private) class |
DefaultFormatterFactory.DefaultFormatter
|
(package private) class |
DefaultFormatterFactory.DrawingFormatter
|
Field Summary |
Fields inherited from interface jpicedt.graphic.io.formatter.FormatterFactory |
MAKE_STANDALONE_FILE |
Constructor Summary | |
DefaultFormatterFactory()
|
Method Summary | |
Formatter |
createFormatter(jpicedt.graphic.model.Drawing d,
java.lang.Object outputConstraints)
|
Formatter |
createFormatter(jpicedt.graphic.model.Element e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
DefaultFormatterFactory
public DefaultFormatterFactory()
Method Detail |
createFormatter
public Formatter createFormatter(jpicedt.graphic.model.Element e)
- Specified by:
createFormatter
in interfaceFormatterFactory
createFormatter
public Formatter createFormatter(jpicedt.graphic.model.Drawing d, java.lang.Object outputConstraints)
- Specified by:
createFormatter
in interfaceFormatterFactory
|
|||||||||
Home >> All >> jpicedt >> graphic >> io >> [ formatter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |