C# Class SilverlightMappingToolBasic.SingleDepth.SingleDepthNodeFactory

Datei anzeigen Open project: chris-tomich/Glyma

Public Methods

Method Description
AddFocalNode ( SingleDepthNodeProxy focalNode ) : void
AddNode ( SingleDepthNodeProxy node ) : void
NewPage ( ) : void
RegisterSurface ( CompendiumFirstDepthMap control ) : void
SingleDepthNodeFactory ( ) : System

Private Methods

Method Description
CreateFocalNodeUIElement ( SingleDepthNodeProxy nodeProxy ) : UIElement[]
CreateNodeUIElement ( SingleDepthNodeProxy nodeProxy ) : UIElement[]

Method Details

AddFocalNode() public method

public AddFocalNode ( SingleDepthNodeProxy focalNode ) : void
focalNode SingleDepthNodeProxy
return void

AddNode() public method

public AddNode ( SingleDepthNodeProxy node ) : void
node SingleDepthNodeProxy
return void

NewPage() public method

public NewPage ( ) : void
return void

RegisterSurface() public method

public RegisterSurface ( CompendiumFirstDepthMap control ) : void
control CompendiumFirstDepthMap
return void

SingleDepthNodeFactory() public method

public SingleDepthNodeFactory ( ) : System
return System