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

- All Known Implementing Classes:
- DefaultFormatterFactory.DefaultFormatter, DefaultFormatterFactory.DrawingFormatter, PicGroupFormatter
- public interface Formatter
An interface that specifies shared formatting behaviours for Element's.
[pending] change "String format" to "void format(Writer)" and "void format(Stream)" to allow some formatter to write binary data (i.e. serialization ?)
- Since:
- jpicedt 1.3.2
Method Summary | |
java.lang.String |
format()
Create a String representing an Element in the format of this formatter |
Method Detail |
format
public java.lang.String format()
- Create a String representing an Element in the format of this formatter
|
|||||||||
Home >> All >> jpicedt >> graphic >> io >> [ formatter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |