public class Path2D extends Object
Path2D()
void
add(double x, double y)
add(Vector2D v)
clear()
boolean
contains(double x, double y)
draw(Graphics g)
Vector2D
getEndDirection()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Path2D()
public void clear()
public void add(Vector2D v)
public void add(double x, double y)
public void draw(Graphics g)
public boolean contains(double x, double y)
public Vector2D getEndDirection()
Copyright © 2013. All rights reserved.