diff src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Annotation.java @ 32:40846c0b344d

working on image annotations...
author casties
date Thu, 31 May 2012 11:57:50 +0200
parents cf8166ee8918
children
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Annotation.java	Mon May 14 11:18:53 2012 +0200
+++ b/src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Annotation.java	Thu May 31 11:57:50 2012 +0200
@@ -13,6 +13,8 @@
 	public String page=null;
 	/** URL of a display of the page of the document */
 	public String displayUrl=null;
+	/** String representation of the image area */
+        public String area = null;
 	public String creator=null;
 	public String time=null;
 	public String text=null;