Packagecom.yworks.yfiles.layout.seriesparallel
Classpublic class EdgeLayoutDescriptor
InheritanceEdgeLayoutDescriptor Inheritance YObject Inheritance Object

This class is used by com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter to determine the routing details of a graph's edges.

See also

com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter.EDGE_LAYOUT_DESCRIPTOR_DPKEY
com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter


Public Properties
 PropertyDefined By
  minimumFirstSegmentLength : Number
Specifies the minimum length for the first segment of the associated edge.
EdgeLayoutDescriptor
  minimumLastSegmentLength : Number
Specifies the minimum length for the last segment of the associated edge.
EdgeLayoutDescriptor
  minimumLength : Number
Specifies the minimum length for the associated edge.
EdgeLayoutDescriptor
Public Methods
 MethodDefined By
  
EdgeLayoutDescriptor(init:Boolean = true)
EdgeLayoutDescriptor
 Inherited
equals(o:Object):Boolean
YObject
  
getClass():Class
[override]
EdgeLayoutDescriptor
 Inherited
hashCode():int
YObject
  
[static]
EdgeLayoutDescriptor
Protected Methods
 MethodDefined By
  
EdgeLayoutDescriptor
Property Detail
minimumFirstSegmentLengthproperty
minimumFirstSegmentLength:Number

Specifies the minimum length for the first segment of the associated edge.


Implementation
    public function get minimumFirstSegmentLength():Number
    public function set minimumFirstSegmentLength(value:Number):void
minimumLastSegmentLengthproperty 
minimumLastSegmentLength:Number

Specifies the minimum length for the last segment of the associated edge.


Implementation
    public function get minimumLastSegmentLength():Number
    public function set minimumLastSegmentLength(value:Number):void
minimumLengthproperty 
minimumLength:Number

Specifies the minimum length for the associated edge.


Implementation
    public function get minimumLength():Number
    public function set minimumLength(value:Number):void
Constructor Detail
EdgeLayoutDescriptor()Constructor
public function EdgeLayoutDescriptor(init:Boolean = true)



Parameters
init:Boolean (default = true)
Method Detail
getClass()method
override public function getClass():Class

Returns
Class
initEdgeLayoutDescriptor()method 
protected final function initEdgeLayoutDescriptor():void

newEdgeLayoutDescriptor()method 
public static function newEdgeLayoutDescriptor():EdgeLayoutDescriptor

Returns
EdgeLayoutDescriptor