|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjavax.print.attribute.HashAttributeSet
javax.print.attribute.HashPrintJobAttributeSet
public class HashPrintJobAttributeSet
HashPrintJobAttributeSet 클래스는, 그 구현을 HashAttributeSet 클래스로부터 상속해,PrintJobAttributeSet 인터페이스의 의미상의 제한을 적용하는 속성 세트를 제공합니다.
| 생성자 의 개요 | |
|---|---|
HashPrintJobAttributeSet ()
새로운 빈 상태(empty)의 해시 인쇄 작업의 속성 세트를 구축합니다. |
|
HashPrintJobAttributeSet (PrintJobAttribute attribute)
초기 상태로 지정된 값으로 생성된 속성 세트의 새로운 해시 인쇄 작업의 속성 세트를 구축합니다. |
|
HashPrintJobAttributeSet (PrintJobAttribute [] attributes)
초기 상태로 지정된 배열의 값으로 생성된 속성 세트의 새로운 해시 인쇄 작업의 속성 세트를 구축합니다. |
|
HashPrintJobAttributeSet (PrintJobAttributeSet attributes)
초기 상태로 지정된 세트의 값으로 생성된 속성 세트의 새로운 빈 상태(empty)의 속성 세트를 구축합니다. |
|
| 메소드의 개요 |
|---|
| 클래스 javax.print.attribute. HashAttributeSet 로부터 상속된 메소드 |
|---|
add , addAll , clear , containsKey , containsValue , equals , get , hashCode , isEmpty , remove , remove , size , toArray |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , finalize , getClass , notify , notifyAll , toString , wait , wait , wait |
| 인터페이스 javax.print.attribute. PrintJobAttributeSet 로부터 상속된 메소드 |
|---|
add , addAll |
| 인터페이스 javax.print.attribute. AttributeSet 로부터 상속된 메소드 |
|---|
clear , containsKey , containsValue , equals , get , hashCode , isEmpty , remove , remove , size , toArray |
| 생성자 의 상세 |
|---|
public HashPrintJobAttributeSet()
public HashPrintJobAttributeSet(PrintJobAttribute attribute)
attribute - 세트에 추가하는 속성치
NullPointerException - 미확인의 예외. attribute 가 null 의 경우, throw 된다public HashPrintJobAttributeSet(PrintJobAttribute [] attributes)
attributes 배열의 요소를 인덱스 0 으로부터 개시해 차례로 세트에 추가해 생성됩니다. 이 결과, 배열내에 중복 한 속성치 또는 속성 카테고리가 있는 경우, 전의 배열 요소가 나머지의 배열 요소에 옮겨지는 일이 있습니다.
attributes - 세트에 추가하는 속성치의 배열.
null 의 경우, 빈 상태(empty)의 속성 세트가 구축된다
NullPointerException - 미확인의 예외.
attributes 의 요소가 null 의 경우, throw 된다public HashPrintJobAttributeSet(PrintJobAttributeSet attributes)
PrintJobAttribute 인터페이스에 제한됩니다.
attributes - 세트를 초기화하는 속성치세트. 조건
null 의 경우, 빈 상태(empty)의 속성 세트가 구축된다
ClassCastException - 미확인의 예외. attributes 의 요소가
PrintJobAttribute 의 인스턴스가 아닌 경우,
throw 된다
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.