Class AbstractElementFactoryComplex
java.lang.Object
net.sourceforge.plantuml.salt.factory.AbstractElementFactoryComplex
- All Implemented Interfaces:
ElementFactory
- Direct Known Subclasses:
ElementFactoryBorder
,ElementFactoryMenu
,ElementFactoryPyramid
,ElementFactoryScroll
,ElementFactoryTab
,ElementFactoryTree
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractElementFactoryComplex
(DataSource dataSource, SaltDictionary dictionary) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addFactory
(ElementFactory factory) protected final DataSource
protected final SaltDictionary
protected Terminated<Element>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.salt.factory.ElementFactory
create, ready
-
Constructor Details
-
AbstractElementFactoryComplex
-
-
Method Details
-
addFactory
-
getNextElement
-
getDataSource
-
getDictionary
-