GWT 2.3.0

Uses of Class
com.google.gwt.touch.client.Point

Packages that use Point
com.google.gwt.touch.client   
 

Uses of Point in com.google.gwt.touch.client
 

Methods in com.google.gwt.touch.client that return Point
 Point Point.div(Point c)
          Divide this point Point by specified point and return the result.
 Point Momentum.State.getInitialPosition()
          Get the initial position when the momentum took over.
 Point Momentum.State.getInitialVelocity()
          Get the initial velocity in pixels per millisecond when the momentum took over.
 Point Momentum.State.getPosition()
          Get the current position.
 Point Momentum.State.getVelocity()
          Get the current velocity in pixels per millisecond.
 Point Point.minus(Point c)
          Subtract the specified Point from this point and return the result.
 Point Point.mult(Point c)
          Multiple this point Point by specified point and return the result.
 Point Point.plus(Point c)
          Add the specified Point to this point and return the result.
 

Methods in com.google.gwt.touch.client with parameters of type Point
 Momentum.State Momentum.createState(Point initialPosition, Point initialVelocity)
          Create a Momentum.State instance.
 Momentum.State DefaultMomentum.createState(Point initialPosition, Point initialVelocity)
           
 Point Point.div(Point c)
          Divide this point Point by specified point and return the result.
 Point Point.minus(Point c)
          Subtract the specified Point from this point and return the result.
 Point Point.mult(Point c)
          Multiple this point Point by specified point and return the result.
 Point Point.plus(Point c)
          Add the specified Point to this point and return the result.
 void Momentum.State.setPosition(Point position)
          Set the current position.
 void Momentum.State.setVelocity(Point velocity)
          Get the current velocity in pixels per millisecond.
 

Constructors in com.google.gwt.touch.client with parameters of type Point
Momentum.State(Point initialPosition, Point initialVelocity)
          Construct a new Momentum.State.
Point(Point c)
           
 


GWT 2.3.0