gui.ava.html.imagemap
Class ElementBox

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean containedIn(Collection<ElementBox> elementBoxes)
           
 boolean containedIn(ElementBox box)
           
 int getBottom()
           
 Element getElement()
           
 int getHeight()
           
 int getLeft()
           
 int getRight()
           
 int getTop()
           
 int getWidth()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementBox

public ElementBox(Element element,
                  int left,
                  int top,
                  int width,
                  int height)
Method Detail

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.