Packageorg.osmf.smpte.tt.primitives
Classpublic class Thickness
InheritanceThickness Inheritance Object



Public Properties
 PropertyDefined By
  bottom : Number
Gets or sets the bottom value
Thickness
  Empty : Thickness
[static] [read-only]
Thickness
  left : Number
Gets or sets the left value
Thickness
  right : Number
Gets or sets the right value
Thickness
  top : Number
Gets or sets the top value
Thickness
Public Methods
 MethodDefined By
  
Thickness(top:Number = 0, right:Number = 0, bottom:Number = 0, left:Number = 0)
Thickness
Property Detail
bottomproperty
bottom:Number

Gets or sets the bottom value


Implementation
    public function get bottom():Number
    public function set bottom(value:Number):void
Emptyproperty 
Empty:Thickness  [read-only]


Implementation
    public static function get Empty():Thickness
leftproperty 
left:Number

Gets or sets the left value


Implementation
    public function get left():Number
    public function set left(value:Number):void
rightproperty 
right:Number

Gets or sets the right value


Implementation
    public function get right():Number
    public function set right(value:Number):void
topproperty 
top:Number

Gets or sets the top value


Implementation
    public function get top():Number
    public function set top(value:Number):void
Constructor Detail
Thickness()Constructor
public function Thickness(top:Number = 0, right:Number = 0, bottom:Number = 0, left:Number = 0)



Parameters
top:Number (default = 0)
 
right:Number (default = 0)
 
bottom:Number (default = 0)
 
left:Number (default = 0)