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.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Field and Description |
---|---|
static IlpIntegerKey |
IlpGraphic.AlarmBalloonPointerDepth
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
IlpGraphic.AlarmBalloonPointerDistance
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
IlpGraphic.AlarmBalloonRadius
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
IlpGraphic.AlarmBalloonShadowThickness
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRoundRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
IlpGraphic.CenteredInsets
Deprecated.
IlpCentered has been replaced by the use of
Rogue Wave JViews Composite Graphic with a centered layout. |
static IlpIntegerKey |
IlpGraphic.InfoBalloonPointerDepth
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
IlpGraphic.InfoBalloonShadowThickness
Deprecated.
IlpInfoBalloon has been replaced by the use
of IlvRectBalloon and Rogue Wave JViews Composite Graphics. |
static IlpIntegerKey |
IlpGraphic.StackerSpacing
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.getInteger(IlpIntegerKey key)
Deprecated.
Returns the
int value of a given key in this style. |
int |
IlpAbstractStyle.getInteger(IlpIntegerKey key,
int defaultValue)
Deprecated.
Returns the
int value of a given key in this style. |
void |
IlpAbstractStyle.setInteger(IlpIntegerKey key,
int value)
Deprecated.
Changes the
int local value of a given property in this style. |
Modifier and Type | Field and Description |
---|---|
static IlpIntegerKey |
IlpObjectKeys.ArrowMode
Deprecated.
Use CSS property
arrowMode instead. |
static IlpIntegerKey |
IlpAttributeKeys.CaptionLabelInsets
Deprecated.
Use CSS property
labelInsets with
attribute type selectors instead. |
static IlpIntegerKey |
IlpAttributeKeys.CaptionLabelPosition
Deprecated.
Use CSS property
labelPosition with
attribute type selectors instead. |
static IlpIntegerKey |
IlpObjectKeys.EndCap
Deprecated.
Use CSS property
endCap instead. |
static IlpIntegerKey |
IlpObjectKeys.FillStyle
Deprecated.
Use CSS property
fillStyle instead. |
static IlpIntegerKey |
IlpObjectKeys.FocusBorderThickness
Deprecated.
Use CSS property
focusBorderWidth instead. |
static IlpIntegerKey |
IlpAttributeKeys.FocusBorderThickness
Deprecated.
Use CSS property
focusBorderWidth instead. |
static IlpIntegerKey |
IlpObjectKeys.HorizontalAutoResizeMode
Deprecated.
Use CSS property
horizontalAutoResizeMode instead. |
static IlpIntegerKey |
IlpObjectKeys.IconPosition
Deprecated.
Use CSS property
iconPosition instead. |
static IlpIntegerKey |
IlpObjectKeys.LabelAlignment
Deprecated.
Use CSS property
labelAlignment instead. |
static IlpIntegerKey |
IlpAttributeKeys.LabelInsets
Deprecated.
Use CSS property
labelInsets instead. |
static IlpIntegerKey |
IlpObjectKeys.LabelPosition
Deprecated.
Use CSS property
labelPosition instead. |
static IlpIntegerKey |
IlpAttributeKeys.LabelPosition
Deprecated.
Use CSS property
labelPosition instead. |
static IlpIntegerKey |
IlpObjectKeys.LabelWrappingMode
Deprecated.
Use CSS property
labelWrappingMode instead. |
static IlpIntegerKey |
IlpObjectKeys.LineJoin
Deprecated.
Use CSS property
lineJoin instead. |
static IlpIntegerKey |
IlpObjectKeys.LinkLabelAllowedSide
Deprecated.
Use CSS property
linkLabelAllowedSide instead. |
static IlpIntegerKey |
IlpObjectKeys.LinkLabelPreferredSide
Deprecated.
Use CSS property
linkLabelPreferredSide instead. |
static IlpIntegerKey |
IlpObjectKeys.LinkLabelSideAssociation
Deprecated.
Use CSS property
linkLabelSideAssociation instead. |
static IlpIntegerKey |
IlpObjectKeys.Mode
Deprecated.
Use CSS property
mode instead. |
static IlpIntegerKey |
IlpAttributeKeys.PreferredWidth
Deprecated.
Use CSS property
preferredWidth with
attribute type selectors instead. |
static IlpIntegerKey |
IlpObjectKeys.QualityLevel
Deprecated.
Use CSS property
qualityLevel instead. |
static IlpIntegerKey |
IlpObjectKeys.ShapeType
Deprecated.
Use CSS property
shapeType instead. |
static IlpIntegerKey |
IlpAttributeKeys.SortingPriority
Deprecated.
Use CSS property
sortingPriority with
attribute type selectors instead. |
static IlpIntegerKey |
IlpObjectKeys.StrokeEndCaps
Deprecated.
Use CSS property
borderEndCap instead. |
static IlpIntegerKey |
IlpObjectKeys.StrokeLineJoins
Deprecated.
Use CSS property
borderLineJoin instead. |
static IlpIntegerKey |
IlpObjectKeys.SubnetworkTitleJustification
Deprecated.
Use CSS property
subnetworkTitleJustification instead. |
static IlpIntegerKey |
IlpObjectKeys.TableRowHeight
Deprecated.
Use CSS property
tableRowHeight instead. |
static IlpIntegerKey |
IlpObjectKeys.VerticalAutoResizeMode
Deprecated.
Use CSS property
verticalAutoResizeMode instead. |
Modifier and Type | Method and Description |
---|---|
static IlpIntegerKey |
IlpIntegerKey.New(String name)
Deprecated.
Creates a new key for properties of type
java.lang.Integer
with a default value of null . |
static IlpIntegerKey |
IlpIntegerKey.New(String name,
int defaultValue)
Deprecated.
Creates a new key for properties of type
int . |
static IlpIntegerKey |
IlpIntegerKey.New(String name,
Integer defaultValue)
Deprecated.
Creates a new key for properties of type
java.lang.Integer . |
Modifier and Type | Field and Description |
---|---|
static IlpIntegerKey |
IltObject.AlarmBalloonPosition
Deprecated.
Use CSS property
alarmBalloonPosition instead. |
static IlpIntegerKey |
IltObject.AlarmBorderThickness
Deprecated.
Use CSS property
alarmBorderWidth instead. |
static IlpIntegerKey |
IltObject.AlarmColorLevel |
static IlpIntegerKey |
IltObject.AlarmCountIconPosition |
static IlpIntegerKey |
IltBTS.AntennaRadius
Deprecated.
Please use CSS property
antennaRadius instead. |
static IlpIntegerKey |
IltBTSAntenna.BeamDirection |
static IlpIntegerKey |
IltBTSAntenna.BeamWidth |
static IlpIntegerKey |
IltBTS.BeamWidthRadius
Deprecated.
Please use CSS property
beamWidthRadius instead. |
static IlpIntegerKey |
IltNetworkElement.BSCActiveBorderThickness
Deprecated.
Please use property
bscActiveBorderWidth instead. |
static IlpIntegerKey |
IltNetworkElement.BTSActiveBorderThickness
Deprecated.
Please use property
btsActiveBorderWidth instead. |
static IlpIntegerKey |
IltBTS.BTSEquipmentRadius
Deprecated.
Please use CSS property
btsEquipmentRadius instead. |
static IlpIntegerKey |
IltObject.Direction
Deprecated.
Use CSS property
direction instead. |
static IlpIntegerKey |
IltObject.InfoIconThreshold
Deprecated.
Use CSS property
infoIconThreshold instead. |
static IlpIntegerKey |
IltObject.LabelDirection
Deprecated.
Use CSS property
labelDirection instead. |
static IlpIntegerKey |
IltObject.LabelPosition
Deprecated.
Use CSS property
labelPosition instead. |
static IlpIntegerKey |
IltObject.LogicalBorderThickness
Deprecated.
Use CSS property
borderWidth instead. |
static IlpIntegerKey |
IltObject.LogicalHeight
Deprecated.
Use CSS property
shapeHeight instead. |
static IlpIntegerKey |
IltObject.LogicalWidth
Deprecated.
Use CSS property
shapeWidth instead. |
static IlpIntegerKey |
IltBTSAntenna.MappedAntennaRadius |
static IlpIntegerKey |
IltBTSAntenna.MappedBeamWidthRadius |
static IlpIntegerKey |
IltBTSAntenna.MappedPowerMaxValue |
static IlpIntegerKey |
IltBTSAntenna.MappedRotation |
static IlpIntegerKey |
IltNetworkElement.MSCActiveBorderThickness
Deprecated.
Please use property
mscActiveBorderWidth instead. |
static IlpIntegerKey |
IltObject.PlinthHorizontalMargin |
static IlpIntegerKey |
IltObject.PlinthVerticalMargin |
static IlpIntegerKey |
IltBTSAntenna.Power |
static IlpIntegerKey |
IltBTS.PowerMaxValue
Deprecated.
Please use CSS property
powerMaxValue instead. |
static IlpIntegerKey |
IltOffPageConnector.ReliefDistance
Deprecated.
Please use CSS property
reliefDistance instead. |
static IlpIntegerKey |
IltRectGroup.ReliefThickness
Deprecated.
Please use CSS property
reliefThickness instead. |
static IlpIntegerKey |
IltOffPageConnector.ReliefThickness
Deprecated.
Please use CSS property
reliefThickness instead. |
static IlpIntegerKey |
IltBTS.Rotation
Deprecated.
Please use CSS property
rotation instead. |
static IlpIntegerKey |
IltObject.SecondaryStateStackerPosition
Deprecated.
Use CSS property
secondaryStatePosition instead. |
static IlpIntegerKey |
IltObject.SelectionBorderThickness
Deprecated.
Use CSS property
selectionBorderWidth instead. |
static IlpIntegerKey |
IltShelfItem.StateIconsStackingDirection
Deprecated.
Please use CSS property
secondaryStateDirection instead. |
static IlpIntegerKey |
IltLink.TechnologyIconBorder |
static IlpIntegerKey |
IltObject.TinyAlarmBorderThickness
Deprecated.
Use CSS property
alarmBorderWidth instead. |
static IlpIntegerKey |
IltObject.TinyBorderThickness
Deprecated.
Use CSS property
borderWidth instead. |
static IlpIntegerKey |
IltOffPageConnector.Width
Deprecated.
Please use CSS property
shapeWidth and
shapeHeight instead. |
static IlpIntegerKey |
IltShelf.XSlotNumbersOffset
Deprecated.
Please use CSS property
XSlotNumbersOffset instead. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.