Class org.aswing.border.EmptyBorder

Description

EmptyBorder not draw any graphics, only use to hold a blank space around component.

Method Index

new EmptyBorder()
getBorderInsetsImp(), getInsets(), setInsets()

Inherited from DecorateBorder

Constructor Detail

EmptyBorder

public function EmptyBorder(interior:Border, insets:Insets)

Method Detail

getBorderInsetsImp

public function getBorderInsetsImp(c:Component, bounds:Rectangle):Insets

Description copied from DecorateBorder

You should override this method to count this border's insets.

Overrides

getBorderInsetsImp() in org.aswing.border.DecorateBorder

getInsets

public function getInsets():Insets

setInsets

public function setInsets(insets:Insets):Void