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

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

public class PolygonImageMapEntry
extends AbstractImageMapEntry

Todo: Document me!

Date: 25.02.2010 Time: 19:48:22

Author:
Thomas Morgner.
See Also:
Serialized Form

Constructor Summary
PolygonImageMapEntry(float[] coordinates)
           
 
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

PolygonImageMapEntry

public PolygonImageMapEntry(float[] coordinates)
Method Detail

getAreaType

public String getAreaType()

getAreaCoordinates

public float[] getAreaCoordinates()

getShape

public Shape getShape()