public class Line extends Object
int
x1
x2
y1
y2
Line()
Line(int x1, int y1, int x2, int y2)
Line(int x1, int y1, int x2, int y2, int width)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int x1
public int y1
public int x2
public int y2
public Line()
public Line(int x1, int y1, int x2, int y2)
public Line(int x1, int y1, int x2, int y2, int width)
public String toString()
toString
Object
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.