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.
new Insets()
public function Insets(top:Number, left:Number, bottom:Number, right:Number)
Insets(top:Number, left:Number, bottom:Number, right:Number) Insets()
public bottom:Number
public top:Number
public left:Number
public right:Number
public function addInsets(insets:Insets):Insets
This insets add specified insets and return itself.
public function getInsideBounds(bounds:Rectangle):Rectangle
public function getRoundBounds(bounds:Rectangle):Rectangle
public function roundsSize(size:Dimension):Dimension
public function inroundsSize(size:Dimension):Dimension
public function equals(o:Object):Boolean
public function toString():String