public class ScrollBoxPopulator extends java.lang.Object implements UiElementPopulator<ScrollBox>
| Constructor and Description |
|---|
ScrollBoxPopulator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
populate(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag,
ScrollBox uiElement)
Populate properties on the UiElement
|
public boolean populate(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag,
ScrollBox uiElement)
UiElementPopulatorpopulate in interface UiElementPopulator<ScrollBox>xmlTag - - the tag to pull values off ofuiElement - - the UiElement to be populated