Uses of Interface
org.pentaho.reporting.engine.classic.core.imagemap.ImageMapEntry

Packages that use ImageMapEntry
org.pentaho.reporting.engine.classic.core.imagemap   
 

Uses of ImageMapEntry in org.pentaho.reporting.engine.classic.core.imagemap
 

Classes in org.pentaho.reporting.engine.classic.core.imagemap that implement ImageMapEntry
 class AbstractImageMapEntry
          Todo: Document me!

Date: 25.02.2010 Time: 19:40:08

 class CircleImageMapEntry
          Todo: Document me!

Date: 25.02.2010 Time: 19:39:38

 class DefaultImageMapEntry
          Todo: Document me!

Date: 26.02.2010 Time: 15:27:22

 class PolygonImageMapEntry
          Todo: Document me!

Date: 25.02.2010 Time: 19:48:22

 class RectangleImageMapEntry
          Todo: Document me!

Date: 25.02.2010 Time: 19:47:00

 

Methods in org.pentaho.reporting.engine.classic.core.imagemap that return ImageMapEntry
 ImageMapEntry[] ImageMap.getEntriesForPoint(float x, float y)
           
 ImageMapEntry[] ImageMap.getMapEntries()
           
 ImageMapEntry ImageMap.getMapEntry(int index)
           
 

Methods in org.pentaho.reporting.engine.classic.core.imagemap with parameters of type ImageMapEntry
 void ImageMap.addMapEntry(ImageMapEntry mapEntry)