new SoftBox()
public function SoftBox(axis:Number, gap:Number)
SoftBox(axis:Number, gap:Number)
SoftBox(axis:Number) default gap to 0.
Creates a panel with a SoftBoxLayout.
axis | the axis of layout. org.aswing.SoftBoxLayout.X_AXIS or org.aswing.SoftBoxLayout.Y_AXIS |
gap | the gap between each component, default 0 |
static public function createHorizontalBox(gap:Number):SoftBox
Creates and return a Horizontal SoftBox.
gap | the gap between each component, default 0 |
a horizontal SoftBox.
static public function createVerticalBox(gap:Number):SoftBox
Creates and return a Vertical SoftBox.
gap | the gap between each component, default 0 |
a vertical SoftBox.