| visualdebugger.draw2d.BranchLayout
All known Subclasses: visualdebugger.draw2d.NormalLayout,
BranchLayout | abstract public class BranchLayout extends AbstractLayout (Code) | | |
cachedContourLeft | int[] cachedContourLeft(Code) | | |
cachedContourRight | int[] cachedContourRight(Code) | | |
horizontal | public boolean horizontal(Code) | | |
preferredRowHeights | int[] preferredRowHeights(Code) | | |
calculateDepth | abstract void calculateDepth()(Code) | | |
getContourLeft | public int[] getContourLeft()(Code) | | |
getContourRight | public int[] getContourRight()(Code) | | |
getDepth | public int getDepth()(Code) | | |
getMajorSpacing | int getMajorSpacing()(Code) | | |
getPreferredRowHeights | public int[] getPreferredRowHeights()(Code) | | |
getTransposer | Transposer getTransposer()(Code) | | |
invalidate | public void invalidate()(Code) | | |
isHorizontal | public boolean isHorizontal()(Code) | | |
paintLines | abstract void paintLines(Graphics g)(Code) | | |
setHorizontal | public void setHorizontal(boolean value)(Code) | | |
setRowHeights | void setRowHeights(int heights, int offset)(Code) | | |
updateContours | abstract void updateContours()(Code) | | |
updateRowHeights | abstract void updateRowHeights()(Code) | | |
|
|