NetCharts Pro

netcharts.pro.util
Class NFServerGeneratedImage.MapElement

java.lang.Object
  |
  +--netcharts.pro.util.NFServerGeneratedImage.MapElement
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NFServerGeneratedImage

public static class NFServerGeneratedImage.MapElement
extends java.lang.Object
implements java.io.Serializable

Internal representation of an image map element.

See Also:
Serialized Form

Constructor Summary
NFServerGeneratedImage.MapElement()
          Create a new empty image map element.
NFServerGeneratedImage.MapElement(java.lang.String label, java.net.URL url, java.lang.String target, java.awt.Shape element)
          Create a new image map element with the specified values.
NFServerGeneratedImage.MapElement(java.lang.String label, java.net.URL url, java.lang.String target, java.awt.Shape element, int selectedItemIndex, java.lang.String selectedItemParam)
          Create a new image map element with the specified values.
NFServerGeneratedImage.MapElement(java.lang.String label, java.net.URL url, java.lang.String target, java.awt.Shape element, int selectedItemIndex, java.lang.String selectedItemParam, java.lang.String selectedItemLabels)
          Create a new image map element with the specified values.
 
Method Summary
 java.awt.Shape getElement()
          Get the bounding shape for this image map element.
 java.lang.String getLabel()
          Get the label for this image map element.
 int getSelectedItemIndex()
          Get the CDL Parameter index for this image map element.
 java.lang.String getSelectedItemLabels()
          Get the chart specific data corresponding to the Item over which this ActiveLabel appears.
 java.lang.String getSelectedItemParam()
          Get the CDL Parameter for this image map element.
 java.lang.String getTarget()
          Get the frame target for this image map element's URL.
 java.net.URL getURL()
          Get the URL for this image map element.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFServerGeneratedImage.MapElement

public NFServerGeneratedImage.MapElement()
Create a new empty image map element.

NFServerGeneratedImage.MapElement

public NFServerGeneratedImage.MapElement(java.lang.String label,
                                         java.net.URL url,
                                         java.lang.String target,
                                         java.awt.Shape element)
Create a new image map element with the specified values.
Parameters:
label - The label for this image map element.
url - The URL for this image map element.
target - The frame target for this image map's URL.
element - The bounding shape for this image map element.

NFServerGeneratedImage.MapElement

public NFServerGeneratedImage.MapElement(java.lang.String label,
                                         java.net.URL url,
                                         java.lang.String target,
                                         java.awt.Shape element,
                                         int selectedItemIndex,
                                         java.lang.String selectedItemParam)
Create a new image map element with the specified values.
Parameters:
label - The label for this image map element.
url - The URL for this image map element.
target - The frame target for this image map's URL.
element - The bounding shape for this image map element.
selectedItemIndex - The CDL Parameter index for this image map element.
selectedItemParam - The CDL Parameter for this image map element.

NFServerGeneratedImage.MapElement

public NFServerGeneratedImage.MapElement(java.lang.String label,
                                         java.net.URL url,
                                         java.lang.String target,
                                         java.awt.Shape element,
                                         int selectedItemIndex,
                                         java.lang.String selectedItemParam,
                                         java.lang.String selectedItemLabels)
Create a new image map element with the specified values.
Parameters:
label - The label for this image map element.
url - The URL for this image map element.
target - The frame target for this image map's URL.
element - The bounding shape for this image map element.
selectedItemIndex - The CDL Parameter index for this image map element.
selectedItemParam - The CDL Parameter for this image map element.
Method Detail

getLabel

public java.lang.String getLabel()
Get the label for this image map element.
Returns:
The label for this image map element.

getURL

public java.net.URL getURL()
Get the URL for this image map element.
Returns:
The URL for this image map element.

getTarget

public java.lang.String getTarget()
Get the frame target for this image map element's URL.
Returns:
The frame target for this image map element's URL.

getElement

public java.awt.Shape getElement()
Get the bounding shape for this image map element.
Returns:
The bounding shape for this image map element.

getSelectedItemIndex

public int getSelectedItemIndex()
Get the CDL Parameter index for this image map element.
Returns:
The CDL Parameter index for this image map element.

getSelectedItemParam

public java.lang.String getSelectedItemParam()
Get the CDL Parameter for this image map element.
Returns:
The CDL Parameter for this image map element.

getSelectedItemLabels

public java.lang.String getSelectedItemLabels()
Get the chart specific data corresponding to the Item over which this ActiveLabel appears.
Returns:
The chart specific data corresponding to the Item over which this ActiveLabel appears.

NetCharts Pro


Visual Mining, Inc.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2004
All Rights Reserved.

NetCharts Pro TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Apr 1, 2004