Package | Description |
---|---|
ilog.cpl.graphic |
Provides classes and interfaces to create graphic objects.
|
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 | Field and Description |
---|---|
static IlpSwingConstantKey |
IlpGraphic.AlarmBalloonOrientation
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpSwingConstantKey |
IlpGraphic.InfoBalloonOrientation
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpSwingConstantKey |
IlpGraphic.StackerAlignment
Deprecated.
IlpStacker has been replaced by the use
of Rogue Wave JViews Composite Graphic with stacker layout. |
static IlpSwingConstantKey |
IlpGraphic.StackerOrientation
Deprecated.
IlpStacker has been replaced by the use
of Rogue Wave JViews Composite Graphic with stacker layout. |
Modifier and Type | Method and Description |
---|---|
int |
IlpAbstractStyle.getSwingConstant(IlpSwingConstantKey key)
Deprecated.
Returns the
int value of a given key in this style. |
int |
IlpAbstractStyle.getSwingConstant(IlpSwingConstantKey key,
int defaultValue)
Deprecated.
Returns the
int value of a given key in this style. |
void |
IlpAbstractStyle.setSwingConstant(IlpSwingConstantKey key,
int value)
Deprecated.
Changes the
SwingConstant local value of a given property
in this style. |
Modifier and Type | Field and Description |
---|---|
static IlpSwingConstantKey |
IlpAttributeKeys.CaptionHorizontalAlignment
Deprecated.
Use CSS property
horizontalAlignment with
attribute type selectors instead. |
static IlpSwingConstantKey |
IlpAttributeKeys.CaptionVerticalAlignment
Deprecated.
Use CSS property
verticalAlignment with
attribute type selectors instead. |
static IlpSwingConstantKey |
IlpAttributeKeys.HorizontalAlignment
Deprecated.
Use CSS property
horizontalAlignment instead. |
static IlpSwingConstantKey |
IlpAttributeKeys.VerticalAlignment
Deprecated.
Use CSS property
verticalAlignment instead. |
Modifier and Type | Method and Description |
---|---|
static IlpSwingConstantKey |
IlpSwingConstantKey.New(String name)
Deprecated.
Creates a new key for properties of type
javax.swing.SwingConstants
with a default value of null . |
static IlpSwingConstantKey |
IlpSwingConstantKey.New(String name,
int defaultValue)
Deprecated.
Creates a new key for properties of type
int . |
static IlpSwingConstantKey |
IlpSwingConstantKey.New(String name,
Integer defaultValue)
Deprecated.
Creates a new key for properties of type
javax.swing.SwingConstants . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.