* A helper class with static methods for saving Charts as bitmaps
*
*
* @author timmolter
*/
publicfinalclassBitmapEncoder{
...
...
@@ -56,7 +56,7 @@ public final class BitmapEncoder {
/**
* Save a Chart as an image file
*
*
* @param chart
* @param fileName
* @param bitmapFormat
...
...
@@ -72,8 +72,9 @@ public final class BitmapEncoder {
}
/**
* Save a chart as a PNG with a custom DPI. The default DPI is 72, which is fine for displaying charts on a computer monitor, but for printing charts, a DPI of around 300 is much better.
*
* Save a chart as a PNG with a custom DPI. The default DPI is 72, which is fine for displaying charts on a computer monitor, but for printing
* charts, a DPI of around 300 is much better.
*
* @param chart
* @param fileName
* @param DPI
...
...
@@ -83,7 +84,8 @@ public final class BitmapEncoder {