|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.graphics.objects.LinkMoverUtilities
public class LinkMoverUtilities
LinkMoverUtilities
supplies the tools for moving the links.
Field Summary | |
---|---|
static int |
LINK_AREA_WIDTH
The area around each link which is still sensitive and enables link move |
static LinkMoverUtilities |
linkMoverUtilities
|
Method Summary | |
---|---|
static java.util.Vector |
getAllConnectors(Group group)
Returns a vector of all connectors in the group. |
java.awt.Cursor |
getCursorForMove()
Returns the mouse cursor for the move that was last processed. |
static LinkMoverUtilities |
getLinkMoverUtilities()
|
java.util.Vector |
isMousePositionLinkMovable(int x,
int y,
Group viewGroup)
Returns the vector containing the connectors which are moved when the links are dragged. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LINK_AREA_WIDTH
public static LinkMoverUtilities linkMoverUtilities
Method Detail |
---|
public static LinkMoverUtilities getLinkMoverUtilities()
public static java.util.Vector getAllConnectors(Group group)
group
- the group to be searched for the connectors
public java.util.Vector isMousePositionLinkMovable(int x, int y, Group viewGroup)
x
- the absolute horizontal position of the pointery
- the absolute vertical position of the pointer
public java.awt.Cursor getCursorForMove()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |