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


Variable Index

 o description
 o link
 o startTime
 o stopTime
 o uLink

Constructor Index

 o RelatedLink(String, long, long, MultiPlayerBean)
RelatedLink(): constructor

Method Index

 o setLink(String)
setLink(): sets the link to the URL string

Variables

 o link
 public String link
 o startTime
 public long startTime
 o stopTime
 public long stopTime
 o uLink
 public URL uLink
 o description
 public String description

Constructors

 o 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

Methods

 o setLink
 public void setLink(String l)
setLink(): sets the link to the URL string


All Packages  Class Hierarchy  This Package  Previous  Next  Index