private RoundedRectangle rectangle;
private ConnectionAnchor defaultConnectionAnchor;
private List<ConnectionAnchor> outgoingConnectionAnchors = new ArrayList<ConnectionAnchor>();
public WorkItemFigure() {
defaultConnectionAnchor = new ChopboxAnchor(this);
// FixedConnectionAnchor c = new FixedConnectionAnchor(this);
// outgoingConnectionAnchors.add(c);
// c = new FixedConnectionAnchor(this);
// outgoingConnectionAnchors.add(c);
}