|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
public interface TileObserver
WritableRenderedImage 의 타일이 getWritableTile 의 호출을 개입시켜 변경 가능하게 되는 경우, 및 마지막 releaseWritableTile 의 호출을 개입시켜 변경 불가능하게 되는 경우에, 통지를 받으려고 하는 객체를 위한 인터페이스입니다.
WritableRenderedImage | 메소드의 개요 | |
|---|---|
void |
tileUpdate (WritableRenderedImage source,
int tileX,
int tileY,
boolean willBeWritable)
타일이 갱신 되려고 하고 있습니다. |
| 메소드의 상세 |
|---|
void tileUpdate(WritableRenderedImage source,
int tileX,
int tileY,
boolean willBeWritable)
source - 타일을 소유하고 있는 이미지tileX - 갱신되는 타일의 X 인덱스tileY - 갱신되는 타일의 Y 인덱스willBeWritable - true 의 경우, 타일은 기입을 위해서(때문에) 받아들여진다.
그렇지 않은 경우는 해제된다
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.