javax.rad.ui
Interface IInsets

All Superinterfaces:
IResource
All Known Implementing Classes:
AwtInsets, UIInsets

public interface IInsets
extends IResource

Platform and technology independent Insets definition.

See Also:
Insets

Method Summary
 int getBottom()
          The bottom margin of the IInsets.
 int getLeft()
          The left margin of the IInsets.
 int getRight()
          The right margin of the IInsets.
 int getTop()
          The top margin of the IInsets.
 void setBottom(int pBottom)
          Sets the bottom margin of the IInsets.
 void setLeft(int pLeft)
          Sets the left margin of the IInsets.
 void setRight(int pRight)
          Sets the right margin of the IInsets.
 void setTop(int pTop)
          Sets the top margin of the IInsets.
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Method Detail

getLeft

int getLeft()
The left margin of the IInsets.

Returns:
the left margin.

setLeft

void setLeft(int pLeft)
Sets the left margin of the IInsets.

Parameters:
pLeft - the left margin

getRight

int getRight()
The right margin of the IInsets.

Returns:
the right margin.

setRight

void setRight(int pRight)
Sets the right margin of the IInsets.

Parameters:
pRight - the right margin

getTop

int getTop()
The top margin of the IInsets.

Returns:
the top margin.

setTop

void setTop(int pTop)
Sets the top margin of the IInsets.

Parameters:
pTop - the top margin

getBottom

int getBottom()
The bottom margin of the IInsets.

Returns:
the bottom margin.

setBottom

void setBottom(int pBottom)
Sets the bottom margin of the IInsets.

Parameters:
pBottom - the bottom margin


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.