|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.tgo.graphic.IltKey
IlpKey instead.
public class IltKey
This enumeration contains the keys for 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, ILOG 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
ILOG JTGO according to the state of the IltObject. To determine whether a
key is mapped, refer to its documentation.
IltLegend| Nested Class Summary | |
|---|---|
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. |
| Field Summary | |
|---|---|
static IlEnumInfo |
metainfo
Deprecated. Contains metainformation about this IlEnum class. |
| Constructor Summary | |
|---|---|
IltKey(String name)
Deprecated. Creates a new property key. |
|
| Method Summary | |
|---|---|
Object |
getDefaultInitValue()
Deprecated. |
int |
hashCode()
Deprecated. |
| Methods inherited from class ilog.util.IlEnum |
|---|
getName, intern, setName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static IlEnumInfo metainfo
IlEnum class.
| Constructor Detail |
|---|
public IltKey(String name)
name - a unique name for the key, used for serialization purposes| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic Object getDefaultInitValue()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||