Interface LabelObject
-
- All Known Implementing Classes:
FlatLabel
public interface LabelObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(String key)Retrieves the value of this object's element as identified by key.List<Object>getChildObjects()Retrieves the child objects.StringgetName()Retrieves the name.voidsetElements(Map elements)Set the elements of this object
-