C

CreationProperties

A mutable implementation of IMapper<K, V> that is typed for Object keys and values.
ImplementsInheritance Hierarchy

Remarks

This class is used by the GraphMLIOHandler to store properties of an item before it has been created. An instance of this class can be found in the lookup of the IParseContext during the parsing of an item. Custom parsers may populate the dictionary with various properties that can then be used by the IGraphElementFactory during the creation of the item.

See Also

API

IGraphElementFactory

Members

No filters for this type

Constructors

Properties

Gets all the entries stored by this instance.
readonlyfinal

Property Value

The entries.

Methods

Clears all entries from this property store.
final
Gets the value associated with the specified key.

Parameters

key: any
The key.

Return Value

any
The value stored for the key.

See Also

API
set

Implements

IMapper.get
Removes the associated entry for the given key.
final

Parameters

key: any
The entry key to remove.
Sets the value associated with the specified key.

Parameters

key: any
The key.
value: any
The value stored for the key.

See Also

API
get

Implements

IMapper.set

Constants

Creation property key that tags bend information.
Stores values of type IEnumerable<T> with IBend template instances.
static

See Also

API
createEdge
Creation property key that tags group node information.
Stores values of type .
static

See Also

API
createNode
Creation property key that tags label information.
Stores values of type IEnumerable<T> with ILabel template instances.
static

See Also

API
IGraphElementFactory
Creation property key that tags node layout information.
Stores values of type Rect.
static

See Also

API
createNode
Creation property key that tags port location information.
Stores values of type IPortLocationModelParameter.
static

See Also

API
addPort
Creation property key that tags style information.
Stores values of type INodeStyle, IEdgeStyle, and IPortStyle respectively.
static

See Also

API
IGraphElementFactory
Creation property key that tags tag object information.
Stores values of type Object.
static

See Also

API
IGraphElementFactory