org.eclipse.etrice.ui.behavior.support
Class IPositionProvider.PosAndSize

java.lang.Object
  extended by org.eclipse.etrice.ui.behavior.support.IPositionProvider.PosAndSize
Enclosing interface:
IPositionProvider

public static class IPositionProvider.PosAndSize
extends java.lang.Object


Constructor Summary
IPositionProvider.PosAndSize(int x, int y, int width, int height)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPositionProvider.PosAndSize

public IPositionProvider.PosAndSize(int x,
                                    int y,
                                    int width,
                                    int height)
Parameters:
x -
y -
width -
height -
Method Detail

getX

public int getX()
Returns:
the x

getY

public int getY()
Returns:
the y

getWidth

public int getWidth()
Returns:
the width

getHeight

public int getHeight()
Returns:
the height