Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.gwt.client.view.decorator
Class ImageDecorator

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.gwt.client.view.decorator.ImageDecorator

public class ImageDecorator
extends Object

Author:
Alexandre Russel

Constructor Summary
ImageDecorator(AnnotationController controller)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageDecorator

public ImageDecorator(AnnotationController controller)
Method Detail

addAnnotatedArea

public com.google.gwt.dom.client.DivElement addAnnotatedArea(int ax,
                                                             int ay,
                                                             int bx,
                                                             int by,
                                                             ImageAnnotater img)

updateAnnotatedArea

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)

addAnnotatedArea

public void addAnnotatedArea(int ax,
                             int ay,
                             int bx,
                             int by,
                             com.google.gwt.dom.client.ImageElement img,
                             Annotation annotation,
                             AnnotationController controller)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.