Package | Description |
---|---|
ilog.views.maps.defense.symbology.app6a |
This package contains classes to manage APP6a (MIL-STD-2525B) Symbols.
|
ilog.views.sdm.model |
Contains the predefined data models in the SDM package.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvApp6aSymbol
This class that extends Symbol define a specific symbol type for the APP-6A symbology.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvMutableSDMLink
An
IlvMutableSDMLink is an SDM link
whose extremities can be changed. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultSDMLink
IlvDefaultSDMLink is a simple
implementation of the IlvSDMLink
interface that stores the link ends in memory. |
class |
IlvDefaultSDMNode
IlvDefaultSDMNode is a simple
implementation of the IlvSDMNode
interface that stores the node properties in memory. |
Modifier and Type | Method and Description |
---|---|
void |
IlvMutableSDMNode.addChild(IlvMutableSDMNode child,
IlvMutableSDMNode before)
Adds a child to this object's submodel.
|
void |
IlvDefaultSDMNode.addChild(IlvMutableSDMNode child,
IlvMutableSDMNode before)
Adds a child to this object's submodel.
|
void |
IlvMutableSDMNode.removeChild(IlvMutableSDMNode child)
Removes a child from this object's submodel.
|
void |
IlvDefaultSDMNode.removeChild(IlvMutableSDMNode child)
Removes a child from this object's submodel.
|
void |
IlvMutableSDMNode.setParent(IlvMutableSDMNode parent)
Sets the parent of this data object,
that is, the object to which the submodel
containing this object is attached.
|
void |
IlvDefaultSDMNode.setParent(IlvMutableSDMNode parent)
Sets the parent of this data object,
that is, the object to which the submodel
containing this object is attached.
|
void |
IlvDefaultSDMNode.shiftChild(IlvMutableSDMNode child,
byte action)
Moves a child up or down in the children list.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.