Uses ofMenuContainerinjava.awt Classes injava.awtthat implementMenuContainer 变量和类型类描述 classButton 该类创建一个带标签的按钮。 classCanvas Canvas组件表示应用程序可以在其上绘制的屏幕的空白矩形区域,或者应用程序可以从中捕获来自用户的输入事件。
Java Image I / O API的主要包。 Classes in java.awt.color used by java.awt Class and Description ColorSpace 该抽象类用于作为颜色空间标签,用于标识Color对象的特定颜色空间,或通过ColorModel对象来映射Image,BufferedImage或GraphicsDevice。 Classes in java.awt.color used by java.awt.color Class ...
Classes injava.awt.imageused byjava.awt 类描述 BufferedImage BufferedImage子类描述了具有可访问的图像数据缓冲区的Image。 BufferedImageOp 该接口描述了对BufferedImage对象执行的单输入/单输出操作。 BufferStrategy BufferStrategy类表示在特定的Canvas或Window上组织复杂内存的机制。
AWT Layout Manager Classes:Following is the list of commonly used controls while designed GUI using AWT.Sr. No.LayoutManager & Description 1 BorderLayout The borderlayout arranges the components to fit in the five regions: east, west, north, south and center. 2 CardLayout The CardLayout object...
Java AWT (Abstract Window Toolkit) package is a library used for designing graphical user interfaces. Java AWT(抽象窗口工具包)软件包是用于设计图形用户界面的库。 It contains classes for placing various user intractable components and graphics. However, the components of this class are platform depende...
Classes in java.awt used by java.awt.im.spi 类描述 AWTEvent 所有AWT事件的根事件类。 AWTException 表示发生了Abstract Window Toolkit异常的信号。 Image 抽象类 Image是表示图形图像的所有类的超类。 Rectangle A Rectangle指定坐标空间中的一个区域,该区域由坐标空间中的 Rectangle对象的左上角点 (x,...
This project provides java.awt and javax.imagio since we can't use these classes on Android. Code is took from Apache Harmony, Apache Commons Imaging and witwall/appengine-awt. Disclaimer: This library is HACKISH and experimental. You should NOT use this in production. It started as a proof...
Classes injava.awt.colorused byjava.awt.color 类描述 ColorSpace 此抽象类用作颜色空间标记,用于标识Color对象的特定颜色空间,或者通过ColorModel对象标识Image,BufferedImage或GraphicsDevice。 ICC_Profile 基于国际色彩联盟规范ICC.1:2001-12,颜色配置文件的文件格式,(参见http://www.color.org),用于设备无关和设...
There are hundreds of these, particularly in AWT. The new method names show an important future direction for the AWT package (in fact, all of Java). The new names obey the naming conventions used by JavaBeans, which means that all AWT classes are potentially Beans. These conventions make ...
Classes injava.awt.printused byjavax.swing.text Class and Description Printable ThePrintableinterface is implemented by theprintmethods of the current page painter, which is called by the printing system to render a page. PrinterException ThePrinterExceptionclass and its subclasses are used to indicat...