@Deprecated public class IltLegendModifier extends IltAbstractLegend implements ilog.tgo.graphic.internal.IltGraphicUpdate, Cloneable
All the values present in this legend modifier are considered
as mapped values in the object. This legend can contain only
literals, which are set using setValue
or setLiteral
,
or remote values, which are set using setRemoteValue(IlpKey, IlpKey)
Modifier and Type | Field and Description |
---|---|
protected static IlpStyleContext |
DEFAULT_STYLE_CONTEXT
Deprecated.
All legend modifiers use the same style context.
|
protected ilog.util.internal.IlFastMap<IlpKey,IlpKey> |
remoteKeys
Deprecated.
A table IlpKey -> IlpKey.
|
computedDefaultStyles, computedDefaultStylesUnmodifiable, defaultStylesCache, definedDefaultStyles, definedDefaultStylesUnmodifiable, IN_COMPUTE_GRAPHIC, owner, styleContext, styleKeyListeners, styleListeners, styleSearchOrderCache, valueProviders
_StyleLock, appContext, literals, NotFound, searchStrategy
Constructor and Description |
---|
IltLegendModifier()
Deprecated.
Default constructor.
|
IltLegendModifier(Object[] keysAndValues)
Deprecated.
For internal use only.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(IltGraphic graphic)
Deprecated.
Applies the graphic update to a graphic object.
|
protected void |
apply(IltObject object,
ilog.tgo.graphic.internal.IltObjectLegend targetLegend)
Deprecated.
Graphic update implementation.
|
Object |
clone()
Deprecated.
Returns a clone of this object.
|
void |
debug()
Deprecated.
Prints a dump of the style, including:
- Default styles
- Local keys
- Style value provider keys
- Lazy keys
|
IlpKey |
getRemoteValue(IlpKey key)
Deprecated.
Retrieves the remote value associated with the key.
|
IltKey |
getRemoteValue(IltKey k)
Deprecated.
Please use
getRemoteValue(IlpKey k) instead. |
Object |
getValue(IltKey k)
Deprecated.
Please use
IlpKey version instead. |
boolean |
hasValue(IltKey k)
Deprecated.
Please use
IlpKey version instead. |
boolean |
resetToDefaultValue(IlpKey key)
Deprecated.
Resets the key value in the style.
|
void |
resetToDefaultValue(IltKey k)
Deprecated.
Please use
IlpKey version instead. |
void |
resetValue(IltKey k)
Deprecated.
Please use
resetLiteral instead. |
void |
setRemoteValue(IlpKey key,
IlpKey destKey)
Deprecated.
Changes the remote value of a given key in this legend.
|
void |
setRemoteValue(IlpKey lkey,
IltKey destKey)
Deprecated.
Please use
setRemoteValue(IlpKey key, IlpKey destKey) instead. |
void |
setRemoteValue(IltKey key,
IlpKey rkey)
Deprecated.
Please use
setRemoteValue(IlpKey key, IlpKey destKey) instead. |
void |
setRemoteValue(IltKey key,
IltKey destKey)
Deprecated.
Please use
setRemoteValue(IlpKey key, IlpKey destKey) instead. |
void |
setValue(IltKey k,
Object value)
Deprecated.
Please use
IlpKey version instead. |
coerceFastHashtable, convertTable, getBoolean, getBoolean, getColor, getColor, getEnum, getEnum, getEnumArray, getEnumArray, getFloat, getFloat, getFont, getFont, getImage, getImage, getInteger, getInteger, getLineStyle, getLineStyle, getLineStyle, getLineStyle, getPattern, getPattern, getPattern, getPattern, getPoint, getPoint, getString, getString, getStringArray, getStringArray, setBoolean, setColor, setEnum, setFloat, setFont, setImage, setInteger, setLineStyle, setLineStyle, setPattern, setPattern, setPoint, setPoint, setString, setValue
addStyleChangeListener, addStyleListener, addStyleListener, appendComputedDefaultStyle, appendDefaultStyle, cleanValueProviders, 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, 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
protected static final IlpStyleContext DEFAULT_STYLE_CONTEXT
public IltLegendModifier()
public IltLegendModifier(Object[] keysAndValues)
public void debug()
IlpStyle
public Object clone()
clone
in class IltAbstractLegend
public boolean resetToDefaultValue(IlpKey key)
resetToDefaultValue
in class IlpStyle
public IlpKey getRemoteValue(IlpKey key)
public void setRemoteValue(IlpKey key, IlpKey destKey)
@Deprecated public void setValue(IltKey k, Object value)
IlpKey
version instead.@Deprecated public void resetValue(IltKey k)
resetLiteral
instead.@Deprecated public void resetToDefaultValue(IltKey k)
IlpKey
version instead.@Deprecated public Object getValue(IltKey k)
IlpKey
version instead.IltKey
in this legend.@Deprecated public boolean hasValue(IltKey k)
IlpKey
version instead.@Deprecated public IltKey getRemoteValue(IltKey k)
getRemoteValue(IlpKey k)
instead.@Deprecated public void setRemoteValue(IltKey key, IltKey destKey)
setRemoteValue(IlpKey key, IlpKey destKey)
instead.@Deprecated public void setRemoteValue(IlpKey lkey, IltKey destKey)
setRemoteValue(IlpKey key, IlpKey destKey)
instead.@Deprecated public void setRemoteValue(IltKey key, IlpKey rkey)
setRemoteValue(IlpKey key, IlpKey destKey)
instead.protected void apply(IltObject object, ilog.tgo.graphic.internal.IltObjectLegend targetLegend)
public void apply(IltGraphic graphic)
apply
in interface ilog.tgo.graphic.internal.IltGraphicUpdate
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.