com.ebmwebsourcing.geasytools.geasyui.api.core
Interface IElementContext

All Known Implementing Classes:
ElementContext

public interface IElementContext


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)
           
 

Method Detail

getUIElement

IUIElement getUIElement()

getInitialTop

float getInitialTop()

getInintialLeft

float getInintialLeft()

setInitialTop

void setInitialTop(float top)

setInitialLeft

void setInitialLeft(float left)

setInitialWidth

void setInitialWidth(float width)

setInitialHeight

void setInitialHeight(float height)

getInitialWidth

float getInitialWidth()

getInitialHeight

float getInitialHeight()


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