Examples of addLongAnnotation()


Examples of ome.xml.model.StructuredAnnotations.addLongAnnotation()

      seriesAnnotation = new LongAnnotation();
      seriesAnnotation.setDescription(description);
      seriesAnnotation.setNamespace(ANNOTATION_NAMESPACE);
      seriesAnnotation.setValue(value);
      seriesAnnotation.setID(String.format("%s/%s/%d", ANNOTATION_NAMESPACE, description, value));
      sa.addLongAnnotation(seriesAnnotation);
    }
    plane.linkAnnotation(seriesAnnotation);
   
  }
  /**
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.