I am trying to create a hierarchial grouping graph.
The plus sign i to the left of the box, but I want it on the right side as the example HierachicGroupingGraph.
INode groupNode = graph.createGroupNode();
ILabel label = graph.addLabel(groupNode, "Group 1");
graph.setLabelLayoutParameter(label, InteriorLabelModel.NORTH_WEST);