Release Notes > JTGO 4.0 Release Notes > Compatibility Issues > Styling |
Styling |
PREVIOUS NEXT |
labelZoomable
is no longer used: all labels follow the zoom policy that is defined in the graphic component.
subnetworkMargin
is no longer used. The frame margin is defined through the properties subnetworkTopMargin
, subnetworkBottomMargin
and subnetworkRightMargin.
The property subnetworkMargin
is used for the title bar and for filled rectangle frames.
displayAlarmCountWhenCollapsed
and expandOnNewAlarms
have been deprecated. Refer to Collapsed State.
FILLED_RECTANGLE_FRAME
now have a black border. You can customize the color by setting the value of the property subnetworkForeground.
If you want to use the same behavior as in JTGO 3.5, set the property to #00000000
.
ubnetworkShowingTitle
default value is now true
. When the subnetwork is displayed with the frame type TITLEBAR_FRAME
, the titlebar is visible by default. For predefined business objects, the title is automatically set to the value of the attribute name.
wordWrapMode
has been replaced by labelWrappingMode
. It is also available to predefined business objects.
wordWrapMargin
has been replaced by labelMargin.
It is now also available to predefined business objects.
labelScaleFactor
, minLabelZoom
, and maxLabelZoom
are now available to all predefined business objects.
fillColor2
has been deprecated and replaced by background
.
strokeColor
has been deprecated and replaced by borderColor
.
strokeDashArray
has been deprecated and replaced by borderLineStyle
.
strokeDashPhase
has been deprecated and replaced by borderLineStylePhase
.
strokeEndCaps
has been deprecated and replaced by borderEndCap
.
strokeLineJoins
has been deprecated and repaced by borderLineJoin
.
strokeWidth
has been deprecated and replaced by borderWidth
.
strokeMiterLimit
has been deprecated and replaced by borderMiterLimit
.
borderUpColor
has been deprecated and replaced by borderColor
.
borderDownColor
has been deprecated and replaced by borderColor2
.
borderStyle
has been deprecated and replaced by borderLineStyle
.
borderStylePhase
has been deprecated and replaced by borderLineStylePhase
.
foreground
and background
can now be used to fill in the shape of a custom business object.
fillStyle, fillTexture, fillStart,
and fillEnd, fillAngle
are now supported by the following predefined business objects: IltNetworkElement
, IltPolyGroup
, IltRectGroup
, IltShelf
, IltCard
, IltCardCarrier
, IltPort
and IltOffPageConnector
.
alarmCountMultiline
is now available to predefined business objects. This property indicates whether the alarm account decoration of the object is displayed on one line or on two. When the alarm account is displayed on two separate lines, the first line contains the number of alarms, whereas the second line contains the severity information.
IltrZoom.SetVisibilityThreshold(IltGraphicElementName.Name, value)
is no longer in use. The CSS properties minLabelZoom
and maxLabelZoom
now define the visibility threshold for object labels.
width
and height
used to define the dimension of linear groups, off-page connectors and objects in the logical representation have been replaced by shapeWidth
and shapeHeight
.
toolTipRenderer
has been deprecated and replaced by toolTipGraphic
. The new property allows you to create a graphic instance directly through CSS.
Copyright © Rogue Wave Software, Inc. 1997, 2015. All rights reserved. Legal terms. | PREVIOUS NEXT |