LayoutStyles.NO_LAYOUT_NODE_RESIZING));
radialLayout = createLayoutMenuAction("Radial", new RadialLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING));
springLayout = createLayoutMenuAction("Spring", new SpringLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING));
// createLayoutMenuAction("Vertical", new
// VerticalLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING));
verticalTree = createLayoutMenuAction("Vertical Tree", new TreeLayoutAlgorithm(
LayoutStyles.NO_LAYOUT_NODE_RESIZING));
/*
* showLegendAction = new Action("Show UI Legend") { public void run() {
* RouteGraphLegendPopup popup = new