JavaTM Platform
Standard Ed. 6

javax.print.attribute
클래스 HashPrintJobAttributeSet

java.lang.Object 
  상위를 확장 javax.print.attribute.HashAttributeSet 
      상위를 확장 javax.print.attribute.HashPrintJobAttributeSet
모든 구현된 인터페이스:
Serializable , AttributeSet , PrintJobAttributeSet


public class HashPrintJobAttributeSet
extends HashAttributeSet
implements PrintJobAttributeSet , Serializable

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
 

생성자 의 상세

HashPrintJobAttributeSet

public HashPrintJobAttributeSet()
새로운 빈 상태(empty)의 해시 인쇄 작업의 속성 세트를 구축합니다.


HashPrintJobAttributeSet

public HashPrintJobAttributeSet(PrintJobAttribute  attribute)
초기 상태로 지정된 값으로 생성된 속성 세트의 새로운 해시 인쇄 작업의 속성 세트를 구축합니다.

파라미터:
attribute - 세트에 추가하는 속성치
예외:
NullPointerException - 미확인의 예외. attribute 가 null 의 경우, throw 된다

HashPrintJobAttributeSet

public HashPrintJobAttributeSet(PrintJobAttribute [] attributes)
초기 상태로 지정된 배열의 값으로 생성된 속성 세트의 새로운 해시 인쇄 작업의 속성 세트를 구축합니다. 새로운 속성 세트는,attributes 배열의 요소를 인덱스 0 으로부터 개시해 차례로 세트에 추가해 생성됩니다. 이 결과, 배열내에 중복 한 속성치 또는 속성 카테고리가 있는 경우, 전의 배열 요소가 나머지의 배열 요소에 옮겨지는 일이 있습니다.

파라미터:
attributes - 세트에 추가하는 속성치의 배열. null 의 경우, 빈 상태(empty)의 속성 세트가 구축된다
예외:
NullPointerException - 미확인의 예외. attributes 의 요소가 null 의 경우, throw 된다

HashPrintJobAttributeSet

public HashPrintJobAttributeSet(PrintJobAttributeSet  attributes)
초기 상태로 지정된 세트의 값으로 생성된 속성 세트의 새로운 빈 상태(empty)의 속성 세트를 구축합니다. 여기에서는, 속성 세트의 멤버는 PrintJobAttribute 인터페이스에 제한됩니다.

파라미터:
attributes - 세트를 초기화하는 속성치세트. 조건 null 의 경우, 빈 상태(empty)의 속성 세트가 구축된다
예외:
ClassCastException - 미확인의 예외. attributes 의 요소가 PrintJobAttribute 의 인스턴스가 아닌 경우, throw 된다

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.