public interface

SMILRegionElement

implements ElementLayout SMILElement
org.w3c.dom.smil.SMILRegionElement
Known Indirect Subclasses

Class Overview

Controls the position, size and scaling of media object elements. See the region element definition .

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getFit()
abstract int getLeft()
abstract int getTop()
abstract int getZIndex()
abstract void setFit(String fit)
abstract void setLeft(int top)
abstract void setTop(int top)
abstract void setZIndex(int zIndex)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.smil.ElementLayout
From interface org.w3c.dom.smil.SMILElement

Public Methods

public abstract String getFit ()

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract int getLeft ()

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract int getTop ()

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract int getZIndex ()

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract void setFit (String fit)

Throws
DOMException

public abstract void setLeft (int top)

Throws
DOMException

public abstract void setTop (int top)

Throws
DOMException

public abstract void setZIndex (int zIndex)

Throws
DOMException