Package games.stendhal.client.gui.layout
Class FreePlacementLayout
java.lang.Object
games.stendhal.client.gui.layout.FreePlacementLayout
- All Implemented Interfaces:
LayoutManager
A layout manager that does nothing else but keep the child components inside
the parent's borders.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent(String name, Component comp)
void
layoutContainer(Container parent)
minimumLayoutSize(Container parent)
preferredLayoutSize(Container parent)
void
removeLayoutComponent(Component comp)
-
Constructor Details
-
FreePlacementLayout
public FreePlacementLayout()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
-