Packagecom.yworks.graph.model.portLocation
Classpublic class NodeScaledParameterExtension
InheritanceNodeScaledParameterExtension Inheritance MarkupExtension Inheritance Object

The MarkupExtension used for NodeScaledParameter objects.



Public Properties
 PropertyDefined By
  Offset : YPoint
NodeScaledParameterExtension
Public Methods
 MethodDefined By
  
NodeScaledParameterExtension
  
provideValue(context:ILookup):Object
[override] Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
NodeScaledParameterExtension
Property Detail
Offsetproperty
Offset:YPoint


Implementation
    public function get Offset():YPoint
    public function set Offset(value:YPoint):void
Constructor Detail
NodeScaledParameterExtension()Constructor
public function NodeScaledParameterExtension(offset:YPoint = null)



Parameters
offset:YPoint (default = null)
Method Detail
provideValue()method
override public function provideValue(context:ILookup):Object

Implementations 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.

Returns
Object — The object value that shall be set for the attribute the extension is meant to be used for.