A
SFlowLayout with vertical orientation.
The container to which this layout is applied will preferrably keep it's natural dimension.
Apply
SDimension.FULLWIDTH as prefererred size on the container
to take up the full width.
author: Armin Haaf
Creates a new SFlowDownLayout with vertical orientation and the given alignment
and gaps
Parameters: alignment - the alignment
SFlowDownLayout
public SFlowDownLayout(int alignment, int hgap, int vgap)(Code)
Creates a new SFlowDownLayout with vertical orientation and the given alignment
and gaps
Parameters: alignment - the alignment Parameters: hgap - the horizontal gap Parameters: vgap - the vertical gap