Uses of Class
org.apache.ecs.html.Area

Packages that use Area
org.apache.ecs.html   
 

Uses of Area in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return Area
 Area Area.setShape(java.lang.String shape)
          Sets the SHAPE="" attribute
 Area Area.setCoords(java.lang.String coords)
          Sets the COORDS="" attribute
 Area Area.setCoords(int[] coords)
          Sets the COORDS="" attribute
 Area Area.setHref(java.lang.String href)
          Sets the HREF="" attribute
 Area Area.setAlt(java.lang.String alt)
          Sets the ALT="" attribute
 Area Area.setTabindex(java.lang.String index)
          Sets the TABINDEX="" attribute
 Area Area.setTabindex(int index)
          Sets the TABINDEX="" attribute
 Area Area.setNoHref(boolean href)
          Sets the nohref
 Area Area.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Area Area.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Area Area.addElement(java.lang.String element)
          Add an element to the element
 Area Area.addElement(Element element)
          Add an element to the element
 Area Area.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.