UIX 2.2.16

oracle.cabo.image.util
Class MapUtils

java.lang.Object
  |
  +--oracle.cabo.image.util.MapUtils

public class MapUtils
extends java.lang.Object

Image map utility methods


Method Summary
static void writeTabBarImageMap(MapArea[] areas, Tab[] tabs, java.lang.String mapName, java.io.PrintWriter writer)
          Generates an image map for a tab bar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeTabBarImageMap

public static void writeTabBarImageMap(MapArea[] areas,
                                       Tab[] tabs,
                                       java.lang.String mapName,
                                       java.io.PrintWriter writer)
Generates an image map for a tab bar.

Parameters:
areas - The areas of the tabs
tabs - The tabs. Destinations are specified using DestinationTabs.
mapNme - The name of the image map
PrintWriter - The PrintWriter to use.
Throws:
java.lang.IllegalArgumentException - Thrown if the lengths of the provided arrays (areas, tabs, destinations) are not equal.

UIX 2.2.16