|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.smil.Core christophedelory.playlist.smil.RootLayout
public class RootLayout
The root layout 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.
Constructor Summary | |
---|---|
RootLayout()
|
Method Summary | |
---|---|
void |
acceptDown(SmilVisitor visitor)
Accepts the specified SMIL playlist visitor. |
String |
getBackgroundColor()
Returns the background color used to fill the area of a region displaying media that is not filled by the media. |
String |
getBackgroundImage()
Returns the background image as a string. |
String |
getHeightString()
Returns the height of this root layout as a string. |
Boolean |
getSkipContent()
Checks if the content may be skipped or not. |
String |
getWidthString()
Returns the width of this root layout as a string. |
boolean |
isSkipContent()
Checks if the content may be skipped or not. |
void |
setBackgroundColor(String color)
Initializes the background color. |
void |
setBackgroundImage(String image)
Initializes the background image as a string. |
void |
setHeight(int height)
Initializes the height of this root layout as an integer. |
void |
setHeightString(String height)
Initializes the height of this root layout as a string. |
void |
setSkipContent(Boolean skipContent)
Specifies if the content may be skipped or not. |
void |
setWidth(int width)
Initializes the width of this root layout as an integer. |
void |
setWidthString(String width)
Initializes the width of this root layout as a string. |
Methods inherited from class christophedelory.playlist.smil.Core |
---|
getClassName, getId, getLang, getTitle, setClassName, setId, setLang, setTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RootLayout()
Method Detail |
---|
public String getBackgroundColor()
null
.setBackgroundColor(java.lang.String)
public void setBackgroundColor(String color)
color
- the background color. May be null
.getBackgroundColor()
public String getBackgroundImage()
null
.setBackgroundImage(java.lang.String)
public void setBackgroundImage(String image)
image
- the background image. May be null
.getBackgroundImage()
public String getHeightString()
null
.setHeightString(java.lang.String)
public void setHeightString(String height)
height
- a height. May be null
.getHeightString()
,
setHeight(int)
public void setHeight(int height)
height
- a height.setHeightString(java.lang.String)
public String getWidthString()
null
.setWidthString(java.lang.String)
public void setWidthString(String width)
width
- a width. May be null
.getWidthString()
,
setWidth(int)
public void setWidth(int width)
width
- a width.setWidthString(java.lang.String)
public boolean isSkipContent()
getSkipContent()
public Boolean getSkipContent()
null
.setSkipContent(java.lang.Boolean)
public void setSkipContent(Boolean skipContent)
skipContent
- the associated boolean. May be null
.getSkipContent()
public void acceptDown(SmilVisitor visitor)
visitor
- a SMIL playlist visitor. Shall not be null
.
NullPointerException
- if visitor
is null
.
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |