public class CartesianPoint extends Object
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Constructor and Description |
---|
CartesianPoint(int x,
int y) |
public int getX()
public int getY()
public CartesianPoint translate(int deltaX, int deltaY)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.