com.ijchart.xychart.web
Interface IAreaFragment

All Known Implementing Classes:
DefaultAreaFragment

public interface IAreaFragment

Title: IJChart

Description: a chart library for the Java(tm) platform.

Interface for calculate area function of hotspot shape.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.

Method Summary
 java.lang.String getFragment(int shapeIndex, IChartData data)
           Returns the area fragment of hotspot shape.
 

Method Detail

getFragment

java.lang.String getFragment(int shapeIndex,
                             IChartData data)
Returns the area fragment of hotspot shape.

Parameters:
shapeIndex - int The index of shape in collection.
data - IChartData The IChartData object (maybe null).
Returns:
String The area segment.