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

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

public class CircleImageMapEntry
extends AbstractImageMapEntry

Todo: Document me!

Date: 25.02.2010 Time: 19:39:38

Author:
Thomas Morgner.
See Also:
Serialized Form

Constructor Summary
CircleImageMapEntry(float x, float y, float radius)
           
 
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

CircleImageMapEntry

public CircleImageMapEntry(float x,
                           float y,
                           float radius)
Method Detail

getAreaType

public String getAreaType()

getAreaCoordinates

public float[] getAreaCoordinates()

getShape

public Shape getShape()