All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.jmf.MultiPlayer.RelatedLink
java.lang.Object
|
+----com.ibm.jmf.MultiPlayer.RelatedLink
- public class RelatedLink
- extends Object
This class contains the link that is pertinent to the media group
i.e. - related to the media clip
-
description
-
-
link
-
-
startTime
-
-
stopTime
-
-
uLink
-
-
RelatedLink(String, long, long, MultiPlayerBean)
- RelatedLink():
constructor
-
setLink(String)
- setLink():
sets the link to the URL string
link
public String link
startTime
public long startTime
stopTime
public long stopTime
uLink
public URL uLink
description
public String description
RelatedLink
public RelatedLink(String rl,
long st,
long et,
MultiPlayerBean o) throws MalformedURLException
- RelatedLink():
constructor
- Parameters:
- String - the URL of the link
- long - the start time when this link is relevent to the media clip
- long - the stop time when this link is relevent to the media clip
- MultiPlayerBean - the owner of this link/media group
setLink
public void setLink(String l)
- setLink():
sets the link to the URL string
All Packages Class Hierarchy This Package Previous Next Index