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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.imagemap.AbstractImageMapEntry
      extended by org.pentaho.reporting.engine.classic.core.imagemap.DefaultImageMapEntry
All Implemented Interfaces:
Serializable, ImageMapEntry

public class DefaultImageMapEntry
extends AbstractImageMapEntry

Todo: Document me!

Date: 26.02.2010 Time: 15:27:22

Author:
Thomas Morgner.
See Also:
Serialized Form

Constructor Summary
DefaultImageMapEntry()
           
 
Method Summary
 float[] getAreaCoordinates()
           
 String getAreaType()
           
 Shape getShape()
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.imagemap.AbstractImageMapEntry
contains, getAttribute, getFirstAttribute, getNames, getNameSpaces, setAttribute, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultImageMapEntry

public DefaultImageMapEntry()
Method Detail

getAreaType

public String getAreaType()

getAreaCoordinates

public float[] getAreaCoordinates()

getShape

public Shape getShape()