ilog.tgo.graphic
Class IltKey

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.tgo.graphic.IltKey
Direct Known Subclasses:
IltKey.Boolean, IltKey.Color, IltKey.Enum, IltKey.EnumArray, IltKey.Float, IltKey.Font, IltKey.Image, IltKey.Integer, IltKey.LineStyle, IltKey.Pattern, IltKey.Point, IltKey.String, IltKey.StringArray

Deprecated. Please use IlpKey instead.

public class IltKey
extends IlEnum

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.

Since:
JTGO 1.1
See Also:
IltLegend
Deprecated Since:
JTGO 3.0

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

metainfo

public static IlEnumInfo metainfo
Deprecated. 
Contains metainformation about this IlEnum class.

Constructor Detail

IltKey

public IltKey(String name)
Deprecated. 
Creates a new property key.

Parameters:
name - a unique name for the key, used for serialization purposes
Method Detail

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

getDefaultInitValue

public Object getDefaultInitValue()
Deprecated. 


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.