public class MediaListSegment
extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected Object |
lock |
|
protected MediaList |
mediaList |
|
protected WMSProperties |
properties |
|
protected java.util.List<MediaListRendition> |
renditions |
| Constructor | Description |
|---|---|
MediaListSegment() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addRendition(int index,
MediaListRendition mediaListRendition) |
|
void |
addRendition(MediaListRendition mediaListRendition) |
|
void |
clearSegments() |
|
MediaListRendition |
getFirstRendition() |
|
Object |
getLock() |
|
MediaList |
getMediaList() |
|
WMSProperties |
getProperties() |
|
WMSProperties |
getProperties(boolean write) |
|
MediaListRendition |
getRendition(int index) |
|
java.util.List<MediaListRendition> |
getRenditions() |
|
MediaListRendition |
removeRendition(int index) |
|
void |
removeRendition(MediaListRendition mediaListRendition) |
|
void |
setLock(Object lock) |
|
void |
setMediaList(MediaList mediaList) |
|
String |
toSMILString() |
|
String |
toString() |
protected Object lock
protected MediaList mediaList
protected WMSProperties properties
protected java.util.List<MediaListRendition> renditions
public void addRendition(int index,
MediaListRendition mediaListRendition)
public void addRendition(MediaListRendition mediaListRendition)
public void clearSegments()
public MediaListRendition getFirstRendition()
public Object getLock()
public MediaList getMediaList()
public WMSProperties getProperties()
public WMSProperties getProperties(boolean write)
public MediaListRendition getRendition(int index)
public java.util.List<MediaListRendition> getRenditions()
public MediaListRendition removeRendition(int index)
public void removeRendition(MediaListRendition mediaListRendition)
public void setLock(Object lock)
public void setMediaList(MediaList mediaList)
public String toSMILString()
public String toString()
toString in class Object