gui.ava.html.imagemap
Class ElementBox
java.lang.Object
gui.ava.html.imagemap.ElementBox
public class ElementBox
- extends Object
- Author:
- Yoav Aharoni
|
Constructor Summary |
ElementBox(Element element,
int left,
int top,
int width,
int height)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementBox
public ElementBox(Element element,
int left,
int top,
int width,
int height)
getElement
public Element getElement()
getLeft
public int getLeft()
getTop
public int getTop()
getWidth
public int getWidth()
getHeight
public int getHeight()
getRight
public int getRight()
getBottom
public int getBottom()
isEmpty
public boolean isEmpty()
containedIn
public boolean containedIn(Collection<ElementBox> elementBoxes)
containedIn
public boolean containedIn(ElementBox box)
Copyright © 2010. All Rights Reserved.