Packagecom.yworks.support
Interfacepublic interface ITagOwner
Implementors DefaultBend, DefaultEdge, DefaultLabel, DefaultNode, DefaultPort

Interface implemented by items that can be tagged with arbitrary objects.

The object hold by implementations of this interface is usually a user defined object. Implementations don't depend on this tag. They just serve as a storage for the tag that will be used by other parts of the implementation.



Public Properties
 PropertyDefined By
  tag : Object
Gets or sets the tag associated with this instance.
ITagOwner
Property Detail
tagproperty
tag:Object

Gets or sets the tag associated with this instance.

The implementation itself does not normally depend on the tag associated with it. It serves as storage for the object only.


Implementation
    public function get tag():Object
    public function set tag(value:Object):void