com.ebmwebsourcing.geasytools.geasyui.impl.core
Class ElementContext

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.geasyui.impl.core.ElementContext
All Implemented Interfaces:
IElementContext

public class ElementContext
extends java.lang.Object
implements IElementContext


Constructor Summary
ElementContext(IUIElement element)
           
 
Method Summary
 float getInintialLeft()
           
 float getInitialHeight()
           
 float getInitialTop()
           
 float getInitialWidth()
           
 IUIElement getUIElement()
           
 void setInitialHeight(float height)
           
 void setInitialLeft(float left)
           
 void setInitialTop(float top)
           
 void setInitialWidth(float width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementContext

public ElementContext(IUIElement element)
Method Detail

getInintialLeft

public float getInintialLeft()
Specified by:
getInintialLeft in interface IElementContext

getInitialTop

public float getInitialTop()
Specified by:
getInitialTop in interface IElementContext

getUIElement

public IUIElement getUIElement()
Specified by:
getUIElement in interface IElementContext

setInitialLeft

public void setInitialLeft(float left)
Specified by:
setInitialLeft in interface IElementContext

setInitialTop

public void setInitialTop(float top)
Specified by:
setInitialTop in interface IElementContext

getInitialHeight

public float getInitialHeight()
Specified by:
getInitialHeight in interface IElementContext

getInitialWidth

public float getInitialWidth()
Specified by:
getInitialWidth in interface IElementContext

setInitialHeight

public void setInitialHeight(float height)
Specified by:
setInitialHeight in interface IElementContext

setInitialWidth

public void setInitialWidth(float width)
Specified by:
setInitialWidth in interface IElementContext


Copyright © 2010-2011 Petals Link. All Rights Reserved.