http://www.jpicedt.org

jpicedt.graphic.io.formatter
Interface Formatter

All Known Implementing Classes:
AbstractCurveFormatter, AbstractCurveFormatter, AbstractCurveFormatter, JPICCircleFormatter, JPICEllipseFormatter, JPICFormatter.DrawingFormatter, JPICGroupFormatter, JPICMultiCurveFormatter, JPICParallelogramFormatter, JPICPsCurveFormatter, JPICSmoothPolygonFormatter, JPICTextFormatter, LatexFormatter.DrawingFormatter, PicEllipseFormatter, PicEllipseFormatter, PicGroupFormatter, PicParallelogramFormatter, PicParallelogramFormatter, PicParallelogramFormatter, PicTextFormatter, PicTextFormatter, PstricksFormatter.DrawingFormatter

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
Author:
Sylvain Reynal.

Method Summary
 String format()
          Create a String representing an Element in the format of this formatter
 

Method Detail

format

public String format()
Create a String representing an Element in the format of this formatter


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org