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 |
---|---|
IlpRect |
IlpAbstractStyle.getRect(IlpRectKey key)
Deprecated.
Returns the
IlpRect value of a given key in this style. |
IlpRect |
IlpAbstractStyle.getRect(IlpRectKey key,
IlpRect defaultValue)
Deprecated.
Returns the
IlpRect value of a given key in this style. |
void |
IlpAbstractStyle.setRect(IlpRectKey key,
IlpRect value)
Deprecated.
Changes the
IlpRect local value of a given property in this
style. |
Modifier and Type | Method and Description |
---|---|
static IlpRectKey |
IlpRectKey.New(String name)
Deprecated.
Creates a new key for properties of type
IlpRect
with a default value of null . |
static IlpRectKey |
IlpRectKey.New(String name,
IlpRect defaultValue)
Deprecated.
Creates a new key for properties of type
IlpRect . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.