public class RadarChart extends Object
Constructor and Description |
---|
RadarChart(String[] _names,
int[] _values)
Constructor of RaderChart
|
Modifier and Type | Method and Description |
---|---|
BufferedImage |
getBufferedImage()
Get radar chart as
BufferedImage |
void |
writeToPNG(File target)
Write radar chart to file in PNG format
|
public BufferedImage getBufferedImage()
BufferedImage
BufferedImage
public void writeToPNG(File target) throws IOException
target
- target file pathIOException