|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.view.ViewMode | +--y.view.AbstractSelectionBoxMode | +--y.view.SelectionBoxMode | +--y.view.hierarchy.HierarchySelectionBoxMode
A specialized SelectionBoxMode suitable for graphs that contain group nodes.
Field Summary |
Fields inherited from class y.view.ViewMode |
lastClickEvent, lastDragEvent, lastPressEvent, lastReleaseEvent, originalX, originalY, view |
Constructor Summary | |
HierarchySelectionBoxMode()
|
Method Summary | |
protected boolean |
belongsToSelection(Node v,
Rectangle2D box)
Apart from the default behaviour this method will not accept group nodes whose bounds are not completely contained within the selection box bounds. |
Methods inherited from class y.view.SelectionBoxMode |
belongsToSelection, belongsToSelection, selectionBoxAction |
Methods inherited from class y.view.AbstractSelectionBoxMode |
mouseDraggedLeft, mousePressedLeft, mouseReleasedLeft, mouseShiftPressedLeft, mouseShiftReleasedLeft, selectionBoxAction, updateDoubleSelectionBox |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HierarchySelectionBoxMode()
Method Detail |
protected boolean belongsToSelection(Node v, Rectangle2D box)
belongsToSelection
in class SelectionBoxMode
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |