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

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractImageMapEntry, CircleImageMapEntry, DefaultImageMapEntry, PolygonImageMapEntry, RectangleImageMapEntry

public interface ImageMapEntry
extends Serializable

Todo: Document me!

Date: 25.02.2010 Time: 19:36:47

Author:
Thomas Morgner.

Method Summary
 boolean contains(float x, float y)
           
 float[] getAreaCoordinates()
           
 String getAreaType()
           
 String getAttribute(String namespace, String name)
           
 String[] getNames(String namespace)
           
 String[] getNameSpaces()
           
 Shape getShape()
           
 

Method Detail

getAreaType

String getAreaType()

getAreaCoordinates

float[] getAreaCoordinates()

getAttribute

String getAttribute(String namespace,
                    String name)

getNameSpaces

String[] getNameSpaces()

getNames

String[] getNames(String namespace)

contains

boolean contains(float x,
                 float y)

getShape

Shape getShape()