com.ebmwebsourcing.gwt.jquery.client.core
Class J4GUI.CursorAt

java.lang.Object
  extended by com.ebmwebsourcing.gwt.jquery.client.core.J4GUI.CursorAt
Enclosing class:
J4GUI

public class J4GUI.CursorAt
extends java.lang.Object


Constructor Summary
J4GUI.CursorAt(int top, int left, int right, int bottom)
           
 
Method Summary
 int getBottom()
           
 com.google.gwt.json.client.JSONObject getJSON()
           
 int getLeft()
           
 int getRight()
           
 int getTop()
           
 void setBottom(int bottom)
           
 void setLeft(int left)
           
 void setRight(int right)
           
 void setTop(int top)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J4GUI.CursorAt

public J4GUI.CursorAt(int top,
                      int left,
                      int right,
                      int bottom)
Method Detail

getTop

public int getTop()

setTop

public void setTop(int top)

getLeft

public int getLeft()

setLeft

public void setLeft(int left)

getRight

public int getRight()

setRight

public void setRight(int right)

getBottom

public int getBottom()

setBottom

public void setBottom(int bottom)

getJSON

public com.google.gwt.json.client.JSONObject getJSON()


Copyright © 2010 eBM WebSourcing. All Rights Reserved.