Arcades

Class PlaceHolder

SVG placeholder base class.

Info:
  • __init ( element, spec )

    Placeholder constructor.

    Parameters:
    • Doc element
      XML element to parse
    • table spec
      PlaceHolder's specification extracted from SVG description
  • __tostring__ ()

    Return the string representation of the PlaceHolder.

    If available, just return the current string representation or build and save it if necessary.

    Returns:

Abstract Methods

keyboard_arrow_up

Static Functions

keyboard_arrow_up
  • dump_attribs ( e[, except={}] )

    Dump attributes of an XML element.

    Use this function to retrieve attributes of an element if you need to build a new one with same attributes. You can leave out some of them passing a map indexed with names of attributes to dismiss.

    Parameters: Returns:
    • string Suitable string to append to an XML string