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

Quick Search    Search Deep

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

java.lang.Object
  extended byjpicedt.graphic.io.formatter.DefaultFormatterFactory
All Implemented Interfaces:
FormatterFactory

public class DefaultFormatterFactory
extends java.lang.Object
implements FormatterFactory

[pending] underway This is the default formatter but it currently does nothing.


Nested Class Summary
(package private)  class DefaultFormatterFactory.DefaultFormatter
           
(package private)  class DefaultFormatterFactory.DrawingFormatter
           
 
Field Summary
 
Fields inherited from interface jpicedt.graphic.io.formatter.FormatterFactory
MAKE_STANDALONE_FILE
 
Constructor Summary
DefaultFormatterFactory()
           
 
Method Summary
 Formatter createFormatter(jpicedt.graphic.model.Drawing d, java.lang.Object outputConstraints)
           
 Formatter createFormatter(jpicedt.graphic.model.Element e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFormatterFactory

public DefaultFormatterFactory()
Method Detail

createFormatter

public Formatter createFormatter(jpicedt.graphic.model.Element e)
Specified by:
createFormatter in interface FormatterFactory

createFormatter

public Formatter createFormatter(jpicedt.graphic.model.Drawing d,
                                 java.lang.Object outputConstraints)
Specified by:
createFormatter in interface FormatterFactory