@Deprecated public abstract class IltAbstractLegend extends IlpStyle implements Cloneable
IltLegend
,
Serialized FormcomputedDefaultStyles, computedDefaultStylesUnmodifiable, defaultStylesCache, definedDefaultStyles, definedDefaultStylesUnmodifiable, IN_COMPUTE_GRAPHIC, owner, styleContext, styleKeyListeners, styleListeners, styleSearchOrderCache, valueProviders
_StyleLock, appContext, literals, NotFound, searchStrategy
Constructor and Description |
---|
IltAbstractLegend()
Deprecated.
Default constructor
|
IltAbstractLegend(IlpStyle defaultStyle)
Deprecated.
Constructor
|
IltAbstractLegend(IlpStyleContext styleContext)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deprecated.
Returns a copy of this legend object.
|
protected Dictionary<IlpKey,Object> |
coerceFastHashtable(Dictionary<IlpKey,Object> badVector)
Deprecated.
used to deserialize, convert Dictionary to IlFastHashtable
|
protected void |
convertTable(ilog.util.internal.IlFastMap<IltKey,Object> source,
ilog.util.internal.IlFastMap<IlpKey,Object> target)
Deprecated.
Convert from source table to target table, translating keys
from IltKey to IlpKey.
|
boolean |
getBoolean(IltKey.Boolean key)
Deprecated.
This method is obsolete. Use
IlpBooleanKey instead
of IltKey.Boolean |
boolean |
getBoolean(IltKey.Boolean key,
boolean defaultValue)
Deprecated.
This method is obsolete. Use
IlpBooleanKey instead
of IltKey.Boolean |
Color |
getColor(IltKey.Color key)
Deprecated.
This method is obsolete. Use
IlpColorKey instead
of IltKey.Color |
Color |
getColor(IltKey.Color key,
Color defaultValue)
Deprecated.
This method is obsolete. Use
IlpColorKey instead
of IltKey.Color |
IlEnum |
getEnum(IltKey.Enum key)
Deprecated.
This method is obsolete. Use
IlpEnumKey instead
of IltKey.Enum |
IlEnum |
getEnum(IltKey.Enum key,
IlEnum defaultValue)
Deprecated.
This method is obsolete. Use
IlpEnumKey instead
of IltKey.Enum |
Object |
getEnumArray(IltKey.EnumArray key)
Deprecated.
This method is obsolete. Use
IlpEnumArrayKey instead
of IltKey.EnumArray |
Object |
getEnumArray(IltKey.EnumArray key,
Object defaultValue)
Deprecated.
This method is obsolete. Use
IlpEnumArrayKey instead
of IltKey.EnumArray |
float |
getFloat(IltKey.Float key)
Deprecated.
This method is obsolete. Use
IlpFloatKey instead
of IltKey.Float |
float |
getFloat(IltKey.Float key,
float defaultValue)
Deprecated.
This method is obsolete. Use
IlpFloatKey instead
of IltKey.Float |
Font |
getFont(IltKey.Font key)
Deprecated.
This method is obsolete. Use
IlpFontKey instead
of IltKey.Font |
Font |
getFont(IltKey.Font key,
Font defaultValue)
Deprecated.
This method is obsolete. Use
IlpFontKey instead
of IltKey.Font |
Image |
getImage(IltKey.Image key)
Deprecated.
This method is obsolete. Use
IlpImageKey instead
of IltKey.Image |
Image |
getImage(IltKey.Image key,
Image defaultValue)
Deprecated.
This method is obsolete. Use
IlpImageKey instead
of IltKey.Image |
int |
getInteger(IltKey.Integer key)
Deprecated.
This method is obsolete. Use
IlpIntegerKey instead
of IltKey.Integer |
int |
getInteger(IltKey.Integer key,
int defaultValue)
Deprecated.
This method is obsolete. Use
IlpIntegerKey instead
of IltKey.Integer |
IltLineStyle |
getLineStyle(IlpLineStyleKey key)
Deprecated.
Please use
getValue instead. |
IltLineStyle |
getLineStyle(IlpLineStyleKey key,
IltLineStyle defaultValue)
Deprecated.
Please use
getValue instead. |
IltLineStyle |
getLineStyle(IltKey.LineStyle key)
Deprecated.
This method is obsolete. Use
IlpLineStyleKey instead
of IltKey.LineStyle |
IltLineStyle |
getLineStyle(IltKey.LineStyle key,
IltLineStyle defaultValue)
Deprecated.
This method is obsolete. Use
IlpLineStyleKey instead
of IltKey.LineStyle |
IltPattern |
getPattern(IlpPatternKey key)
Deprecated.
Please use
getValue instead. |
IltPattern |
getPattern(IlpPatternKey key,
IltPattern defaultValue)
Deprecated.
Please use
getValue instead. |
IltPattern |
getPattern(IltKey.Pattern key)
Deprecated.
This method is obsolete. Use
IlpPatternKey instead
of IltKey.Pattern |
IltPattern |
getPattern(IltKey.Pattern key,
IltPattern defaultValue)
Deprecated.
This method is obsolete. Use
IlpPatternKey instead
of IltKey.Pattern |
IlvPoint |
getPoint(IltKey.Point key)
Deprecated.
This method is obsolete. Use
IlpPointKey instead
of IltKey.Point |
IlvPoint |
getPoint(IltKey.Point key,
IlvPoint defaultValue)
Deprecated.
This method is obsolete. Use
IlpPointKey instead
of IltKey.Point |
String |
getString(IltKey.String key)
Deprecated.
This method is obsolete. Use
IlpStringKey instead
of IltKey.String |
String |
getString(IltKey.String key,
String defaultValue)
Deprecated.
This method is obsolete. Use
IlpStringKey instead
of IltKey.String |
String[] |
getStringArray(IltKey.StringArray key)
Deprecated.
This method is obsolete. Use
IlpStringArrayKey instead
of IltKey.StringArray |
String[] |
getStringArray(IltKey.StringArray key,
String[] defaultValue)
Deprecated.
This method is obsolete. Use
IlpStringArrayKey instead
of IltKey.StringArray |
void |
setBoolean(IltKey.Boolean key,
boolean value)
Deprecated.
This method is obsolete. Use
IlpBooleanKey instead
of IltKey.Boolean |
void |
setColor(IltKey.Color key,
Color value)
Deprecated.
This method is obsolete. Use
IlpColorKey instead
of IltKey.Color |
void |
setEnum(IltKey.Enum key,
IlEnum value)
Deprecated.
This method is obsolete. Use
IlpEnumKey instead
of IltKey.Enum |
void |
setFloat(IltKey.Float key,
float value)
Deprecated.
This method is obsolete. Use
IlpFloatKey instead
of IltKey.Float |
void |
setFont(IltKey.Font key,
Font value)
Deprecated.
This method is obsolete. Use
IlpFontKey instead
of IltKey.Font |
void |
setImage(IltKey.Image key,
Image value)
Deprecated.
This method is obsolete. Use
IlpImageKey instead
of IltKey.Image |
void |
setInteger(IltKey.Integer key,
int value)
Deprecated.
This method is obsolete. Use
IlpIntegerKey instead
of IltKey.Integer |
void |
setLineStyle(IlpLineStyleKey key,
IltLineStyle value)
Deprecated.
Please use
setValue instead. |
void |
setLineStyle(IltKey.LineStyle key,
IltLineStyle value)
Deprecated.
This method is obsolete. Use
IlpLineStyleKey instead
of IltKey.LineStyle |
void |
setPattern(IlpPatternKey key,
IltPattern value)
Deprecated.
Please use
setValue instead. |
void |
setPattern(IltKey.Pattern key,
IltPattern value)
Deprecated.
This method is obsolete. Use
IlpPatternKey instead
of IltKey.Pattern |
void |
setPoint(IlpPointKey key,
IlvPoint value)
Deprecated.
This method is obsolete. Use
IlpPoint instead
of IlvPoint |
void |
setPoint(IltKey.Point key,
IlvPoint value)
Deprecated.
This method is obsolete. Use
IlpPointKey instead
of IltKey.Point |
void |
setString(IltKey.String key,
String value)
Deprecated.
This method is obsolete. Use
IlpStringKey instead
of IltKey.String |
void |
setValue(IlpPointKey key,
IlvPoint value)
Deprecated.
This method is just for compatibility, to guarantee that old
IltKey.Point keys with IlvPoint values still work with IlpPoint.
|
addStyleChangeListener, addStyleListener, addStyleListener, appendComputedDefaultStyle, appendDefaultStyle, cleanValueProviders, debug, doCleanValueProviders, doClone, doCopyAllContext, doCopyAllValues, doDispose, doEndChangingStyleValues, doFireStyleSearchOrderNotification, doGetComputedDefaultStyles, doGetDefaultStyles, doGetStyleListeners, doGetStyleSearchOrder, doHasDefaultValue, doHasStaticValue, doHasValue, doHasValueProvider, doMoveContents, doRemoveComputedDefaultStyle, doRemoveDefaultStyle, doResetValueProviders, doSetDefaultStyles, doSetValueProvider, doStartChangingStyleValues, doStyleValueChanged, endChangingStyleValues, fireStyleChangeEvent, fireStyleNotification, getAllDefaultStyles, getComputedDefaultStyles, getContext, getDefaultStyle, getDefaultStyles, getFlags, getKeys, getKnownKeys, getLocalValueOrNotFound, getOwner, getOwnKnownKeys, GetStyleFromContext, getStyleKeyListeners, getStyleListeners, getValue, getValue, getValueOrigin, getValueOrNotFound, getValueOrNotFound, getValueProvider, getValueProvider, getValueProviderOrNotFound, getValueProviders, hasDefaultValue, hasDependencies, hasDependentValue, hasValue, hasValue, hasValueProvider, hasValueProvider, isValueProviderValid, needStyleValue, prependComputedDefaultStyle, prependDefaultStyle, printDefaultStyle, registerStyleListener, registerStyleListener, removeComputedDefaultStyle, removeDefaultStyle, removeStyleChangeListener, removeStyleListener, resetAllValues, resetFlags, resetStyleSearchOrder, resetToDefaultValue, resetValueProvider, resetValues, setContext, setDefaultStyles, setFlags, setLiteral, setOwner, setValue, setValueProvider, startChangingStyleValues, styleChanged, styleValueChanged, useAllValues
addLiterals, cleanLiterals, convertFloatArray, convertIntegerArray, copyAllValues, dispose, doCleanLiterals, doHasLiteral, doResetLiteral, doResetLiterals, fireEndChangingStyleValues, fireStartChangingStyleValues, fireStyleValueChanged, getAppContext, getBoolean, getBoolean, getColor, getColor, getDomain, getDomain, getEnum, getEnum, getEnumArray, getEnumArray, getFloat, getFloat, getFloatArray, getFloatArray, getFloatArray, getFont, getFont, getFormat, getFormat, getImage, getImage, getInteger, getInteger, getIntegerArray, getIntegerArray, getIntegerArray, getInteractor, getInteractor, getLiteral, getLiteralOrNotFound, getLiterals, getPoint, getPoint, getRect, getRect, getRenderer, getRenderer, getSearchStrategy, getString, getString, getStringArray, getStringArray, getSwingConstant, getSwingConstant, getValue, getValueMap, getValueMap, hasLiteral, keys, moveContents, resetLiteral, resetLiterals, resetLiteralSilently, setAppContext, setBoolean, setColor, setDomain, setEnum, setEnumArray, setFloat, setFloatArray, setFloatArray, setFont, setFormat, setImage, setInteger, setIntegerArray, setIntegerArray, setInteractor, setLiterals, setLiteralSilently, setPoint, setRect, setRenderer, setSearchStrategy, setString, setStringArray, setSwingConstant, setValueMap, transientInit, verifyNeededStyleKeys
public IltAbstractLegend()
public IltAbstractLegend(IlpStyle defaultStyle)
defaultStyle
- Default stylepublic IltAbstractLegend(IlpStyleContext styleContext)
styleContext
- Style contextpublic Object clone()
@Deprecated public IltLineStyle getLineStyle(IlpLineStyleKey key)
getValue
instead.IltLineStyle
value of a given key
in this legend.@Deprecated public IltLineStyle getLineStyle(IlpLineStyleKey key, IltLineStyle defaultValue)
getValue
instead.IltLineStyle
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public IltPattern getPattern(IlpPatternKey key)
getValue
instead.IltPattern
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public IltPattern getPattern(IlpPatternKey key, IltPattern defaultValue)
getValue
instead.IltPattern
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public void setLineStyle(IlpLineStyleKey key, IltLineStyle value)
setValue
instead.IltLineStyle
local value of a given property
in this legend.@Deprecated public void setPattern(IlpPatternKey key, IltPattern value)
setValue
instead.IltPattern
local value of a given property
in this legend.@Deprecated public void setPoint(IlpPointKey key, IlvPoint value)
IlpPoint
instead
of IlvPoint
IlvPoint
local value of a given property
in this legend.@Deprecated public boolean getBoolean(IltKey.Boolean key)
IlpBooleanKey
instead
of IltKey.Boolean
boolean
value of a given key
in this legend.
If this key is not present, a KeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public boolean getBoolean(IltKey.Boolean key, boolean defaultValue)
IlpBooleanKey
instead
of IltKey.Boolean
boolean
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public int getInteger(IltKey.Integer key)
IlpIntegerKey
instead
of IltKey.Integer
int
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public int getInteger(IltKey.Integer key, int defaultValue)
IlpIntegerKey
instead
of IltKey.Integer
int
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public float getFloat(IltKey.Float key)
IlpFloatKey
instead
of IltKey.Float
float
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public float getFloat(IltKey.Float key, float defaultValue)
IlpFloatKey
instead
of IltKey.Float
float
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public String getString(IltKey.String key)
IlpStringKey
instead
of IltKey.String
String
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public String getString(IltKey.String key, String defaultValue)
IlpStringKey
instead
of IltKey.String
String
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public String[] getStringArray(IltKey.StringArray key)
IlpStringArrayKey
instead
of IltKey.StringArray
String[]
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public String[] getStringArray(IltKey.StringArray key, String[] defaultValue)
IlpStringArrayKey
instead
of IltKey.StringArray
String[]
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public Color getColor(IltKey.Color key)
IlpColorKey
instead
of IltKey.Color
Color
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public Color getColor(IltKey.Color key, Color defaultValue)
IlpColorKey
instead
of IltKey.Color
Color
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public Font getFont(IltKey.Font key)
IlpFontKey
instead
of IltKey.Font
Font
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public Font getFont(IltKey.Font key, Font defaultValue)
IlpFontKey
instead
of IltKey.Font
Font
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public Image getImage(IltKey.Image key)
IlpImageKey
instead
of IltKey.Image
Image
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public Image getImage(IltKey.Image key, Image defaultValue)
IlpImageKey
instead
of IltKey.Image
Image
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public IltLineStyle getLineStyle(IltKey.LineStyle key)
IlpLineStyleKey
instead
of IltKey.LineStyle
IltLineStyle
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public IltLineStyle getLineStyle(IltKey.LineStyle key, IltLineStyle defaultValue)
IlpLineStyleKey
instead
of IltKey.LineStyle
IltLineStyle
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public IltPattern getPattern(IltKey.Pattern key)
IlpPatternKey
instead
of IltKey.Pattern
IltPattern
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public IltPattern getPattern(IltKey.Pattern key, IltPattern defaultValue)
IlpPatternKey
instead
of IltKey.Pattern
IltPattern
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public IlEnum getEnum(IltKey.Enum key)
IlpEnumKey
instead
of IltKey.Enum
IlEnum
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public IlEnum getEnum(IltKey.Enum key, IlEnum defaultValue)
IlpEnumKey
instead
of IltKey.Enum
IlEnum
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.@Deprecated public Object getEnumArray(IltKey.EnumArray key)
IlpEnumArrayKey
instead
of IltKey.EnumArray
IlEnum
array value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IlEnum
subclassIltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public Object getEnumArray(IltKey.EnumArray key, Object defaultValue)
IlpEnumArrayKey
instead
of IltKey.EnumArray
IlEnum
array value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public IlvPoint getPoint(IltKey.Point key)
IlpPointKey
instead
of IltKey.Point
IlvPoint
value of a given key
in this legend.
If this key is not present, a IltKeyNotServedException
is thrown.IltKeyNotServedException
- if the key is not accessible
from this legend.@Deprecated public IlvPoint getPoint(IltKey.Point key, IlvPoint defaultValue)
IlpPointKey
instead
of IltKey.Point
IlvPoint
value of a given key
in this legend.
If this key is not present, the defaultValue is returned.@Deprecated public void setBoolean(IltKey.Boolean key, boolean value)
IlpBooleanKey
instead
of IltKey.Boolean
boolean
local value of a given property
in this legend.@Deprecated public void setInteger(IltKey.Integer key, int value)
IlpIntegerKey
instead
of IltKey.Integer
int
local value of a given property
in this legend.@Deprecated public void setFloat(IltKey.Float key, float value)
IlpFloatKey
instead
of IltKey.Float
float
local value of a given property
in this legend.@Deprecated public void setString(IltKey.String key, String value)
IlpStringKey
instead
of IltKey.String
String
local value of a given property
in this legend.@Deprecated public void setColor(IltKey.Color key, Color value)
IlpColorKey
instead
of IltKey.Color
Color
local value of a given property
in this legend.@Deprecated public void setFont(IltKey.Font key, Font value)
IlpFontKey
instead
of IltKey.Font
Font
local value of a given property
in this legend.@Deprecated public void setImage(IltKey.Image key, Image value)
IlpImageKey
instead
of IltKey.Image
Image
local value of a given property
in this legend.@Deprecated public void setLineStyle(IltKey.LineStyle key, IltLineStyle value)
IlpLineStyleKey
instead
of IltKey.LineStyle
IltLineStyle
local value of a given property
in this legend.@Deprecated public void setPattern(IltKey.Pattern key, IltPattern value)
IlpPatternKey
instead
of IltKey.Pattern
IltPattern
local value of a given property
in this legend.@Deprecated public void setEnum(IltKey.Enum key, IlEnum value)
IlpEnumKey
instead
of IltKey.Enum
IlEnum
local value of a given property
in this legend.@Deprecated public void setPoint(IltKey.Point key, IlvPoint value)
IlpPointKey
instead
of IltKey.Point
IlvPoint
local value of a given property
in this legend.public void setValue(IlpPointKey key, IlvPoint value)
protected void convertTable(ilog.util.internal.IlFastMap<IltKey,Object> source, ilog.util.internal.IlFastMap<IlpKey,Object> target)
protected Dictionary<IlpKey,Object> coerceFastHashtable(Dictionary<IlpKey,Object> badVector)
coerceFastHashtable
in class IlpAbstractStyle
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.