PlantSchemeWindow: Expand graph
This commit is contained in:
@@ -6,8 +6,11 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
public double CenterX { get; }
|
||||
public double CenterY { get; }
|
||||
public string Label { get; }
|
||||
public ISet<IEdge> Inputs { get; }
|
||||
public ISet<IEdge> Outputs { get; }
|
||||
|
||||
public void Draw(Canvas canvas);
|
||||
public bool Update(double x, double y);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user