|
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.Head
public class Head
Represents the element which contains information that is not related to the temporal behavior of the presentation. Three types of information may be contained by head. These are meta information, layout information, and author-defined content control.
Constructor Summary | |
---|---|
Head()
|
Method Summary | |
---|---|
void |
acceptDown(SmilVisitor visitor)
Accepts the specified SMIL playlist visitor. |
void |
addMeta(Meta meta)
Adds the specified metadata to this SMIL header. |
Meta |
findMetaByName(String name)
Returns the first metadata found with the specified property name. |
Layout |
getLayout()
Returns the layout associated to this SMIL header. |
List<Meta> |
getMetas()
Returns the list of metadata defined in this SMIL header. |
boolean |
removeMetaByName(String name)
Removes all metadata found with the specified property name from the underlying list of metadata. |
void |
setLayout(Layout layout)
Initializes the layout associated to this SMIL header. |
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 Head()
Method Detail |
---|
public void addMeta(Meta meta)
meta
- a metadata. Shall not be null
.
NullPointerException
- if meta
is null
.getMetas()
public List<Meta> getMetas()
null
.addMeta(christophedelory.playlist.smil.Meta)
public Meta findMetaByName(String name)
name
- the property name. May be null
.
null
if none is found.Meta.getName()
,
getMetas()
public boolean removeMetaByName(String name)
name
- the property name. May be null
.
true
if at least one metadata has been effectively removed, false
otherwise.Meta.getName()
,
getMetas()
,
findMetaByName(java.lang.String)
public Layout getLayout()
null
.setLayout(christophedelory.playlist.smil.Layout)
public void setLayout(Layout layout)
layout
- a layout. May be null
.getLayout()
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 |