ImageProperties

공개 추상 클래스 ImageProperties

이미지 저장 방식을 설명하는 속성 집합을 그룹화합니다.

공개 메서드

추상 정수
getImageFormat()
이미지의 픽셀 형식을 가져옵니다.
추상 정수
getStorageType()
이미지의 저장소 유형을 가져옵니다.
추상 정수

상속된 메서드

boolean
같음(Object arg0)
최종 Class<?>
getClass()
int
hashCode()
최종 void
notify()
최종 void
notifyAll()
String
toString()
최종 void
wait(long arg0, int arg1)
최종 void
wait(long arg0)
최종 void
wait()

공개 메서드

public 추상화 int getImageFormat ()

이미지의 픽셀 형식을 가져옵니다.

public 추상화 int getStorageType ()

이미지의 저장소 유형을 가져옵니다.

public 추상 int hashCode ()