Module  java.desktop
软件包  javax.swing.border

Interface Border

    • 方法详细信息

      • paintBorder

        void paintBorder​(Component c,
                         Graphics g,
                         int x,
                         int y,
                         int width,
                         int height)
        用指定的位置和大小绘制指定组件的边框。
        参数
        c - 正在绘制边框的组件
        g - 油漆图形
        x - 绘画边框的x位置
        y - 绘画边框的y位置
        width - 画边框的宽度
        height - 绘画边框的高度
      • getBorderInsets

        Insets getBorderInsets​(Component c)
        返回边框的插入。
        参数
        c - 此边界插入值适用的组件
        结果
        一个 Insets对象,包含这个 Border顶部,左边,底部和右边的 Border
      • isBorderOpaque

        boolean isBorderOpaque​()
        返回边框是否不透明。 如果边框是不透明的,它在绘画时负责填写自己的背景。
        结果
        如果这个 Border是不透明的, Border true