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