IlpKey
instead.@Deprecated public class IltKey extends IlEnum
IltLegend
properties.
The actual enumeration items are defined as static fields in class
IltObject
and its subclasses.
An IltKey
is an entry point in an IltLegend
; it
lets you store and get values from a legend. To draw objects, JTGO
retrieves values from legends with specific keys (for example,
IltObject.AlarmBalloonVisible
to decide whether to add an alarm
balloon or not). A mapped key is a key with a value set by
JTGO according to the state of the IltObject
. To determine whether a
key is mapped, refer to its documentation.
IltLegend
Modifier and Type | Class and Description |
---|---|
static class |
IltKey.Boolean
Deprecated.
This class is obsolete. Please use
IlpBooleanKey instead. |
static class |
IltKey.Color
Deprecated.
This class is obsolete. Please use
IlpColorKey instead. |
static class |
IltKey.Enum
Deprecated.
This class is obsolete. Please use
IlpEnumKey instead. |
static class |
IltKey.EnumArray
Deprecated.
This class is obsolete. Please use
IlpEnumArrayKey instead. |
static class |
IltKey.Float
Deprecated.
This class is obsolete. Please use
IlpFloatKey instead. |
static class |
IltKey.Font
Deprecated.
This class is obsolete. Please use
IlpFontKey instead. |
static class |
IltKey.Image
Deprecated.
This class is obsolete. Please use
IlpImageKey instead. |
static class |
IltKey.Integer
Deprecated.
This class is obsolete. Please use
IlpIntegerKey instead. |
static class |
IltKey.LineStyle
Deprecated.
This class is obsolete. Please use
IlpLineStyleKey instead. |
static class |
IltKey.Pattern
Deprecated.
This class is obsolete. Please use
IlpPatternKey instead. |
static class |
IltKey.Point
Deprecated.
This class is obsolete. Please use
IlpPointKey instead. |
static class |
IltKey.String
Deprecated.
This class is obsolete. Please use
IlpStringKey instead. |
static class |
IltKey.StringArray
Deprecated.
This class is obsolete. Please use
IlpStringArrayKey instead. |
Modifier and Type | Field and Description |
---|---|
static IlEnumInfo |
metainfo
Deprecated.
Contains metainformation about this
IlEnum class. |
Constructor and Description |
---|
IltKey(String name)
Deprecated.
Creates a new property key.
|
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultInitValue()
Deprecated.
Returns the default initialization value.
|
int |
hashCode()
Deprecated.
Returns a hash code value for the object.
|
public static IlEnumInfo metainfo
IlEnum
class.public IltKey(String name)
name
- a unique name for the key, used for serialization purposes© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.