模块  java.desktop
软件包  java.awt

Class GraphicsConfigTemplate

    • 字段详细信息

      • REQUIRED

        public static final int REQUIRED
        用于“枚举”(整数)类型的值。 声明GraphicsConfiguration对象需要此功能的GraphicsConfiguration 如果此功能不可用,请不要选择GraphicsConfiguration对象。
        另请参见:
        常数字段值
      • PREFERRED

        public static final int PREFERRED
        用于“枚举”(整数)类型的值。 声明GraphicsConfiguration对象需要此功能的GraphicsConfiguration 具有此功能的选择优先于不包含此功能的选择,尽管两个选项都可视为有效匹配。
        另请参见:
        常数字段值
      • UNNECESSARY

        public static final int UNNECESSARY
        用于“枚举”(整数)类型的值。 声明选择GraphicsConfiguration对象不需要此功能的GraphicsConfiguration 没有此功能的选择优于包含此功能的选项,因为它未被使用。
        另请参见:
        常数字段值
    • 构造方法详细信息

      • GraphicsConfigTemplate

        public GraphicsConfigTemplate()
        此类是一个抽象类,因此只能实例化子类。
    • 方法详细信息

      • getBestConfiguration

        public abstract GraphicsConfiguration getBestConfiguration​(GraphicsConfiguration[] gc)
        返回通过 GraphicsConfigTemplate定义的条件的“最佳”配置。
        参数
        gc - 可供选择的 GraphicsConfiguration数组。
        结果
        GraphicsConfiguration对象是可能的最佳配置。
        另请参见:
        GraphicsConfiguration
      • isGraphicsConfigSupported

        public abstract boolean isGraphicsConfigSupported​(GraphicsConfiguration gc)
        返回 boolean指示是否可以使用指定的 GraphicsConfiguration创建支持指示功能的绘图表面。
        参数
        gc - 要测试的 GraphicsConfiguration对象
        结果
        true如果此GraphicsConfiguration对象可用于创建支持指示功能的曲面; false如果GraphicsConfiguration不能用于创建此Java(tm)API可用的绘图表面。