File
Doc
Category
Size
Date
Package
ElementLayout.java
API Doc
Android 1.5 API
1787
Wed May 06 22:42:46 BST 2009
org.w3c.dom.smil
ElementLayout
public interface ElementLayout
This interface is used by SMIL elements root-layout, top-layout and region.
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
getBackgroundColor
()
exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public
int
getHeight
()
exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public
java.lang.String
getTitle
()
exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public
int
getWidth
()
exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void
setBackgroundColor
(
java.lang.String
backgroundColor)
public void
setHeight
(
int
height)
public void
setTitle
(
java.lang.String
title)
public void
setWidth
(
int
width)
Java Code Source