ilog.tgo.graphic
Class IltGraphicElementName

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.tgo.graphic.IltGraphicElementName

public class IltGraphicElementName
extends IlEnum

This enumeration lists the names of elements of graphic objects.

Used to identify the decoration by the layer policy mechanism, zoom policy visibility threshold.

Since:
JTGO 1.0

Field Summary
static IltGraphicElementName AlarmBalloon
          Alarm balloon, which is displayed on top of the graphic object when new alarms are triggered.
static IltGraphicElementName AlarmCount
          Alarm counter label (including the alarm letter), which is displayed either on the graphic object base or on its associated plinth.
static IltGraphicElementName Base
          Base drawing of a network element, a link, a group, or a card.
static IltGraphicElementName ContainerStatus
          Container status icon, indicating expanded vs. collapsed.
static IltGraphicElementName Family
          Family label in the bottom right corner of a network element symbolic representation.
static IltGraphicElementName Function
          Function icon in the bottom left corner of a network element symbolic representation.
static IltGraphicElementName Generic
          Generic graphic element name.
static IltGraphicElementName Icon
          Group icon which is used to display an image inside groups.
static IltGraphicElementName InformationIcon
          Collapsed information icon, which when clicked upon maximizes the information window.
static IltGraphicElementName InformationWindow
          Expanded information window containing the list of secondary states.
static IltGraphicElementName InState
          The secondary state icon on the left border of a base.
static IltGraphicElementName Media
          The media icon attached to the link.
static IlEnumInfo metainfo
          Contains metainformation about this IlEnum class.
static IltGraphicElementName Name
          Name label, which is displayed either under network elements or on groups and cards.
static IltGraphicElementName OutState
          The secondary state icon on the right border of a base.
static IltGraphicElementName Plinth
          Plinth containing the alarm and secondary state decorations associated with the object.
static IltGraphicElementName PSRIFromEnd
          Protection Switch Request Indicator icon stacker on the "from" end of the link.
static IltGraphicElementName PSRIToEnd
          Protection Switch Request Indicator icon stacker on the "to" end of the link.
static IltGraphicElementName SecondaryStateModifiers
          Icon stacker, which is displayed on the top of the network element base and on the group and card base to show the secondary states held by the object.
static IltGraphicElementName SystemIcon
          Collapsed system icon, which when clicked upon maximizes the system window.
static IltGraphicElementName SystemWindow
          Expanded system window containing the list of attributes present in the object system.
static IltGraphicElementName Technology
          The technology icon attached to the link.
 
Constructor Summary
IltGraphicElementName()
          Internal constructor.
IltGraphicElementName(String name)
          Default constructor.
 
Method Summary
 double[] getVisibilityThreshold()
          Returns a locative containing the visibility threshold.
 void setName(String name)
          Sets the name of this object.
 void setVisibilityThreshold(double visibilityThreshold)
          Changes the visibility threshold.
 
Methods inherited from class ilog.util.IlEnum
getName, intern, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AlarmBalloon

public static IltGraphicElementName AlarmBalloon
Alarm balloon, which is displayed on top of the graphic object when new alarms are triggered.


AlarmCount

public static IltGraphicElementName AlarmCount
Alarm counter label (including the alarm letter), which is displayed either on the graphic object base or on its associated plinth.


Base

public static IltGraphicElementName Base
Base drawing of a network element, a link, a group, or a card.


ContainerStatus

public static IltGraphicElementName ContainerStatus
Container status icon, indicating expanded vs. collapsed.


Family

public static IltGraphicElementName Family
Family label in the bottom right corner of a network element symbolic representation.


Function

public static IltGraphicElementName Function
Function icon in the bottom left corner of a network element symbolic representation.


Icon

public static IltGraphicElementName Icon
Group icon which is used to display an image inside groups.


InformationIcon

public static IltGraphicElementName InformationIcon
Collapsed information icon, which when clicked upon maximizes the information window. This icon is located at the same place as the secondary state icons it replaces.


InformationWindow

public static IltGraphicElementName InformationWindow
Expanded information window containing the list of secondary states.


InState

public static IltGraphicElementName InState
The secondary state icon on the left border of a base.


Media

public static IltGraphicElementName Media
The media icon attached to the link.


Technology

public static IltGraphicElementName Technology
The technology icon attached to the link.

Since:
JViews 8.0

Name

public static IltGraphicElementName Name
Name label, which is displayed either under network elements or on groups and cards.


OutState

public static IltGraphicElementName OutState
The secondary state icon on the right border of a base.


Plinth

public static IltGraphicElementName Plinth
Plinth containing the alarm and secondary state decorations associated with the object.


PSRIFromEnd

public static IltGraphicElementName PSRIFromEnd
Protection Switch Request Indicator icon stacker on the "from" end of the link.


PSRIToEnd

public static IltGraphicElementName PSRIToEnd
Protection Switch Request Indicator icon stacker on the "to" end of the link.


SecondaryStateModifiers

public static IltGraphicElementName SecondaryStateModifiers
Icon stacker, which is displayed on the top of the network element base and on the group and card base to show the secondary states held by the object.


SystemIcon

public static IltGraphicElementName SystemIcon
Collapsed system icon, which when clicked upon maximizes the system window. This icon is located at the right side of the label or other middle decoration.


SystemWindow

public static IltGraphicElementName SystemWindow
Expanded system window containing the list of attributes present in the object system.


Generic

public static IltGraphicElementName Generic
Generic graphic element name.


metainfo

public static IlEnumInfo metainfo
Contains metainformation about this IlEnum class.

Internal method or field: do not use!
Constructor Detail

IltGraphicElementName

public IltGraphicElementName()
Internal constructor.


IltGraphicElementName

public IltGraphicElementName(String name)
Default constructor.

Parameters:
name - Graphic element name. Name must be unique
Since:
JTGO 4.5
Method Detail

setName

public void setName(String name)
Sets the name of this object. This method is used by CSS styling mechanism and is not meant to be called directly.

Overrides:
setName in class IlEnum
Internal method or field: do not use!

getVisibilityThreshold

public double[] getVisibilityThreshold()
Returns a locative containing the visibility threshold. Not documented, because the documented API function is in class IltrZoom.

Internal method or field: do not use!

setVisibilityThreshold

public void setVisibilityThreshold(double visibilityThreshold)
Changes the visibility threshold. Not documented, because the documented API function is in class IltrZoom.

Internal method or field: do not use!


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.