| visualdebugger.draw2d.BranchLayout visualdebugger.draw2d.NormalLayout
calculateDepth | void calculateDepth()(Code) | | See Also: org.eclipse.draw2d.examples.tree.BranchLayout.calculateDepth |
calculatePreferredSize | protected Dimension calculatePreferredSize(IFigure container, int wHint, int hHint)(Code) | | |
layout | public void layout(IFigure f)(Code) | | |
mergeContour | void mergeContour(int[] destination, int[] source, int startdepth, int offset)(Code) | | |
paintLines | void paintLines(Graphics g)(Code) | | See Also: org.eclipse.draw2d.examples.tree.BranchLayout.paintLines(org.eclipse.draw2d.Graphics) |
setRowHeights | void setRowHeights(int[] heights, int offset)(Code) | | See Also: org.eclipse.draw2d.examples.tree.BranchLayout.setRowHeights(int[]int) |
updateContours | void updateContours()(Code) | | See Also: org.eclipse.draw2d.examples.tree.BranchLayout.updateContours |
updateRowHeights | void updateRowHeights()(Code) | | See Also: org.eclipse.draw2d.examples.tree.BranchLayout.updateRowHeights |
|
|