Package org.loboevolution.img
Class OverlayLayout
java.lang.Object
org.loboevolution.img.OverlayLayout
- All Implemented Interfaces:
LayoutManager
OverlayLayout class.
-
Constructor Summary
ConstructorsConstructorDescriptionOverlayLayout(LayeredImageView layeredImageView) Constructor for OverlayLayout. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) voidlayoutContainer(Container parent) minimumLayoutSize(Container parent) preferredLayoutSize(Container parent) void
-
Constructor Details
-
OverlayLayout
Constructor for OverlayLayout.
- Parameters:
layeredImageView- aLayeredImageViewobject.
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponentin interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin interfaceLayoutManager
-
preferredLayoutSize
- Specified by:
preferredLayoutSizein interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSizein interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager
-