Package | Description |
---|---|
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
ilog.cpl.style.key |
Deprecated Provides a set of keys used to identify values within styles.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicRenderer |
IlpAbstractStyle.getRenderer(IlpRendererKey key)
Deprecated.
Returns the
IlpGraphicRenderer value of a given key in this
style. |
IlpGraphicRenderer |
IlpAbstractStyle.getRenderer(IlpRendererKey key,
IlpGraphicRenderer defaultValue)
Deprecated.
Returns the
IlpGraphicRenderer value of a given key in this
style. |
void |
IlpAbstractStyle.setRenderer(IlpRendererKey key,
IlpGraphicRenderer value)
Deprecated.
Changes the
IlpGraphicRenderer local value of a given property
in this style. |
Modifier and Type | Field and Description |
---|---|
static IlpRendererKey |
IlpObjectKeys.GraphicRenderer
Deprecated.
Use
class property in CSS to create
your own business object representation using
IlvGraphic or JComponent
objects. |
static IlpRendererKey |
IlpAttributeKeys.GraphicRenderer
Deprecated.
Use CSS property
graphicRenderer instead. |
static IlpRendererKey |
IlpObjectKeys.ToolTipRenderer
Deprecated.
Use CSS property
toolTipGraphic instead. |
static IlpRendererKey |
IlpAttributeKeys.ToolTipRenderer
Deprecated.
Use CSS property
toolTipGraphic instead. |
Modifier and Type | Method and Description |
---|---|
static IlpRendererKey |
IlpRendererKey.New(String name)
Deprecated.
Creates a new key for properties of type
IlpGraphicRenderer
with a default value of null . |
static IlpRendererKey |
IlpRendererKey.New(String name,
IlpGraphicRenderer defaultValue)
Deprecated.
Creates a new key for properties of type
IlpGraphicRenderer . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.