Property | Type | Description | |
---|---|---|---|
backLayer | UMD.HCIL.Piccolo.PLayer | ||
edgeLayer | UMD.HCIL.Piccolo.PLayer | ||
nodeLayer | UMD.HCIL.Piccolo.PLayer | ||
updating | bool |
Method | Description | |
---|---|---|
GraphEditor ( ) : System |
Empty Constructor is necessary so that this control can be used as an applet.
|
|
GraphEditor ( int width, int height ) : System | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ScaleViewTo ( float scale ) : void | ||
UpdateEdge ( UMD.HCIL.Piccolo.Nodes.PPath edge ) : void | ||
addBack ( |
||
addEdge ( UMD.HCIL.Piccolo.Nodes.PPath p ) : void | ||
addNode ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPaint ( PaintEventArgs e ) : void |
public GraphEditor ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public static UpdateEdge ( UMD.HCIL.Piccolo.Nodes.PPath edge ) : void | ||
edge | UMD.HCIL.Piccolo.Nodes.PPath | |
return | void |
public addEdge ( UMD.HCIL.Piccolo.Nodes.PPath p ) : void | ||
p | UMD.HCIL.Piccolo.Nodes.PPath | |
return | void |
public PLayer,UMD.HCIL.Piccolo backLayer | ||
return | UMD.HCIL.Piccolo.PLayer |
public PLayer,UMD.HCIL.Piccolo edgeLayer | ||
return | UMD.HCIL.Piccolo.PLayer |
public PLayer,UMD.HCIL.Piccolo nodeLayer | ||
return | UMD.HCIL.Piccolo.PLayer |