Interface ElementLayout

All Known Subinterfaces:
SMILRegionElement, SMILRootLayoutElement, SMILTopLayoutElement

public interface ElementLayout
This interface is used by SMIL elements root-layout, top-layout and region.
  • Method Details

    • getTitle

      String getTitle()

      getTitle.

      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setTitle

      void setTitle(String title) throws DOMException

      setTitle.

      Parameters:
      title - a String object.
      Throws:
      DOMException - if any.
    • getBackgroundColor

      String getBackgroundColor()

      getBackgroundColor.

      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setBackgroundColor

      void setBackgroundColor(String backgroundColor) throws DOMException

      setBackgroundColor.

      Parameters:
      backgroundColor - a String object.
      Throws:
      DOMException - if any.
    • getHeight

      int getHeight()

      getHeight.

      Returns:
      a Integer object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setHeight

      void setHeight(int height) throws DOMException

      setHeight.

      Parameters:
      height - a Integer object.
      Throws:
      DOMException - if any.
    • getWidth

      int getWidth()

      getWidth.

      Returns:
      a Integer object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setWidth

      void setWidth(int width) throws DOMException

      setWidth.

      Parameters:
      width - a Integer object.
      Throws:
      DOMException - if any.