Class Area
java.lang.Object
|
+----Area
- public class Area
- extends Object
The Area class represents a clickable space
This class is for testing purposes only and does not need to be present to use the XLinkFilter, LinkSet, or Link classes with other applications.
- Version:
- 0.11 - Last Modified 12/5/98
Copyright 1998 Simon St.Laurent
Information at: http://www.simonstl.com/projects/xlinkfilter/
This code is licensed by Simon St.Laurent under the Mozilla Public License.
See http://www.mozilla.org/MPL/ for details.
No warranty provided - use at your own risk
-
bottom
-
-
left
-
-
right
-
-
top
-
-
Area(String, String, int, int, int, int)
-
-
getId()
-
-
isInArea(int, int)
-
-
toString()
-
left
public int left
top
public int top
right
public int right
bottom
public int bottom
Area
public Area(String id,
String shape,
int left,
int top,
int right,
int bottom)
getId
public String getId()
isInArea
public boolean isInArea(int x,
int y)
toString
public String toString()
- Overrides:
- toString in class Object