|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.objectxp.mms.message.smil.Element
com.objectxp.mms.message.smil.RootLayout
public class RootLayout
This class represent the SMIL "root-layout" element. The root-layout element determines the value of the layout properties of the root element, which in turn determines the size of the window in which the SMIL presentation is rendered.
| Field Summary | |
|---|---|
static java.lang.String |
BACKGROUND_COLOR
attribute, value: backgroundColor |
static java.lang.String |
HEIGHT
attribute, value: height |
static java.lang.String |
SKIP_CONTENT
attribute, value: skip-content |
static java.lang.String |
WIDTH
attribute, value: width |
| Constructor Summary | |
|---|---|
RootLayout()
|
|
| Method Summary | |
|---|---|
Element |
addAttribute(java.lang.String name,
java.lang.String value)
Add an attribute to the Element. |
| Methods inherited from class com.objectxp.mms.message.smil.Element |
|---|
getElements, toXML |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BACKGROUND_COLOR
public static final java.lang.String HEIGHT
public static final java.lang.String WIDTH
public static final java.lang.String SKIP_CONTENT
| Constructor Detail |
|---|
public RootLayout()
| Method Detail |
|---|
public Element addAttribute(java.lang.String name,
java.lang.String value)
Element
addAttribute in class Elementname - the name of the attributevalue - the value of the attribute
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||