class org.aswing.plaf.InsetsUIResource extends Insets

Insets UI Resource. @author paling

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from Insets

var bottom:Int
var left:Int
var right:Int
var top:Int
function addInsets(insets:Insets):Insets
function clone():Insets
function equals(o:Dynamic):Bool
function getInsideBounds(bounds:IntRectangle):IntRectangle
function getInsideSize(?size:IntDimension):IntDimension
function getMarginHeight():Int
function getMarginWidth():Int
function getOutsideBounds(bounds:IntRectangle):IntRectangle
function getOutsideSize(?size:IntDimension):IntDimension
function toString():String

function new(?top:Int = 0, ?left:Int = 0, ?bottom:Int = 0, ?right:Int = 0): Void

function createInsetsResource(insets:Insets): InsetsUIResource

Create a insets ui resource with a insets.