Interface Formattable

All Known Implementing Classes:
AffineTransform2D

public interface Formattable
Interface for object that can be formatted as Well Known Text (WKT), but can't extends Formattable. This interface is especially used for AffineTransform2D implementation. This interface is not public because the formatWKT(Formatter) method usually has a protected access.
Since:
2.0
Author:
Martin Desruisseaux (IRD)