Changeset 5311 for openmrs-modules/gmapsimageviewer/src/org/openmrs/module/gmapsimageviewer/ImageAnnotation.java
- Timestamp:
- 08/18/08 18:57:52 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/gmapsimageviewer/src/org/openmrs/module/gmapsimageviewer/ImageAnnotation.java
r5223 r5311 6 6 import org.openmrs.api.context.Context; 7 7 8 /** 9 * This class represents one annotation associated with an AnnotatedImage. 10 * 11 */ 8 12 public class ImageAnnotation { 9 13 private Pixel location;