public class ImageDecorator extends Object
Constructor and Description |
---|
ImageDecorator(AnnotationController controller) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.dom.client.DivElement |
addAnnotatedArea(int ax,
int ay,
int bx,
int by,
ImageAnnotater img) |
void |
addAnnotatedArea(int ax,
int ay,
int bx,
int by,
com.google.gwt.dom.client.ImageElement img,
Annotation annotation,
AnnotationController controller) |
void |
updateAnnotatedArea(int ax,
int ay,
int bx,
int by,
com.google.gwt.dom.client.ImageElement img,
com.google.gwt.dom.client.DivElement divElement) |
public ImageDecorator(AnnotationController controller)
public com.google.gwt.dom.client.DivElement addAnnotatedArea(int ax, int ay, int bx, int by, ImageAnnotater img)
public void updateAnnotatedArea(int ax, int ay, int bx, int by, com.google.gwt.dom.client.ImageElement img, com.google.gwt.dom.client.DivElement divElement)
public void addAnnotatedArea(int ax, int ay, int bx, int by, com.google.gwt.dom.client.ImageElement img, Annotation annotation, AnnotationController controller)
Copyright © 2013 Nuxeo SA. All Rights Reserved.