|
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 christophedelory.playlist.smil.TopLayout
public class TopLayout
Determines the size of the window in which the SMIL presentation is rendered, as well as serving as a top level window in which to place child region elements.
Constructor Summary | |
---|---|
TopLayout()
|
Method Summary | |
---|---|
void |
addRegion(Region region)
Adds a region to this top layout. |
String |
getClose()
Specifies when the top level window should be closed. |
String |
getOpen()
Specifies when the top level window should be opened. |
List<Region> |
getRegions()
Returns the list of regions defined in this top layout. |
void |
setClose(String close)
Specifies when the top level window should be closed. |
void |
setOpen(String open)
Specifies when the top level window should be opened. |
Methods inherited from class christophedelory.playlist.smil.RootLayout |
---|
acceptDown, getBackgroundColor, getBackgroundImage, getHeightString, getSkipContent, getWidthString, isSkipContent, setBackgroundColor, setBackgroundImage, setHeight, setHeightString, setSkipContent, setWidth, setWidthString |
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 TopLayout()
Method Detail |
---|
public String getClose()
null
.setClose(java.lang.String)
public void setClose(String close)
close
- the close condition. May be null
.getClose()
public String getOpen()
null
.setOpen(java.lang.String)
public void setOpen(String open)
open
- the open condition as a string. May be null
.getOpen()
public List<Region> getRegions()
null
.addRegion(christophedelory.playlist.smil.Region)
public void addRegion(Region region)
region
- a region. Shall not be null
.
NullPointerException
- if region
is null
.getRegions()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |