Uses of Class
com.google.gwt.touch.client.Point
Packages that use Point
-
Uses of Point in com.google.gwt.touch.client
Methods in com.google.gwt.touch.client that return PointModifier and TypeMethodDescription(package private) PointTouchScroller.calculateEndVelocity(TouchScroller.TemporalPoint from, TouchScroller.TemporalPoint to) Calculate the end velocity.Divide this pointPointby specified point and return the result.Momentum.State.getInitialPosition()Get the initial position when the momentum took over.Momentum.State.getInitialVelocity()Get the initial velocity in pixels per millisecond when the momentum took over.TouchScroller.TemporalPoint.getPoint()Momentum.State.getPosition()Get the current position.Momentum.State.getVelocity()Get the current velocity in pixels per millisecond.Subtract the specifiedPointfrom this point and return the result.Multiple this pointPointby specified point and return the result.Add the specifiedPointto this point and return the result.Methods in com.google.gwt.touch.client with parameters of type PointModifier and TypeMethodDescriptionDefaultMomentum.createState(Point initialPosition, Point initialVelocity) Momentum.createState(Point initialPosition, Point initialVelocity) Create aMomentum.Stateinstance.Divide this pointPointby specified point and return the result.Subtract the specifiedPointfrom this point and return the result.Multiple this pointPointby specified point and return the result.Add the specifiedPointto this point and return the result.voidMomentum.State.setPosition(Point position) Set the current position.voidTouchScroller.TemporalPoint.setTemporalPoint(Point point, double time) Update the point and time.voidMomentum.State.setVelocity(Point velocity) Get the current velocity in pixels per millisecond.Constructors in com.google.gwt.touch.client with parameters of type PointModifierConstructorDescriptionConstruct a newMomentum.State.TemporalPoint(Point point, double time) Construct a newTouchScroller.TemporalPointfor the specified point and time.