Class ImageDefinition
- java.lang.Object
-
- be.yildizgames.engine.client.parser.ImageDefinition
-
public final class ImageDefinition extends Object
Data definition for an image GUI widget.- Author:
- Grégory Van den Borre
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description be.yildizgames.module.coordinate.CoordinatesgetCoordinates()be.yildizgames.module.graphic.material.MaterialgetMaterial()StringgetName()
-
-
-
Method Detail
-
getMaterial
public be.yildizgames.module.graphic.material.Material getMaterial()
-
getCoordinates
public final be.yildizgames.module.coordinate.Coordinates getCoordinates()
- Returns:
- The widget coordinates data.
-
getName
public String getName()
-
-