Class ElementFactoryImage
- java.lang.Object
-
- net.sourceforge.plantuml.salt.factory.ElementFactoryImage
-
- All Implemented Interfaces:
ElementFactory
public class ElementFactoryImage extends Object implements ElementFactory
-
-
Constructor Summary
Constructors Constructor Description ElementFactoryImage(DataSource dataSource, Dictionary dictionary)
-
-
-
Constructor Detail
-
ElementFactoryImage
public ElementFactoryImage(DataSource dataSource, Dictionary dictionary)
-
-
Method Detail
-
create
public Terminated<Element> create()
- Specified by:
create
in interfaceElementFactory
-
ready
public boolean ready()
- Specified by:
ready
in interfaceElementFactory
-
-