|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.visualization.util.RadarChart
public class RadarChart
Utility class to generate radar chart
Constructor Summary | |
---|---|
RadarChart(String[] _names,
int[] _values)
Constructor of RaderChart |
Method Summary | |
---|---|
BufferedImage |
getBufferedImage()
Get radar chart as BufferedImage |
void |
writeToPNG(File target)
Write radar chart to file in PNG format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadarChart(String[] _names, int[] _values) throws Exception
_names
- names of axis_values
- values for each axis
Exception
Method Detail |
---|
public BufferedImage getBufferedImage()
BufferedImage
BufferedImage
public void writeToPNG(File target) throws IOException
target
- target file path
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |