Interface SVGItem

    • Method Detail

      • setParent

        void setParent​(AbstractSVGList list)
        Associates an item to an SVGXXXList
        Parameters:
        list - list the item belongs to.
      • getParent

        AbstractSVGList getParent()
        Return the list the item belongs to.
        Returns:
        list the item belongs to. This could be if the item belongs to no list.
      • getValueAsString

        java.lang.String getValueAsString()
        Return the String representation of the item.
        Returns:
        textual representation of the item to be inserted in the attribute value representing the list.