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

Quick Search    Search Deep

jpicedt.graphic.io.formatter
Interface FormatterFactory  view FormatterFactory download FormatterFactory.java

All Known Implementing Classes:
DefaultFormatterFactory

public interface FormatterFactory


Field Summary
static java.lang.String MAKE_STANDALONE_FILE
          a constraint to indicate that the created Formatter should be able to create a standalone String which once save, can be directly fed to, e.g., latex or ghostview,...
 
Method Summary
 Formatter createFormatter(jpicedt.graphic.model.Drawing d, java.lang.Object outputConstraint)
           
 Formatter createFormatter(jpicedt.graphic.model.Element e)
           
 

Field Detail

MAKE_STANDALONE_FILE

public static final java.lang.String MAKE_STANDALONE_FILE
a constraint to indicate that the created Formatter should be able to create a standalone String which once save, can be directly fed to, e.g., latex or ghostview,... as opposed to a "picture environment" file which still has to be included in a LaTeX file

See Also:
Constant Field Values
Method Detail

createFormatter

public Formatter createFormatter(jpicedt.graphic.model.Element e)

createFormatter

public Formatter createFormatter(jpicedt.graphic.model.Drawing d,
                                 java.lang.Object outputConstraint)