JavaTM Platform
Standard Ed. 6

클래스
java.awt.GraphicsConfiguration 의 사용

GraphicsConfiguration 를 사용하고 있는 패키지
java.awt 사용자 인터페이스의 작성 및 그래픽스와 이미지의 페인트용의 모든 클래스를 포함합니다.  
java.awt.image 이미지를 작성 및 수정하기 위한 클래스를 제공합니다.  
javax.print JavaTM Print Service API 의 주요한 클래스 및 인터페이스를 제공합니다.  
javax.swing 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다.  
 

java.awt 에서의 GraphicsConfiguration 의 사용
 

GraphicsConfiguration 를 돌려주는 java.awt 의 메소드
 GraphicsConfiguration GraphicsDevice. getBestConfiguration (GraphicsConfigTemplate  gct)
          유효한 GraphicsConfiguration 를 취득하기 위해서 사용되는 GraphicsConfigTemplate 객체
abstract  GraphicsConfiguration GraphicsConfigTemplate. getBestConfiguration (GraphicsConfiguration [] gc)
           GraphicsConfigTemplate 로 정의되고 있는 기준을 건네줄 수 있는 최적인 구성을 돌려줍니다.
abstract  GraphicsConfiguration [] GraphicsDevice. getConfigurations ()
          이 GraphicsDevice 에 관련한 모든 GraphicsConfiguration 객체를 돌려줍니다.
abstract  GraphicsConfiguration GraphicsDevice. getDefaultConfiguration ()
          이 GraphicsDevice 에 관련한 디폴트의 GraphicsConfiguration 를 돌려줍니다.
abstract  GraphicsConfiguration Graphics2D. getDeviceConfiguration ()
          이 Graphics2D 에 관련한 디바이스 구성을 돌려줍니다.
 GraphicsConfiguration Window. getGraphicsConfiguration ()
          이 메소드는, 이 Window 가 사용하는 GraphicsConfiguration 을 돌려줍니다.
 GraphicsConfiguration Component. getGraphicsConfiguration ()
          이 Component 에 관련지을 수 있었던 GraphicsConfiguration 를 돌려줍니다.
 

GraphicsConfiguration 형의 파라미터를 가지는 java.awt 의 메소드
abstract  GraphicsConfiguration GraphicsConfigTemplate. getBestConfiguration (GraphicsConfiguration [] gc)
           GraphicsConfigTemplate 로 정의되고 있는 기준을 건네줄 수 있는 최적인 구성을 돌려줍니다.
 ImageCapabilities Image. getCapabilities (GraphicsConfiguration  gc)
          지정된 GraphicsConfiguration 의 이 이미지의 기능을 조회할 수 있는 ImageCapabilities 객체를 돌려줍니다.
 Insets Toolkit. getScreenInsets (GraphicsConfiguration  gc)
          스크린의 인 세트를 돌려줍니다.
abstract  boolean GraphicsConfigTemplate. isGraphicsConfigSupported (GraphicsConfiguration  gc)
          지정된 GraphicsConfiguration 를 사용해, 지정된 기능을 지원하는 draw 표면을 작성할 수 있을지 어떨지를 나타내는 boolean 형의 값을 돌려줍니다.
 

GraphicsConfiguration 형의 파라미터를 가지는 java.awt 의 생성자
Canvas (GraphicsConfiguration  config)
          GraphicsConfiguration 객체를 지정해, 새로운 Canvas 를 구축합니다.
Dialog (Dialog  owner, String  title, boolean modal, GraphicsConfiguration  gc)
          지정된 소유자 Dialog, 타이틀, 모다리티, 및 GraphicsConfiguration 를 가져, 처음은 표시되지 않는 Dialog 를 구축합니다.
Dialog (Frame  owner, String  title, boolean modal, GraphicsConfiguration  gc)
          지정된 소유자 Frame, 타이틀, 모다리티, 및 GraphicsConfiguration 를 가져, 처음은 표시되지 않는 Dialog 를 구축합니다.
Dialog (Window  owner, String  title, Dialog.ModalityType  modalityType, GraphicsConfiguration  gc)
          지정된 소유자 Window, 타이틀, 모다리티, 및 GraphicsConfiguration 를 가져, 처음은 표시되지 않는 Dialog 를 구축합니다.
Frame (GraphicsConfiguration  gc)
          지정된 GraphicsConfiguration 로, 초기 상태로 가시는 아닌 새로운 Frame 를 구축합니다.
Frame (String  title, GraphicsConfiguration  gc)
          지정된 타이틀과 GraphicsConfiguration 로, 처음은 불가시인 새로운 Frame 객체를 구축합니다.
Window (Window  owner, GraphicsConfiguration  gc)
          지정된 오너 Window 를 가지는 초기 상태로 가시가 아닌 새로운 윈도우와 스크린 디바이스의 GraphicsConfiguration 를 구축합니다.
 

java.awt.image 에서의 GraphicsConfiguration 의 사용
 

GraphicsConfiguration 형의 파라미터를 가지는 java.awt.image 의 메소드
abstract  int VolatileImage. validate (GraphicsConfiguration  gc)
          마지막 validate 호출해 이후에 이미지의 draw 표면이 없어지고 있는 경우, 그 draw 표면을 복원합니다.
 

javax.print 에서의 GraphicsConfiguration 의 사용
 

GraphicsConfiguration 형의 파라미터를 가지는 javax.print 의 메소드
static PrintService ServiceUI. printDialog (GraphicsConfiguration  gc, int x, int y, PrintService [] services, PrintService  defaultService, DocFlavor  flavor, PrintRequestAttributeSet  attributes)
          인쇄 서비스 (프린터) 선택용 다이얼로그를 사용자에게 제공합니다.
 

javax.swing 에서의 GraphicsConfiguration 의 사용
 

GraphicsConfiguration 형의 파라미터를 가지는 javax.swing 의 생성자
JDialog (Dialog  owner, String  title, boolean modal, GraphicsConfiguration  gc)
          타이틀, 소유자 Dialog, 모덜일지 어떨지, 및 GraphicsConfiguration 를 지정해 다이얼로그를 작성합니다.
JDialog (Frame  owner, String  title, boolean modal, GraphicsConfiguration  gc)
          타이틀, 소유자 Frame, 모덜일지 어떨지, 및 GraphicsConfiguration 를 지정해 다이얼로그를 작성합니다.
JDialog (Window  owner, String  title, Dialog.ModalityType  modalityType, GraphicsConfiguration  gc)
          타이틀, 소유자 Window, 모덜일지 어떨지, 및 GraphicsConfiguration 를 지정해 다이얼로그를 작성합니다.
JFrame (GraphicsConfiguration  gc)
          Frame 를, 화면 디바이스의 지정된 GraphicsConfiguration 에 타이틀없이 작성합니다.
JFrame (String  title, GraphicsConfiguration  gc)
          JFrame 를, 지정된 타이틀로, 화면 디바이스의 지정된 GraphicsConfiguration 에 작성합니다.
JWindow (GraphicsConfiguration  gc)
          윈도우를, 화면 디바이스의 지정된 GraphicsConfiguration 에 타이틀없이 작성합니다.
JWindow (Window  owner, GraphicsConfiguration  gc)
          오너 윈도우와 스크린 디바이스의 GraphicsConfiguration 를 지정해 윈도우를 작성합니다.
 


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 도 참조해 주세요.