Uses of Class
org.apache.myfaces.trinidadinternal.image.util.MapArea

Packages that use MapArea
org.apache.myfaces.trinidadinternal.image   
org.apache.myfaces.trinidadinternal.image.xml   
 

Uses of MapArea in org.apache.myfaces.trinidadinternal.image
 

Methods in org.apache.myfaces.trinidadinternal.image that return types with arguments of type MapArea
 java.util.Collection<MapArea> ImageProviderResponse.getMapAreas()
          Returns an ImmutableArray of MapArea objects which describe the regions of the image which should be included in the image's map.
 

Uses of MapArea in org.apache.myfaces.trinidadinternal.image.xml
 

Methods in org.apache.myfaces.trinidadinternal.image.xml that return MapArea
static MapArea[] ImageProviderRequestUtils.createMapAreas(ImageContext context, XMLProvider provider, org.xml.sax.InputSource source)
          Creates an array of MapAreas from an InputSource containing a single imageMap element.
 

Methods in org.apache.myfaces.trinidadinternal.image.xml with parameters of type MapArea
static void ImageProviderRequestUtils.encodeImageMapAreas(ImageContext context, java.lang.String namespaceURI, java.lang.String localName, MapArea[] areas, java.io.PrintWriter writer)
          Encodes the MapAreas into the XML representation.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.