org.pentaho.reporting.engine.classic.core.imagemap
Class ImageMap

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.imagemap.ImageMap
All Implemented Interfaces:
Serializable

public class ImageMap
extends Object
implements Serializable

Todo: Document me!

Date: 25.02.2010 Time: 19:36:07

Author:
Thomas Morgner.
See Also:
Serialized Form

Constructor Summary
ImageMap()
           
 
Method Summary
 void addMapEntry(ImageMapEntry mapEntry)
           
 String getAttribute(String namespace, String attribute)
           
 ImageMapEntry[] getEntriesForPoint(float x, float y)
           
 ImageMapEntry[] getMapEntries()
           
 ImageMapEntry getMapEntry(int index)
           
 int getMapEntryCount()
           
 String[] getNames(String namespace)
           
 String[] getNameSpaces()
           
 void setAttribute(String namespace, String attribute, String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMap

public ImageMap()
Method Detail

addMapEntry

public void addMapEntry(ImageMapEntry mapEntry)

getMapEntries

public ImageMapEntry[] getMapEntries()

getMapEntryCount

public int getMapEntryCount()

getMapEntry

public ImageMapEntry getMapEntry(int index)

setAttribute

public void setAttribute(String namespace,
                         String attribute,
                         String value)

getAttribute

public String getAttribute(String namespace,
                           String attribute)

getNames

public String[] getNames(String namespace)

getNameSpaces

public String[] getNameSpaces()

getEntriesForPoint

public ImageMapEntry[] getEntriesForPoint(float x,
                                          float y)