public class Shape extends Object implements Serializable
Shape()
List<Integer>
getX()
getY()
void
setX(List<Integer> x)
setY(List<Integer> y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Shape()
public List<Integer> getX()
public void setX(List<Integer> x)
public List<Integer> getY()
public void setY(List<Integer> y)
Copyright © 2020. All rights reserved.