Uses of Class
java.awt.JobAttributes
-
Packages that use JobAttributes 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of JobAttributes in java.awt
Methods in java.awt with parameters of type JobAttributes Modifier and Type 方法 描述 PrintJob
Toolkit. getPrintJob(Frame frame, String jobtitle, JobAttributes jobAttributes, PageAttributes pageAttributes)
获取PrintJob
对象,这是在工具包的平台上启动打印操作的结果。void
JobAttributes. set(JobAttributes obj)
将此JobAttributes
所有属性设置为与obj的属性相同的值。Constructors in java.awt with parameters of type JobAttributes Constructor 描述 JobAttributes(JobAttributes obj)
构造一个JobAttributes
实例,它是所提供的JobAttributes
的副本。
-