javax.rad.ui
Interface IDimension

All Superinterfaces:
IResource
All Known Subinterfaces:
IRectangle
All Known Implementing Classes:
AwtDimension, AwtRectangle, UIDimension, UIRectangle

public interface IDimension
extends IResource

Platform and technology independent Dimension implementation.

See Also:
Dimension

Method Summary
 int getHeight()
          The height of the IDimension.
 int getWidth()
          The width of the IDimension.
 void setHeight(int pHeight)
          Sets the height of the IDimension.
 void setWidth(int pWidth)
          Sets the width of the IDimension.
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Method Detail

getWidth

int getWidth()
The width of the IDimension.

Returns:
the width.

setWidth

void setWidth(int pWidth)
Sets the width of the IDimension.

Parameters:
pWidth - the width

getHeight

int getHeight()
The height of the IDimension.

Returns:
the height.

setHeight

void setHeight(int pHeight)
Sets the height of the IDimension.

Parameters:
pHeight - the height


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.