| Package | com.yworks.canvas.input.snapLines |
| Class | public class ResourceKey |
| Inheritance | ResourceKey Object |
ResourceKeys are used as unique identifier on how to visualize a SnapLine.
In the SnapResult's getDisplayObjectCreator method this key is passed to
SnapContext.createDisplayObjectCreator to retrieve an appropriate IDisplayObjectCreator
that can be filled with the properties to visualize the snap result.
See also
| Property | Defined By | ||
|---|---|---|---|
| typeDescription : String [read-only]
A description of the type of this ResourceKey. | ResourceKey | ||
| Method | Defined By | ||
|---|---|---|---|
ResourceKey(typeDescription:String)
Constructs a new instance of ResourceKey with the specified typeDescription. | ResourceKey | ||
| typeDescription | property |
typeDescription:String [read-only]
A description of the type of this ResourceKey.
public function get typeDescription():String| ResourceKey | () | Constructor |
public function ResourceKey(typeDescription:String)
Constructs a new instance of ResourceKey with the specified typeDescription.
typeDescription:String — A description of the type of this ResourceKey.
|