|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.framework.AbstractFactory
org.extex.engine.typesetter.OutputRoutineFactory
public class OutputRoutineFactory
This class provides a factory for the output routines.
| Field Summary |
|---|
| Fields inherited from class org.extex.framework.AbstractFactory |
|---|
CLASS_ATTRIBUTE, DEFAULT_ATTRIBUTE, SELECT_ATTRIBUTE |
| Constructor Summary | |
|---|---|
OutputRoutineFactory()
Creates a new object. |
|
| Method Summary | |
|---|---|
OutputRoutine |
newInstance(Interpreter interpreter)
Create a new output routine. |
| Methods inherited from class org.extex.framework.AbstractFactory |
|---|
configure, configure, createInstance, createInstance, createInstance, createInstance, createInstanceForConfiguration, createInstanceForConfiguration, createInstanceForConfiguration, enableLogging, enableLogging, getConfiguration, getLogger, getResourceFinder, reconnect, selectConfiguration, setResourceFinder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputRoutineFactory()
| Method Detail |
|---|
public OutputRoutine newInstance(Interpreter interpreter)
throws ConfigurationException
interpreter - the current interpreter. This interpreter can be used
to run the output routine in; alternatively it can be used to
access all information necessary
ConfigurationException - in case of a configuration error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||