| visualdebugger.draw2d.TreeBranch visualdebugger.draw2d.TreeRoot
Constructor Summary | |
public | TreeRoot(IFigure title) |
TreeRoot | public TreeRoot(IFigure title)(Code) | | Parameters: title - |
addLabel | public void addLabel(Connection con)(Code) | | |
containsPoint | public boolean containsPoint(int x, int y)(Code) | | |
getMajorSpacing | public int getMajorSpacing()(Code) | | |
getMinorSpacing | public int getMinorSpacing()(Code) | | |
getTransposer | public Transposer getTransposer()(Code) | | |
isHorizontal | public boolean isHorizontal()(Code) | | |
removeLabels | public void removeLabels()(Code) | | |
setHorizontal | public void setHorizontal(boolean value)(Code) | | |
setMajorSpacing | public void setMajorSpacing(int value)(Code) | | sets the space (in pixels) between this branch's node and its subtrees.
|
setMinorSpacing | public void setMinorSpacing(int i)(Code) | | Parameters: i - |
validate | public void validate()(Code) | | See Also: org.eclipse.draw2d.Figure.validate |
|
|