|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.mpeg7.MPEG7MediaRelTimePoint
public class MPEG7MediaRelTimePoint
MPEG7MediaRelTimePoint: Represents an mpeg7:MediaRelTimePoint object
Constructor Summary | |
---|---|
MPEG7MediaRelTimePoint()
Constructor for objects of type MPEG7MediaRelTimePoint |
|
MPEG7MediaRelTimePoint(long timePoint)
Constructor for objects of type MPEG7MediaRelTimePoint |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
long |
getTime()
Get the MPEG7 MediaTimePoint |
void |
setTime(long timePoint)
Set the MPEG7 MediaTimePoint |
java.lang.String |
toString()
Returns string representation of this object. |
java.lang.String |
toString(int indent)
Returns string representation of this object. |
java.lang.String |
toXML()
Returns XML representation of this object. |
java.lang.String |
toXML(int indent)
Returns XML representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MPEG7MediaRelTimePoint()
public MPEG7MediaRelTimePoint(long timePoint)
Method Detail |
---|
public void setTime(long timePoint)
timePoint
- the MPEG7 MediaTimePointpublic long getTime()
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- number of tabs to put before the string.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
number
- of tabs to put before the string.
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |