Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.annotations.gwt.client.util
Class ImageRangeXPointer

java.lang.Object
  extended by org.nuxeo.ecm.platform.annotations.gwt.client.util.ImageRangeXPointer
All Implemented Interfaces:
XPointer

public class ImageRangeXPointer
extends Object
implements XPointer

Author:
Alexandre Russel

Constructor Summary
ImageRangeXPointer(String xpointer)
           
 
Method Summary
 boolean equals(Object obj)
           
 Point getBottomRight()
           
 com.google.gwt.dom.client.ImageElement getImage()
           
 com.google.gwt.dom.client.ImageElement getImage(boolean multiImage)
           
 String getMethod()
           
 Point getTopLeft()
           
 String getUrl()
           
 String getXPath()
           
 String getXpointerString()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageRangeXPointer

public ImageRangeXPointer(String xpointer)
Method Detail

getMethod

public String getMethod()
Specified by:
getMethod in interface XPointer

getUrl

public String getUrl()
Specified by:
getUrl in interface XPointer

getXPath

public String getXPath()
Specified by:
getXPath in interface XPointer

getImage

public com.google.gwt.dom.client.ImageElement getImage()

getImage

public com.google.gwt.dom.client.ImageElement getImage(boolean multiImage)

getTopLeft

public Point getTopLeft()

getBottomRight

public Point getBottomRight()

getXpointerString

public String getXpointerString()
Specified by:
getXpointerString in interface XPointer

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.