ImageCollection

Inheritance: java.lang.Object

public class ImageCollection

템플릿 생성을 위해 사용할 수 있는 이미지 컬렉션입니다.

생성자

생성자설명
ImageCollection()컬렉션 인스턴스를 만들기 위한 기본 생성자

메서드

메서드설명
add(String imageName, InputStream stream)이 컬렉션에 이미지를 삽입합니다.
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ImageCollection()

public ImageCollection()

컬렉션 인스턴스를 만들기 위한 기본 생성자

add(String imageName, InputStream stream)

public void add(String imageName, InputStream stream)

이 컬렉션에 이미지를 삽입합니다.

Parameters:

매개변수유형설명
imageNamejava.lang.String?image 요소와 같아야 합니다 예: ?image=logo.png collection.Add(“logo.png”,stream)
스트림java.io.InputStream

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

매개변수유형설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수유형설명
arg0long
arg1int