| Package | org.aswing.plaf |
| Class | public class InsetsUIResource |
| Inheritance | InsetsUIResource Insets |
| Implements | UIResource |
| Method | Defined by | ||
|---|---|---|---|
|
InsetsUIResource(top:int = 0, left:int = 0, bottom:int = 0, right:int = 0)
| InsetsUIResource | ||
![]() |
This insets add specified insets and return itself.
| Insets | |
![]() | Insets | ||
![]() |
createIdentic(edge:int):Insets
[static]
Creates new
Insets instance with identic edges. | Insets | |
|
Create a insets ui resource with a insets.
| InsetsUIResource | ||
![]() |
equals(o:Object):Boolean
| Insets | |
![]() | Insets | ||
![]() | Insets | ||
![]() |
getMarginHeight():int
| Insets | |
![]() |
getMarginWidth():int
| Insets | |
![]() | Insets | ||
![]() | Insets | ||
![]() |
toString():String
| Insets | |
| InsetsUIResource | () | constructor |
public function InsetsUIResource(top:int = 0, left:int = 0, bottom:int = 0, right:int = 0)Parameters
top:int (default = 0) |
|
left:int (default = 0) |
|
bottom:int (default = 0) |
|
right:int (default = 0) |
| createInsetsResource | () | method |
public function createInsetsResource(insets:Insets):InsetsUIResourceCreate a insets ui resource with a insets.
Parametersinsets:Insets |
InsetsUIResource |