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 变量和类型 方法 描述 PrintJobToolkit. getPrintJob(Frame frame, String jobtitle, JobAttributes jobAttributes, PageAttributes pageAttributes)获取PrintJob对象,该对象是在工具包平台上启动打印操作的结果。voidJobAttributes. set(JobAttributes obj)将此JobAttributes所有属性设置为与obj的属性相同的值。Constructors in java.awt with parameters of type JobAttributes 构造器 描述 JobAttributes(JobAttributes obj)构造JobAttributes实例,该实例是提供的JobAttributes的副本。
-