Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. line.setSelectionBoundingBoxOffset(50).setFillBoundsForSelection(true);
  2.  
  3. line.addNodeMouseClickHandler(new NodeMouseClickHandler() {
  4. @Override
  5. public void onNodeMouseClick(NodeMouseClickEvent event) {
  6. GWT.log("YEAH CLICKK");
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement