50 #ifndef _INTERVALANCHOR_H_
51 #define _INTERVALANCHOR_H_
53 #include "ContentAnchor.h"
59 namespace interfaces {
66 static const double OBJECT_DURATION;
71 void setBegin(
double b);
72 void setEnd(
double e);
73 static bool isObjectDuration(
double value);
81 #endif //_INTERVALANCHOR_H_
Definition: ContentAnchor.h:63
Definition: IntervalAnchor.h:60