@Deprecated public class IlpImageKey extends IlpKey
Image
.IlpKey
Modifier and Type | Field and Description |
---|---|
static IlEnumInfo |
metainfo
Deprecated.
Metainformation about image keys.
|
defaultValue, logger
Modifier | Constructor and Description |
---|---|
protected |
IlpImageKey(String name,
Image defaultValue)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Class |
getValueType()
Deprecated.
Gets the value type of the key.
|
static IlpImageKey |
New(String name)
Deprecated.
Creates a new key for properties of type
java.awt.Image
with a default value of null . |
static IlpImageKey |
New(String name,
Image defaultValue)
Deprecated.
Creates a new key for properties of type
java.awt.Image . |
getDefaultInitValue, GetSharedInstance, GetSharedInstance, hashCode, internalGetDefaultValue, NewKey, NewKey, setDefaultInitValue
public static final IlEnumInfo metainfo
public static IlpImageKey New(String name)
java.awt.Image
with a default value of null
.name
- A unique name for the key, used for serialization.public static IlpImageKey New(String name, Image defaultValue)
java.awt.Image
.name
- A unique name for the key, used for serialization.defaultValue
- Initialization default value used if no other value
is available.public Class getValueType()
getValueType
in class IlpKey
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.