| Subclasses of LineLayout in kirk.gui.layout |
class |
CenteredLineLayout
CenteredLineLayout extends VariableLineLayout, and it
makes each component as high and wide as its preferred size. |
class |
FixedLineLayout
FixedLineLayout extends LineLayout, and it makes each
line is as high as specified when constructing an object of this class. |
class |
GridLineLayout
GridLineLayout extends LineLayout, and each line is
vertically treated like with GridLayout: The size is proportional to
the maximum size of the Container using this
LayoutManager, depending on how many lines there are. |
class |
LargestLineLayout
LargestLineLayout extends LineLayout, and each line
has the same height. |
class |
VariableLineLayout
VariableLineLayout extends LineLayout, and it makes
each Component as high as its preferred size. |