info.magnolia.ui.vaadin.gwt.shared.jcrop
Class SelectionArea

java.lang.Object
  extended by info.magnolia.ui.vaadin.gwt.shared.jcrop.SelectionArea
All Implemented Interfaces:
Serializable

public class SelectionArea
extends Object
implements Serializable

SelectionArea.

See Also:
Serialized Form

Constructor Summary
SelectionArea()
           
SelectionArea(int left, int top, int width, int height)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getHeight()
           
 int getLeft()
           
 int getTop()
           
 int getWidth()
           
 int hashCode()
           
 void setHeight(int height)
           
 void setLeft(int left)
           
 void setTop(int top)
           
 void setWidth(int width)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionArea

public SelectionArea()

SelectionArea

public SelectionArea(int left,
                     int top,
                     int width,
                     int height)
Method Detail

setTop

public void setTop(int top)

setHeight

public void setHeight(int height)

setLeft

public void setLeft(int left)

setWidth

public void setWidth(int width)

getTop

public int getTop()

getLeft

public int getLeft()

getWidth

public int getWidth()

getHeight

public int getHeight()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.