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