Class org.aswing.Insets

Description

An Insets object is a representation of the borders of a container. It specifies the space that a container must leave at each of its edges. The space can be a border, a blank space, or a title.

Field Index

bottom, left, right, top

Method Index

new Insets()
addInsets(), equals(), getInsideBounds(), getRoundBounds(), inroundsSize(), roundsSize(), toString()

Constructor Detail

Insets

public function Insets(top:Number, left:Number, bottom:Number, right:Number)

Insets(top:Number, left:Number, bottom:Number, right:Number)
Insets()

Field Detail

bottom

public bottom:Number

top

public top:Number

left

public left:Number

right

public right:Number

Method Detail

addInsets

public function addInsets(insets:Insets):Insets

This insets add specified insets and return itself.

getInsideBounds

public function getInsideBounds(bounds:Rectangle):Rectangle

getRoundBounds

public function getRoundBounds(bounds:Rectangle):Rectangle

roundsSize

public function roundsSize(size:Dimension):Dimension

inroundsSize

public function inroundsSize(size:Dimension):Dimension

equals

public function equals(o:Object):Boolean

toString

public function toString():String