public interface Module
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets the height.
|
java.lang.String |
getId()
Gets the id.
|
int |
getLeft()
Gets the left position.
|
java.lang.String |
getName()
Gets the name.
|
java.util.Iterator<? extends Option> |
getOptions()
Gets the options.
|
Playlist |
getPlaylist()
Gets the playlist assigned to this module.
|
int |
getSequence()
Gets the z-order sequence.
|
int |
getTop()
Gets the top position.
|
java.lang.String |
getType()
Gets the type.
|
int |
getWidth()
Gets the width.
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getType()
int getLeft()
int getTop()
int getWidth()
int getHeight()
int getSequence()
Playlist getPlaylist()
java.util.Iterator<? extends Option> getOptions()