public final class Images extends Object
Title: ������
Description: Get Image object.
Copyright: Copyright (c) 2006
Company: www.justdos.net
| 构造器和说明 |
|---|
Images() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Image |
getDisabledImage(Image image)
Gets the disabledImage attribute of the Images class
|
static Image |
getImage(Class class1,
String s)
Gets the image attribute of the Images class
|
static Image |
getImage(Class class1,
String s,
boolean flag)
Gets the image attribute of the Images class
|
static Image |
getImage(URL url)
Gets the image attribute of the Images class
|
static Image |
getImage(URL url,
boolean flag)
Gets the image attribute of the Images class
|
static void |
waitForImage(Image image)
Description of the Method
|
public static void waitForImage(Image image)
image - Description of the Parameterpublic static Image getImage(URL url, boolean flag)
url - Description of the Parameterflag - if wait for the imagepublic static Image getImage(URL url)
url - Description of the Parameterpublic static Image getImage(Class class1, String s, boolean flag)
class1 - Description of the Parameters - Description of the Parameterflag - Description of the Parameterpublic static Image getImage(Class class1, String s)
class1 - Description of the Parameters - Description of the ParameterCopyright © 2023 onecode. All rights reserved.