| Package | com.yworks.graph.model.portLocation |
| Class | public class NodeScaledParameterExtension |
| Inheritance | NodeScaledParameterExtension MarkupExtension Object |
MarkupExtension used for NodeScaledParameter objects.
| Method | Defined By | ||
|---|---|---|---|
NodeScaledParameterExtension(offset:YPoint = null) | NodeScaledParameterExtension | ||
provideValue(context:ILookup):Object [override]
Implementations of subclasses return an object that had been specified as target
attribute of the markup extension. | NodeScaledParameterExtension | ||
| Offset | property |
Offset:YPoint public function get Offset():YPoint public function set Offset(value:YPoint):void| NodeScaledParameterExtension | () | Constructor |
public function NodeScaledParameterExtension(offset:YPoint = null)offset:YPoint (default = null) |
| provideValue | () | method |
override public function provideValue(context:ILookup):ObjectImplementations of subclasses return an object that had been specified as target attribute of the markup extension.
Parameters
context:ILookup — An object that can provide services for the markup extension.
|
Object — The object value that shall be set for the attribute the extension is meant to be
used for.
|