Package org.jCharts.imageMap
Class RectMapArea
- java.lang.Object
-
- org.jCharts.imageMap.ImageMapArea
-
- org.jCharts.imageMap.RectMapArea
-
- All Implemented Interfaces:
java.io.Serializable
public final class RectMapArea extends ImageMapArea implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jCharts.imageMap.ImageMapArea
x, y
-
-
Constructor Summary
Constructors Constructor Description RectMapArea(java.awt.geom.Rectangle2D.Float rectangle, double value, java.lang.String xAxisLabel, java.lang.String legendLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreaShape
getAreaShape()
-
Methods inherited from class org.jCharts.imageMap.ImageMapArea
getCoordinates, getLengendLabel, getNumberOfCoordinates, getValue, getXAxisLabel, getXCoordinate, getYCoordinate, toHTML
-
-
-
-
Method Detail
-
getAreaShape
public AreaShape getAreaShape()
- Specified by:
getAreaShape
in classImageMapArea
- Returns:
- AreaShape
-
-