C# Class Bevisuali.UX.Graph.GraphNode

Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: duckmaestro/F-AI Class Usage Examples

Public Methods

Method Description
GraphNode ( ) : System
SetSlices ( double slices, int scenarioNumber, bool isEvidence ) : void

Private Methods

Method Description
OnChoiceRingDrop ( object sender, System.Windows.DragEventArgs e ) : void
OnCircleGroupDrop ( object sender, System.Windows.DragEventArgs e ) : void
OnCircleGroupMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnCircleGroupMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnCircleGroupMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnCircleGroupMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnScenarioRing2Drop ( object sender, System.Windows.DragEventArgs e ) : void

Method Details

GraphNode() public method

public GraphNode ( ) : System
return System

SetSlices() public method

public SetSlices ( double slices, int scenarioNumber, bool isEvidence ) : void
slices double
scenarioNumber int
isEvidence bool
return void