|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.file.Subtitle
public class Subtitle
Class .
Summary:
Represent a Subtitle.
Constructor Summary | |
---|---|
Subtitle()
Constructor Subtitle. |
|
Subtitle(int _number,
int _startDate,
int _endDate,
java.lang.String _subtitle)
Constructor Subtitle. |
|
Subtitle(Subtitle _subtitle)
Constructor Subtitle. |
Method Summary | |
---|---|
void |
accentRemove()
Method accentRemove. |
void |
anchor(int anchor)
Method anchor. |
Subtitle |
cloneSubtitle()
|
int |
compareTo(Subtitle subtitle)
|
void |
delay(int delay)
Method delay. |
boolean |
equals(java.lang.Object object)
|
int |
getAnchor()
Method getAnchor. |
int |
getEndDate()
Method getEndDate. |
int |
getNumber()
Method getNumber. |
int |
getStartDate()
Method getStartDate. |
java.lang.String |
getSubtitle()
Method getSubtitle. |
void |
htmlRemove()
Method htmlRemove. |
boolean |
isAnchored()
Method isAnchored. |
void |
setEndDate(int endDate)
Method setEndDate. |
void |
setNumber(int number)
Method setNumber. |
void |
setStartDate(int startDate)
Method setStartDate. |
void |
setSubtitle(java.lang.String subtitle)
Method setSubtitle. |
void |
unanchor()
Method unanchor. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Subtitle(int _number, int _startDate, int _endDate, java.lang.String _subtitle)
_number
- The index of the subtitle._startDate
- Its start date (in milliseconds)_endDate
- Its end date (in milliseconds)_subtitle
- The subtitle to displaypublic Subtitle(Subtitle _subtitle)
_subtitle
- The Subtitle to copy.public Subtitle()
Method Detail |
---|
public void delay(int delay)
delay
- The delay to apply.public int getEndDate()
public void setEndDate(int endDate)
endDate
- the endDate to setpublic int getNumber()
public void setNumber(int number)
number
- the number to setpublic int getStartDate()
public void setStartDate(int startDate)
startDate
- the startDate to setpublic java.lang.String getSubtitle()
public void setSubtitle(java.lang.String subtitle)
subtitle
- the subtitle to setpublic boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public void accentRemove()
public void htmlRemove()
public int compareTo(Subtitle subtitle)
compareTo
in interface java.lang.Comparable<Subtitle>
public boolean isAnchored()
public void anchor(int anchor)
anchor
- The anchor to set (in seconds).public void unanchor()
public int getAnchor()
public Subtitle cloneSubtitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |