public class AnimatedImageFactory extends java.lang.Object implements UiElementFactory<AnimatedImage>
Constructor and Description |
---|
AnimatedImageFactory() |
Modifier and Type | Method and Description |
---|---|
AnimatedImage |
build(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag)
Simply instantiate an instance of the UiElement
|
public AnimatedImage build(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag)
UiElementFactory
This is intended to help handle scenarios where there is NO default constructor for an UiElement
build
in interface UiElementFactory<AnimatedImage>
xmlTag
- - the tag that triggered this element to be created