public class FunctionShape extends AbstractShape
allowSync, controller, widget
Constructor and Description |
---|
FunctionShape(DiagramController controller,
com.google.gwt.user.client.ui.Widget widget) |
Modifier and Type | Method and Description |
---|---|
void |
draw() |
void |
drawHighlight() |
com.orange.links.client.utils.Couple<com.orange.links.client.utils.Direction,com.orange.links.client.shapes.Point> |
getSelectableArea(com.orange.links.client.shapes.Point p) |
com.google.gwt.user.client.ui.Widget |
getWidget() |
void |
highlightSelectableArea(com.orange.links.client.shapes.Point mousePoint) |
boolean |
isMouseNearSelectableArea(com.orange.links.client.shapes.Point mousePoint) |
void |
setSynchronized(boolean sync) |
addConnection, allowSynchronized, asWidget, equals, getConnections, getContainerOffsetLeft, getContainerOffsetTop, getHeight, getLeft, getTop, getWidth, hashCode, isSynchronized, removeConnection, setAllowSynchronized
public FunctionShape(DiagramController controller, com.google.gwt.user.client.ui.Widget widget)
public com.google.gwt.user.client.ui.Widget getWidget()
public void setSynchronized(boolean sync)
setSynchronized
in interface com.orange.links.client.shapes.Drawable
setSynchronized
in class AbstractShape
public boolean isMouseNearSelectableArea(com.orange.links.client.shapes.Point mousePoint)
public void highlightSelectableArea(com.orange.links.client.shapes.Point mousePoint)
public com.orange.links.client.utils.Couple<com.orange.links.client.utils.Direction,com.orange.links.client.shapes.Point> getSelectableArea(com.orange.links.client.shapes.Point p)
public void drawHighlight()
public void draw()
Copyright © 2008-2014 Logical Objects. All Rights Reserved.