public class IltBaseStyle extends IlEnum
Base styles define the way an object base is graphically represented according to the different primary states that can be set. Base styles are used by the following classes:
IltNetworkElement
IltLink
IltPolyGroup
IltRectGroup
IltLinearGroup
IltCard
IltCardCarrier
IltOSI.State
,
IltSNMP.State
,
IltBellcore.State
,
IltSONET.State
Modifier and Type | Class and Description |
---|---|
static class |
IltBaseStyle.SONETBaseStyle
This class allows the automatic creation of a base style for each instance
of
IltSONET.State . |
Modifier and Type | Field and Description |
---|---|
static IltBaseStyle |
CarryingTraffic
State: In service and carrying traffic.
|
static IltBaseStyle |
Indeterminate
State: Unknown state combination.
|
static IlEnumInfo |
metainfo
Contains metainformation about this
IlEnum class. |
static IltBaseStyle |
NotInstalled
State: Not installed.
|
static IltBaseStyle |
NoTraffic
State: In service but carrying no traffic.
|
static IltBaseStyle |
OutOfService
State: Out of service.
|
Constructor and Description |
---|
IltBaseStyle()
Creates a new base style.
|
IltBaseStyle(String name)
Creates a new base style.
|
public static IltBaseStyle CarryingTraffic
Applicable to: all kind of telecom objects.
Graphic representation on network elements: The base and its inside drawings are in relief.
public static IltBaseStyle NoTraffic
Applicable to: all kind of telecom objects.
Graphic representation on network elements: The base and its inside drawings are in full outline.
public static IltBaseStyle OutOfService
Applicable to: all kind of telecom objects.
Graphic representation on network elements: The base has a hatched outline. Inside the base, the drawings are not displayed.
public static IltBaseStyle NotInstalled
Applicable to: all kind of telecom objects.
Graphic representation on network elements: The base is striped and has a hatched outline. Inside the base, the drawings are not displayed.
public static IltBaseStyle Indeterminate
Applicable to: all kind of telecom objects.
Graphic representation on network elements: The base and its inside drawings are in full outline.
public static IlEnumInfo metainfo
IlEnum
class.public IltBaseStyle()
public IltBaseStyle(String name)
name
- a name, used for serialization purposes© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.