Interface LabelObject

  • All Known Implementing Classes:
    FlatLabel

    public interface LabelObject
    • Method Detail

      • get

        Object get​(String key)
        Retrieves the value of this object's element as identified by key.
        Parameters:
        key -
        Returns:
      • getChildObjects

        List<Object> getChildObjects()
        Retrieves the child objects.
        Returns:
      • getName

        String getName()
        Retrieves the name.
        Returns:
      • setElements

        void setElements​(Map elements)
        Set the elements of this object
        Parameters:
        elements -