org.foray.output
Class Converter

java.lang.Object
  extended by org.foray.output.OutputTarget
      extended by org.foray.output.Converter
All Implemented Interfaces:
org.axsl.output.OutputTarget
Direct Known Subclasses:
MIFConverter

public abstract class Converter
extends OutputTarget

Abstract superclass for all output targets that do no layout, instead converting directly from the FO Tree.


Constructor Summary
Converter(org.apache.commons.logging.Log logger)
          Constructor.
 
Method Summary
 
Methods inherited from class org.foray.output.OutputTarget
getApplicationName, getApplicationNameShort, getApplicationVersion, getDeveloperURLShort, getFontConsumer, getLogger, getOutputConfiguration, getOutputStream, getStrokeSVGText, outputStreamRequired, setApplicationName, setApplicationNameShort, setApplicationVersion, setDeveloperUrlShort, setFontConsumer, setOutputStream, setStrokeText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.axsl.output.OutputTarget
getFontSources, startOutput, stopOutput
 

Constructor Detail

Converter

public Converter(org.apache.commons.logging.Log logger)
Constructor.

Parameters:
logger - The logger.


Copyright © 2017. All rights reserved.