C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.Realign.RealignNode

Inheritance: RealignObject
ファイルを表示 Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
AddLeftOffset ( double offset ) : void
AddTopOffset ( double offset ) : void
GetAllNodes ( RealignStyle realignStyle = RealignStyle.Horizontal ) : IEnumerable
GetAnyChildHasMultipleParents ( ) : bool
GetCenterLeftOfChildNode ( ) : double
GetCenterTopOfChildNode ( ) : double
HasMultiParents ( ) : bool
RealignNode ( NodeControl nodeControl ) : System

Private Methods

Method Description
ParentCount ( ) : int

Method Details

AddLeftOffset() public method

public AddLeftOffset ( double offset ) : void
offset double
return void

AddTopOffset() public method

public AddTopOffset ( double offset ) : void
offset double
return void

GetAllNodes() public method

public GetAllNodes ( RealignStyle realignStyle = RealignStyle.Horizontal ) : IEnumerable
realignStyle RealignStyle
return IEnumerable

GetAnyChildHasMultipleParents() public method

public GetAnyChildHasMultipleParents ( ) : bool
return bool

GetCenterLeftOfChildNode() public method

public GetCenterLeftOfChildNode ( ) : double
return double

GetCenterTopOfChildNode() public method

public GetCenterTopOfChildNode ( ) : double
return double

HasMultiParents() public method

public HasMultiParents ( ) : bool
return bool

RealignNode() public method

public RealignNode ( NodeControl nodeControl ) : System
nodeControl SilverlightMappingToolBasic.UI.SuperGraph.View.NodeControlSupportClasses.NodeControl
return System