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