| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.graph.ImagemapComponent
public class ImagemapComponent
A representation of a graph component, for an imagemap.
 ImagemapComponent objects are stored in an
 Enumeration.
 The Enumeration contains one ImagemapComponent
 for each component in the graph that is to be represented in an imagemap.
Graph.getImagemapEnumeration(int)| Constructor Summary | |
|---|---|
| ImagemapComponent(ComponentHandle handle,
                  java.awt.Polygon poly,
                  java.lang.String[] tooltips)Constructor. | |
| Method Summary | |
|---|---|
|  ComponentHandle | getComponentHandle()Retrieves the component handle for the represented graph component. | 
|  java.awt.Polygon | getPlacement()Retrieves the polygon that encloses the component. | 
|  java.lang.String[] | getTooltips()Retrieves the array of tooltips for the component that this ImagemapComponentrepresents. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ImagemapComponent(ComponentHandle handle,
                         java.awt.Polygon poly,
                         java.lang.String[] tooltips)
handle - The ComponentHandle for the graph component
               that this ImagemapComponent represents.poly - The Polygon that encloses the represented
               graph component.tooltips - The array of tooltips for the graph component that this
               ImagemapComponent represents.ComponentHandle| Method Detail | 
|---|
public ComponentHandle getComponentHandle()
ComponentHandle class:
 
GroupComponentHandle -- for components that
      represent groups, such as the O1TickLabelSeriesComponentHandle -- for components that
      represent series, such as the LegendTextDataComponentHandle -- for components that represent
      data, such as a DataMarker or TwoDMarker
 NonDataComponentHandle -- for components that do
      not represent data, such as the PlotArea
 
ComponentHandle for the graph component that
          this ImagemapComponent represents.GroupComponentHandle, 
SeriesComponentHandle, 
DataComponentHandle, 
NonDataComponentHandlepublic java.awt.Polygon getPlacement()
Polygon that encloses the graph component that
         this ImagemapComponent represents.public java.lang.String[] getTooltips()
ImagemapComponent represents.
ImagemapComponent represents.Graph.setMarkerTooltipType(int), 
Graph.setGroupTooltipLabelType(int), 
Graph.setSeriesTooltipLabelType(int)| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||