AWT LayoutManager2类
1 什么是Java AWT LayoutManager2
接口LayoutManger2用于为知道如何根据布局约束对象布置 Container 的类定义接口。
2 Java AWT LayoutManager2的语法
public interface LayoutManger2
extends LayoutManager
3 Java AWT LayoutManager2的方法
方法 | 描述 |
---|---|
void addLayoutComponent(Component comp, Object constraints) | 使用指定的约束对象将指定的组件添加到布局。 |
float getLayoutAlignmentX(Container target) | 返回沿 x 轴的对齐方式。 |
float getLayoutAlignmentY(Container target) | 返回沿 y 轴的对齐方式。 |
void invalidateLayout(Container target) | 使布局无效,表示如果布局管理器已缓存信息,则应将其丢弃。 |
Dimension maximumLayoutSize(Container target) | 给定容器包含的组件,计算指定容器的最大尺寸尺寸。 |
热门文章
优秀文章