public ShapeAndColor(ShapeNodeShape shape, Color color) { this.shape = shape; this.color = color; }
public ShapeAndBrush(ShapeNodeShape shape, Brush brush) { this.shape = shape; this.brush = brush; }