Package org.jCharts.imageMap
Class RectMapArea
java.lang.Object
org.jCharts.imageMap.ImageMapArea
org.jCharts.imageMap.RectMapArea
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.jCharts.imageMap.ImageMapArea
x, y
-
Constructor Summary
ConstructorsConstructorDescriptionRectMapArea
(Rectangle2D.Float rectangle, double value, String xAxisLabel, String legendLabel) -
Method Summary
Methods inherited from class org.jCharts.imageMap.ImageMapArea
getCoordinates, getLengendLabel, getNumberOfCoordinates, getValue, getXAxisLabel, getXCoordinate, getYCoordinate, toHTML
-
Constructor Details
-
RectMapArea
public RectMapArea(Rectangle2D.Float rectangle, double value, String xAxisLabel, String legendLabel) - Parameters:
rectangle
-value
-xAxisLabel
-legendLabel
-
-
-
Method Details
-
getAreaShape
- Specified by:
getAreaShape
in classImageMapArea
- Returns:
- AreaShape
-