所有类


类 javax.print.attribute.standard.Severity
的使用

使用 Severity 的软件包
javax.print.attribute.standard 包 javax.print.attribute.standard 包括特定打印属性的类。 
 

javax.print.attribute.standardSeverity 的使用
 

声明为 Severityjavax.print.attribute.standard 中的字段
static Severity Severity.ERROR
          指示 PrinterStateReason 是 "error"(最严重)。
static Severity Severity.REPORT
          指示 PrinterStateReason 是 "report"(不太严重)。
static Severity Severity.WARNING
          指示 PrinterStateReason 是 "warning"。
 

返回 Severityjavax.print.attribute.standard 中的方法
 Severity PrinterStateReasons.put(PrinterStateReason reason, Severity severity)
          根据给定的严重性级别,将给定的打印机状态原因添加到此 PrinterStateReasons 属性中。
 

参数类型为 Severityjavax.print.attribute.standard 中的方法
 Set<PrinterStateReason> PrinterStateReasons.printerStateReasonSet(Severity severity)
          在此 PrinterStateReasons 中,获取在给定的严重性级别每个 PrinterStateReasons 属性的不可修改的视图集。
 Severity PrinterStateReasons.put(PrinterStateReason reason, Severity severity)
          根据给定的严重性级别,将给定的打印机状态原因添加到此 PrinterStateReasons 属性中。
 

类型变量类型为 Severityjavax.print.attribute.standard 中的构造方法参数
PrinterStateReasons(Map<PrinterStateReason,Severity> map)
          构造一个新的 PrinterStateReasons 属性,它包括与给定映射相同的 PrinterStateReasonSeverity 映射关系。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部