Uses of Class
java.awt.AWTException
-
Packages that use AWTException 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.im.spi 提供可用于开发可与任何Java运行时环境一起使用的输入方法的接口。 -
-
Uses of AWTException in java.awt
Methods in java.awt that throw AWTException 变量和类型 方法 描述 voidSystemTray. add(TrayIcon trayIcon)将TrayIcon添加到SystemTray。protected voidComponent.FlipBufferStrategy. createBuffers(int numBuffers, BufferCapabilities caps)使用给定的功能创建一个或多个复杂的翻转缓冲区。voidCanvas. createBufferStrategy(int numBuffers, BufferCapabilities caps)使用所需的缓冲区功能为此组件创建多缓冲的新策略。voidWindow. createBufferStrategy(int numBuffers, BufferCapabilities caps)使用所需的缓冲区功能为此组件创建多缓冲的新策略。VolatileImageGraphicsConfiguration. createCompatibleVolatileImage(int width, int height, ImageCapabilities caps)使用指定的图像功能返回VolatileImage,其数据布局和颜色模型与此GraphicsConfiguration兼容。VolatileImageGraphicsConfiguration. createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency)使用指定的图像功能和透明度值,返回VolatileImage,其数据布局和颜色模型与此GraphicsConfiguration兼容。VolatileImageComponent. createVolatileImage(int width, int height, ImageCapabilities caps)使用给定的功能创建易失的屏幕外可绘制图像。static CursorCursor. getSystemCustomCursor(String name)返回与指定名称匹配的特定于系统的自定义游标对象。Constructors in java.awt that throw AWTException 构造器 描述 FlipBufferStrategy(int numBuffers, BufferCapabilities caps)为此组件创建新的翻转缓冲区策略。Robot()在主屏幕的坐标系中构造Robot对象。Robot(GraphicsDevice screen)为给定的屏幕设备创建一个Robot。 -
Uses of AWTException in java.awt.im.spi
Methods in java.awt.im.spi that throw AWTException 变量和类型 方法 描述 Locale[]InputMethodDescriptor. getAvailableLocales()返回相应输入方法支持的语言环境。
-