Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.