Add remaining tanks
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
public interface IEdge {
|
||||
|
||||
public INode Start { get; }
|
||||
public INode End { get; }
|
||||
public bool IsTwoWay { get; }
|
||||
public bool Orientation { get; }
|
||||
public bool Highlight { get; set; }
|
||||
public Brush? Highlight { get; set; }
|
||||
|
||||
public void Draw(Canvas canvas);
|
||||
public bool Update(double x, double y);
|
||||
|
||||
Reference in New Issue
Block a user