|
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.ParamGroup
public class ParamGroup
This element provides a convenience mechanism for defining a group of media parameters that may be used with several different media objects. If present, the paramGroup element must appear in the head section of the document. The content of the paramGroup element consists of zero or more param elements. The paramGroup element may not contain nested paramGroup element definitions.
Constructor Summary | |
---|---|
ParamGroup()
|
Method Summary | |
---|---|
void |
addParam(Param param)
Adds a parameter to this group of parameters. |
List<Param> |
getParams()
Returns the list of parameters defined in this group of parameters. |
Boolean |
getSkipContent()
Checks if the content may be skipped or not. |
boolean |
isSkipContent()
Checks if the content may be skipped or not. |
void |
setSkipContent(Boolean skipContent)
Specifies if the content may be skipped or not. |
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 ParamGroup()
Method Detail |
---|
public boolean isSkipContent()
getSkipContent()
public Boolean getSkipContent()
null
.setSkipContent(java.lang.Boolean)
,
isSkipContent()
public void setSkipContent(Boolean skipContent)
skipContent
- the associated boolean. May be null
.getSkipContent()
public List<Param> getParams()
null
.addParam(christophedelory.playlist.smil.Param)
public void addParam(Param param)
param
- a parameter. Shall not be null
.
NullPointerException
- if param
is null
.getParams()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |