|
Lizzy v1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchristophedelory.playlist.asx.Child
christophedelory.playlist.asx.AsxElement
christophedelory.playlist.asx.AsxOrEntryElement
public class AsxOrEntryElement
The super class of the media elements ASX and ENTRY.
| Constructor Summary | |
|---|---|
AsxOrEntryElement()
|
|
| Method Summary | |
|---|---|
void |
addLogURL(LogURL logURL)
Adds a log URL of this element. |
void |
addParam(Param param)
Adds a parameter to this element. |
String |
findParamValue(String name)
Searches for the parameter named from name. |
TextElement |
getAbstract()
Returns the description of the associated element. |
TextElement |
getAuthor()
Returns the author of a media clip or a Windows Media metafile. |
Banner |
getBanner()
Returns the URL of a graphic file that will appear in the display panel of the associated element. |
Base |
getBase()
Returns the URL string appended to the front of URLs sent to the WMP control. |
TextElement |
getCopyright()
Returns the copyright information for this element. |
List<LogURL> |
getLogURLs()
Lists all log URLs associated to this element. |
MoreInfo |
getMoreInfo()
Returns the URL of a graphic file that will appear in the display panel of the associated element. |
Hashtable<Param,Param> |
getParams()
Returns all parameters defined in this element. |
PreviewDuration |
getPreviewDuration()
Returns the length of time a clip is played in preview mode. |
TextElement |
getTitle()
Returns the title associated to this element. |
void |
setAbstract(TextElement abstrct)
Initializes the description of the associated element. |
void |
setAuthor(TextElement author)
Initializes the author of a media clip or a Windows Media metafile. |
void |
setBanner(Banner banner)
Initializes the URL of a graphic file that will appear in the display panel of the associated element. |
void |
setBase(Base base)
Initializes the URL string appended to the front of URLs sent to the WMP control. |
void |
setCopyright(TextElement copyright)
Initializes the copyright information for this element. |
void |
setMoreInfo(MoreInfo moreInfo)
Initializes the URL of a graphic file that will appear in the display panel of the associated element. |
void |
setPreviewDuration(PreviewDuration previewDuration)
Initializes the preview duration. |
void |
setTitle(TextElement title)
Initializes the title of this element. |
| Methods inherited from class christophedelory.playlist.asx.Child |
|---|
getParent, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsxOrEntryElement()
| Method Detail |
|---|
public Base getBase()
null.setBase(christophedelory.playlist.asx.Base)public void setBase(Base base)
base - a base. May be null.getBase()public TextElement getTitle()
null.setTitle(christophedelory.playlist.asx.TextElement)public void setTitle(TextElement title)
title - a title. May be null.getTitle()public TextElement getAbstract()
null.setAbstract(christophedelory.playlist.asx.TextElement)public void setAbstract(TextElement abstrct)
abstrct - an abstract. May be null.getAbstract()public TextElement getAuthor()
null.setAuthor(christophedelory.playlist.asx.TextElement)public void setAuthor(TextElement author)
author - an author. May be null.getAuthor()public TextElement getCopyright()
null.setCopyright(christophedelory.playlist.asx.TextElement)public void setCopyright(TextElement copyright)
copyright - a copyright. May be null.getCopyright()public Banner getBanner()
null.setBanner(christophedelory.playlist.asx.Banner)public void setBanner(Banner banner)
banner - a banner. May be null.getBanner()public MoreInfo getMoreInfo()
null.setMoreInfo(christophedelory.playlist.asx.MoreInfo)public void setMoreInfo(MoreInfo moreInfo)
moreInfo - supplementary information for this element. May be null.getMoreInfo()public PreviewDuration getPreviewDuration()
null.setPreviewDuration(christophedelory.playlist.asx.PreviewDuration)public void setPreviewDuration(PreviewDuration previewDuration)
previewDuration - a preview duration. May be null.getPreviewDuration()public void addParam(Param param)
param - a param. Shall not be null.
NullPointerException - if param is null.getParams()public Hashtable<Param,Param> getParams()
null.addParam(christophedelory.playlist.asx.Param)public String findParamValue(String name)
name.
name - the parameter name. Shall not be null.
null if no such param could be found, or the parameter value itself is null.
NullPointerException - if name is null.public List<LogURL> getLogURLs()
null.addLogURL(christophedelory.playlist.asx.LogURL)public void addLogURL(LogURL logURL)
logURL - a log URL. Shall not be null.
NullPointerException - if logURL is null.getLogURLs()
|
© 2008-2009 Christophe Delory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||