Class Link
java.lang.Object
|
+----Link
- public class Link
- extends Object
-
displayString
-
-
url
-
-
urlString
-
-
xleft
-
-
xright
-
-
ybottom
-
-
ytop
-
-
Link(String, String, int)
-
-
setCoords(int, int, int, int)
-
displayString
protected String displayString
urlString
protected String urlString
url
protected URL url
xleft
protected int xleft
xright
protected int xright
ytop
protected int ytop
ybottom
protected int ybottom
Link
public Link(String displayString,
String urlString,
int xleft)
setCoords
public void setCoords(int xleft,
int xright,
int ytop,
int ybottom)