Class ContainerDefinition
- java.lang.Object
-
- be.yildizgames.engine.client.parser.ContainerDefinition
-
public final class ContainerDefinition extends Object
Data definition to create a GuiContainer widget from an external resource(i.e parsing a script file).- Author:
- Grégory Van den Borre
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ButtonDefinition>getButtonList()be.yildizgames.module.coordinate.CoordinatesgetCoordinates()List<ImageDefinition>getImageList()List<InputBoxDefinition>getInputBoxList()be.yildizgames.module.graphic.material.MaterialgetMaterial()StringgetName()List<TextAreaDefinition>getTextAreaList()List<TextLineDefinition>getTextLineList()intgetZ()
-
-
-
Method Detail
-
getImageList
public List<ImageDefinition> getImageList()
-
getTextLineList
public List<TextLineDefinition> getTextLineList()
-
getButtonList
public List<ButtonDefinition> getButtonList()
-
getInputBoxList
public List<InputBoxDefinition> getInputBoxList()
-
getTextAreaList
public List<TextAreaDefinition> getTextAreaList()
-
getMaterial
public be.yildizgames.module.graphic.material.Material getMaterial()
-
getZ
public int getZ()
-
getCoordinates
public final be.yildizgames.module.coordinate.Coordinates getCoordinates()
- Returns:
- The widget coordinates data.
-
getName
public String getName()
-
-