java.lang.Object
jpicedt.graphic.io.formatter.PicGroupFormatter
- All Implemented Interfaces:
- Formatter
- public class PicGroupFormatter
- extends java.lang.Object
- implements Formatter
A formatter for PicGroup objects
Method Summary |
java.lang.String |
format()
Create a String representing an Element in the format of this formatter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
group
private jpicedt.graphic.model.PicGroup group
factory
private FormatterFactory factory
PicGroupFormatter
public PicGroupFormatter(jpicedt.graphic.model.PicGroup group,
FormatterFactory factory)
format
public java.lang.String format()
- Description copied from interface:
Formatter
- Create a String representing an Element in the format of this formatter
- Specified by:
format
in interface Formatter