| org.openwfe.gpe.parts.DummyLayout
DummyLayout | public class DummyLayout extends AbstractLayout (Code) | | The dummy layout class does nothing during normal layouts. The Graph layout is
entirely performed in one place:
GraphLayoutManager , on the diagram's figure.
During animation, THIS layout will playback the intermediate steps between the two
invocations of the graph layout.
author: hudsonr |
calculatePreferredSize | protected Dimension calculatePreferredSize(IFigure container, int wHint, int hHint)(Code) | | See Also: org.eclipse.draw2d.AbstractLayout.calculatePreferredSize(org.eclipse.draw2d.IFigureintint) |
layout | public void layout(IFigure container)(Code) | | See Also: org.eclipse.draw2d.LayoutManager.layout(org.eclipse.draw2d.IFigure) |
|
|