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 |
---|---|
Float[] |
IlpAbstractStyle.getFloatArray(IlpFloatArrayKey key)
Deprecated.
Returns the
Float[] value of a given key in this style. |
Float[] |
IlpAbstractStyle.getFloatArray(IlpFloatArrayKey key,
float[] defaultValue)
Deprecated.
Returns the
Float[] value of a given key in this style. |
Float[] |
IlpAbstractStyle.getFloatArray(IlpFloatArrayKey key,
Float[] defaultValue)
Deprecated.
Returns the
Float[] value of a given key in this style. |
void |
IlpAbstractStyle.setFloatArray(IlpFloatArrayKey key,
float[] value)
Deprecated.
Changes the
float[] local value of a given property in this
style. |
void |
IlpAbstractStyle.setFloatArray(IlpFloatArrayKey key,
Float[] value)
Deprecated.
Changes the
Float[] local value of a given property in this
style. |
Modifier and Type | Field and Description |
---|---|
static IlpFloatArrayKey |
IlpObjectKeys.BorderStyle
Deprecated.
Use CSS property
borderLineStyle instead. |
static IlpFloatArrayKey |
IlpObjectKeys.DecorationPositions
Deprecated.
Adding new decorations is supported only for predefined
business objects. Use CSS property
children
instead. |
static IlpFloatArrayKey |
IlpObjectKeys.LineStyle
Deprecated.
Use CSS property
lineStyle instead. |
static IlpFloatArrayKey |
IlpObjectKeys.StrokeDashArray
Deprecated.
Use CSS property
borderLineStyle instead. |
Modifier and Type | Method and Description |
---|---|
static IlpFloatArrayKey |
IlpFloatArrayKey.New(String name)
Deprecated.
Creates a new key for properties of type
java.lang.Float[]
with a default value of null . |
static IlpFloatArrayKey |
IlpFloatArrayKey.New(String name,
float[] defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.Float[] . |
static IlpFloatArrayKey |
IlpFloatArrayKey.New(String name,
Float[] defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.Float[] . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.