public interface

ElementLayout

org.w3c.dom.smil.ElementLayout
Known Indirect Subclasses

Class Overview

This interface is used by SMIL elements root-layout, top-layout and region.

Summary

Public Methods
abstract String getBackgroundColor()
abstract int getHeight()
abstract String getTitle()
abstract int getWidth()
abstract void setBackgroundColor(String backgroundColor)
abstract void setHeight(int height)
abstract void setTitle(String title)
abstract void setWidth(int width)

Public Methods

public abstract String getBackgroundColor ()

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract int getHeight ()

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getTitle ()

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract int getWidth ()

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract void setBackgroundColor (String backgroundColor)

Throws
DOMException

public abstract void setHeight (int height)

Throws
DOMException

public abstract void setTitle (String title)

Throws
DOMException

public abstract void setWidth (int width)

Throws
DOMException