| visualdebugger.draw2d.TreeBranch
All known Subclasses: visualdebugger.draw2d.TreeRoot,
TreeBranch | public class TreeBranch extends Figure (Code) | | |
Inner Class :class AnimatingLayer extends Layer | |
contents | IFigure contents(Code) | | |
expanded | boolean expanded(Code) | | |
containsPoint | public boolean containsPoint(int x, int y)(Code) | | See Also: org.eclipse.draw2d.Figure.containsPoint(intint) |
getAlignment | public int getAlignment()(Code) | | |
getConnection | public Connection getConnection()(Code) | | |
getContentsPane | public IFigure getContentsPane()(Code) | | |
getContourLeft | public int[] getContourLeft()(Code) | | |
getContourRight | public int[] getContourRight()(Code) | | |
getDepth | public int getDepth()(Code) | | |
getMinimumSize | public Dimension getMinimumSize(int wHint, int hHint)(Code) | | See Also: org.eclipse.draw2d.Figure.getMinimumSize(intint) |
getNode | public IFigure getNode()(Code) | | |
getNodeBounds | public Rectangle getNodeBounds()(Code) | | |
getPreferredRowHeights | public int[] getPreferredRowHeights()(Code) | | |
getPreferredSize | public Dimension getPreferredSize(int wHint, int hHint)(Code) | | See Also: org.eclipse.draw2d.Figure.getPreferredSize(intint) |
markBranch | public void markBranch()(Code) | | |
paintFigure | protected void paintFigure(Graphics graphics)(Code) | | See Also: org.eclipse.draw2d.Figure.paintFigure(org.eclipse.draw2d.Graphics) |
setConnection | public void setConnection(Connection con)(Code) | | |
setNode | public void setNode(IFigure node)(Code) | | |
setRowHeights | public void setRowHeights(int heights, int offset)(Code) | | |
validate | public void validate()(Code) | | See Also: org.eclipse.draw2d.Figure.validate |
|
|