object."ilog.tgo.model.IltObject" { alarmBalloonVisible: false; alarmColorVisible: false; alarmColor: ''; alarmBrightColor: ''; alarmDarkColor: ''; } object."ilog.tgo.model.IltObject"[alarmHighestSeverity] { alarmColorVisible: true; alarmColor: '@|severityColor(@|highestSeverity())'; alarmBrightColor: '@|severityBrightColor(@|highestSeverity())'; alarmDarkColor: '@|severityDarkColor(@|highestSeverity())'; } object."ilog.tgo.model.IltObject"[newAlarmHighestSeverity] { alarmColorVisible: true; alarmColor: '@|blinkingcolor(@|severityColor(@|highestNewSeverity()), "#50FFFFFF")'; alarmBrightColor: '@|blinkingcolor(@|severityBrightColor(@|highestNewSeverity()), "#50FFFFFF")'; alarmDarkColor: '@|blinkingcolor(@|severityDarkColor(@|highestNewSeverity()), "#50FFFFFF")'; }
@Deprecated public class IltBlinkingAlarms extends Object
Modifier and Type | Method and Description |
---|---|
static void |
Activate(boolean showAlarmNumbers,
long onPeriod,
long offPeriod,
IltAlarm.Severity minSeverity)
Deprecated.
Please use blinking colors instead.
|
static void |
Deactivate()
Deprecated.
Please use blinking colors instead.
|
static ilog.tgo.mapper.state.IltAlarmSystemMapper |
GetDefaultBlinkingMapper()
Deprecated.
|
static boolean |
IsBlinking(IltCompositeGraphic object)
Deprecated.
Use blinking colors instead.
|
static void |
SetSeverityMapping(IltAlarm.Severity severity,
Color onColor,
Color onBrightColor,
Color onDarkColor,
Color offColor,
Color offBrightColor,
Color offDarkColor,
char letter)
Deprecated.
Please use blinking colors instead.
|
static void |
StartBlinking(IltCompositeGraphic graphic,
Color altColor)
Deprecated.
Use blinking colors instead.
|
static void |
StartBlinking(IltCompositeGraphic graphic,
Color altColor,
Color altColor2)
Deprecated.
Use blinking colors instead.
|
static void |
StartBlinking(IltCompositeGraphic graphic,
Color altColor,
Color altBrightColor,
Color altDarkColor,
Color altColor2,
Color altBrightColor2,
Color altDarkColor2)
Deprecated.
Use blinking colors instead.
|
static void |
StopBlinking(IltCompositeGraphic graphic)
Deprecated.
Use blinking colors instead.
|
public static ilog.tgo.mapper.state.IltAlarmSystemMapper GetDefaultBlinkingMapper()
@Deprecated public static void Activate(boolean showAlarmNumbers, long onPeriod, long offPeriod, IltAlarm.Severity minSeverity)
null
. A blinking object will
use its regular color during onPeriod milliseconds, then its
alternate color during offPeriod milliseconds. Alarm counts
will be be shown symbolically (e.g. "1M+") if showAlarmNumbers
is true
, and not if it is false
.@Deprecated public static void Deactivate()
@Deprecated public static void SetSeverityMapping(IltAlarm.Severity severity, Color onColor, Color onBrightColor, Color onDarkColor, Color offColor, Color offBrightColor, Color offDarkColor, char letter)
@Deprecated public static void StartBlinking(IltCompositeGraphic graphic, Color altColor)
graphic
- The graphic object that will blink.altColor
- The color of the object will toggle between its current
color and altColor.@Deprecated public static void StartBlinking(IltCompositeGraphic graphic, Color altColor, Color altColor2)
altColor
and
altColor2
.graphic
- The graphic object that will blink.altColor
- The on color.altColor2
- The off color.@Deprecated public static void StartBlinking(IltCompositeGraphic graphic, Color altColor, Color altBrightColor, Color altDarkColor, Color altColor2, Color altBrightColor2, Color altDarkColor2)
@Deprecated public static void StopBlinking(IltCompositeGraphic graphic)
@Deprecated public static boolean IsBlinking(IltCompositeGraphic object)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.