|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.file.Subtitle
sears.file.SsaSubtitle
public class SsaSubtitle
this class represents a ssa subtitle.
Field Summary | |
---|---|
static java.lang.String[] |
eventsDictionnaryKeys
keys for 'events' section |
Constructor Summary | |
---|---|
SsaSubtitle(int subtitleNumber)
Constructor |
|
SsaSubtitle(Subtitle aSubtitle)
Constructor Subtitle. |
Method Summary | |
---|---|
void |
accentRemove()
Method accentRemove. |
int |
compareTo(Subtitle subtitle)
|
void |
delay(int delay)
Method delay. |
int |
getEndDate()
Method getEndDate. |
java.lang.String |
getEntrie(java.lang.String key)
this method returns the value associated to a key in a dictionnary. |
int |
getStartDate()
Method getStartDate. |
java.lang.String |
getSubtitle()
Method getSubtitle. |
void |
htmlRemove()
Method htmlRemove. |
boolean |
putEntrie(java.lang.String key,
java.lang.String value)
this method allows to change a value of a key. |
void |
setEndDate(int endDate)
Method setEndDate. |
void |
setStartDate(int startDate)
Method setStartDate. |
void |
setSubtitle(java.lang.String subtitle)
Method setSubtitle. |
Methods inherited from class sears.file.Subtitle |
---|
anchor, cloneSubtitle, equals, getAnchor, getNumber, isAnchored, setNumber, unanchor |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] eventsDictionnaryKeys
Constructor Detail |
---|
public SsaSubtitle(int subtitleNumber)
subtitleNumber
- public SsaSubtitle(Subtitle aSubtitle)
aSubtitle
- The Subtitle to copy.Method Detail |
---|
public boolean putEntrie(java.lang.String key, java.lang.String value)
key
- the existing keyvalue
- the value who wants to associated to the key
public java.lang.String getEntrie(java.lang.String key)
key
- the existing key
public int getEndDate()
Subtitle
getEndDate
in class Subtitle
public void setEndDate(int endDate)
Subtitle
setEndDate
in class Subtitle
endDate
- the endDate to setpublic int getStartDate()
Subtitle
getStartDate
in class Subtitle
public void setStartDate(int startDate)
Subtitle
setStartDate
in class Subtitle
startDate
- the startDate to setpublic java.lang.String getSubtitle()
Subtitle
getSubtitle
in class Subtitle
public void setSubtitle(java.lang.String subtitle)
Subtitle
setSubtitle
in class Subtitle
subtitle
- the subtitle to setpublic void delay(int delay)
Subtitle
delay
in class Subtitle
delay
- The delay to apply.public void accentRemove()
Subtitle
accentRemove
in class Subtitle
public void htmlRemove()
Subtitle
htmlRemove
in class Subtitle
public int compareTo(Subtitle subtitle)
compareTo
in interface java.lang.Comparable<Subtitle>
compareTo
in class Subtitle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |