Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpicedt.graphic.io.formatter
Class PicGroupFormatter  view PicGroupFormatter download PicGroupFormatter.java

java.lang.Object
  extended byjpicedt.graphic.io.formatter.PicGroupFormatter
All Implemented Interfaces:
Formatter

public class PicGroupFormatter
extends java.lang.Object
implements Formatter

A formatter for PicGroup objects


Field Summary
private  FormatterFactory factory
           
private  jpicedt.graphic.model.PicGroup group
           
 
Constructor Summary
PicGroupFormatter(jpicedt.graphic.model.PicGroup group, FormatterFactory factory)
           
 
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
 

Field Detail

group

private jpicedt.graphic.model.PicGroup group

factory

private FormatterFactory factory
Constructor Detail

PicGroupFormatter

public PicGroupFormatter(jpicedt.graphic.model.PicGroup group,
                         FormatterFactory factory)
Method Detail

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