|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.layout.LayoutFactory
Factory for creating LayoutEngine objects. Supports a hardcoded default engine, plus additional engines through String parameters.
| Field Summary | |
static java.lang.String |
ASCII_ENGINE
The factory name for the AsciiLayout engine. |
static java.lang.String |
SIMPLE_FLOW_ENGINE
The factory name for the SimpleFlowLayout engine. |
| Method Summary | |
static LayoutEngine |
newLayoutEngine(java.lang.String init)
Creates a new layout engine, based on the input parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String SIMPLE_FLOW_ENGINE
public static final java.lang.String ASCII_ENGINE
| Method Detail |
public static LayoutEngine newLayoutEngine(java.lang.String init)
init is null, the factory will return a default engine.
init - a unique string identifying the type of layout engine to
create
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||