Package edu.harvard.hul.ois.ots.schemas.AES

Examples of edu.harvard.hul.ois.ots.schemas.AES.FaceRegion


      EditUnitNumber startTime = new EditUnitNumber(0,"startTime");
      startTime.setEditRate(1);
      timeline.setStartTime(startTime);
      face.setTimeline(timeline);
     
      region = new FaceRegion();
      region.setID(regionID);
      region.setFaceRef(faceID);
      region.setLabel("region 1");
      timeRange = new TimeRange("timeRange");
      timeRange.setStartTime(startTime);
View Full Code Here

TOP

Related Classes of edu.harvard.hul.ois.ots.schemas.AES.FaceRegion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.