Package jpicedt.graphic.io.formatter
Interface Formatter
-
- All Known Implementing Classes:
AbstractCurveFormatter,AbstractCurveFormatter,AbstractCurveFormatter,EepicFormatter.DrawingFormatter,JPICCircleFormatter,JPICEllipseFormatter,JPICFormatter.DrawingFormatter,JPICGroupFormatter,JPICMultiCurveFormatter,JPICParallelogramFormatter,JPICPsCurveFormatter,JPICSmoothPolygonFormatter,JPICTextFormatter,LatexFormatter.DrawingFormatter,PicEllipseFormatter,PicEllipseFormatter,PicEllipseFormatter,PicGroupFormatter,PicParallelogramFormatter,PicParallelogramFormatter,PicParallelogramFormatter,PicTextFormatter,PicTextFormatter,PstricksFormatter.DrawingFormatter
public interface FormatterAn 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
- Author:
- Sylvain Reynal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringformat()Create a String representing an Element in the format of this formatter
-