| Package | org.aswing.border |
| Class | public class EmptyBorder |
| Inheritance | EmptyBorder DecorateBorder |
| Method | Defined by | ||
|---|---|---|---|
| EmptyBorder | |||
|
createIndent(indent:int):EmptyBorder
[static]
| EmptyBorder | ||
![]() |
Returns the insets of the border.
Note:subclass should not override this method, should override getBorderInsetsImp. | DecorateBorder | |
| EmptyBorder | |||
|
getBottom():int
| EmptyBorder | ||
![]() |
getDisplay(c:Component):DisplayObject
You should override this method to return the display object.
| DecorateBorder | |
![]() |
getDisplayImp():DisplayObject
Override this method in sub-class to return the display object if needed.
| DecorateBorder | |
![]() |
Returns current interior border.
| DecorateBorder | |
|
getLeft():int
| EmptyBorder | ||
|
getRight():int
| EmptyBorder | ||
|
getTop():int
| EmptyBorder | ||
|
setBottom(v:int):void
| EmptyBorder | ||
![]() |
setInterior(interior:Border):void
Sets new interior border.
| DecorateBorder | |
|
setLeft(v:int):void
| EmptyBorder | ||
|
setRight(v:int):void
| EmptyBorder | ||
|
setTop(v:int):void
| EmptyBorder | ||
![]() |
call
super.paintBorder paint the border first and then
paint the interior border on the interior bounds. | DecorateBorder | |
| EmptyBorder | |||
| EmptyBorder | () | constructor |
public function EmptyBorder(interior:Border = null, margin:Insets = null)Parameters
interior:Border (default = null) |
|
margin:Insets (default = null) |
| createIndent | () | method |
public static function createIndent(indent:int):EmptyBorderParameters
indent:int |
EmptyBorder |
| getBorderInsetsImp | () | method |
public override function getBorderInsetsImp(c:Component, bounds:IntRectangle):InsetsParameters
c:Component |
|
bounds:IntRectangle |
Insets |
| getBottom | () | method |
public function getBottom():int
Returns
int |
| getLeft | () | method |
public function getLeft():int
Returns
int |
| getRight | () | method |
public function getRight():int
Returns
int |
| getTop | () | method |
public function getTop():int
Returns
int |
| setBottom | () | method |
public function setBottom(v:int):voidParameters
v:int |
| setLeft | () | method |
public function setLeft(v:int):voidParameters
v:int |
| setRight | () | method |
public function setRight(v:int):voidParameters
v:int |
| setTop | () | method |
public function setTop(v:int):voidParameters
v:int |
| updateBorderImp | () | method |
public override function updateBorderImp(com:Component, g:Graphics2D, bounds:IntRectangle):voidParameters
com:Component |
|
g:Graphics2D |
|
bounds:IntRectangle |