|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectviper.descriptors.attributes.ValueSpan
Encodes a dynamic attribute value.
| Constructor Summary | |
ValueSpan(AttributeValue v,
long s,
long e)
Creates a new instance of ValueSpan. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Checks that the value and times are equals. |
long |
getEnd()
Gets the last frame. |
long |
getStart()
Gets the first frame of the value. |
AttributeValue |
getValue()
Gets the start of the value. |
int |
hashCode()
|
java.lang.String |
toString()
Prints the value in .gtf format. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ValueSpan(AttributeValue v,
long s,
long e)
v - the value for the spans - the first valid frame/nanoe - the last valid frame/nano
java.lang.IllegalArgumentException - when s > e| Method Detail |
public boolean equals(java.lang.Object obj)
obj - the Object with which to compare this
false if not a ValueSpan with the same
value and spanpublic int hashCode()
public java.lang.String toString()
public AttributeValue getValue()
public long getStart()
public long getEnd()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||