C# Class NetworkVis.Callouts

Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Public Properties

Property Type Description
calloutText string
r System.Windows.Shapes.Rectangle
rText System.Windows.Controls.Label
type string
xpos double
ypos double

Public Methods

Method Description
Create ( double x, double y, string typ, string text ) : void
Render ( System.Windows.Controls.Canvas _parent ) : void

Private Methods

Method Description
rText_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
rText_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
rText_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

Create() public method

public Create ( double x, double y, string typ, string text ) : void
x double
y double
typ string
text string
return void

Render() public method

public Render ( System.Windows.Controls.Canvas _parent ) : void
_parent System.Windows.Controls.Canvas
return void

Property Details

calloutText public property

public string calloutText
return string

r public property

public Rectangle,System.Windows.Shapes r
return System.Windows.Shapes.Rectangle

rText public property

public Label,System.Windows.Controls rText
return System.Windows.Controls.Label

type public property

public string type
return string

xpos public property

public double xpos
return double

ypos public property

public double ypos
return double