ehoefig / KineticGWT

A GWT wrapper for kinetic.js
11 stars 2 forks source link

Make setX, setY in Node public #7

Closed letmaik closed 12 years ago

letmaik commented 12 years ago

It is really annoying if one only wants to update one of x and y:

node.setPosition(newX, node.getPosition().y)

instead of

node.setX(newX)

as in the JS part