Class Map.InsetLayout
java.lang.Object
javax.swing.OverlayLayout
VASSAL.build.module.Map.InsetLayout
- All Implemented Interfaces:
LayoutManager
,LayoutManager2
,Serializable
- Enclosing class:
Map
The Layout responsible for arranging insets which overlay the Map
InsetLayout currently is responsible for keeping the
GlobalMap
in the upper-left corner of the Map.View
.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.swing.OverlayLayout
addLayoutComponent, addLayoutComponent, getLayoutAlignmentX, getLayoutAlignmentY, getTarget, invalidateLayout, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent
-
Constructor Details
-
InsetLayout
- Parameters:
target
- Component we are to lay outbase
- JScrollPane for it
-
-
Method Details
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
- Overrides:
layoutContainer
in classOverlayLayout
- Parameters:
target
- Component to lay out
-