public class CwtChartFactory extends Object
| Constructor and Description |
|---|
CwtChartFactory() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.jfree.chart.JFreeChart> |
create2DRidgeCostDS(int spm,
Ridge... r) |
static List<org.jfree.chart.JFreeChart> |
create2DRidgeNeighborhoodDS(int spm,
QuadTree<Ridge> qt,
int radius,
Ridge... r) |
static BufferedImage |
createAdaptiveColorHeatmap(ArrayDouble.D2 array) |
static BufferedImage |
createColorHeatmap(ArrayDouble.D2 array) |
static List<org.jfree.chart.JFreeChart> |
createCostHistogramDS(int nbins,
Ridge... r) |
static List<org.jfree.chart.JFreeChart> |
createNeighborhoodHistogramDS(int spm,
int nbins,
QuadTree<Ridge> qt,
int radius,
Ridge... r) |
static void |
saveImages(File outputDirectory,
String prefix,
List<org.jfree.chart.JFreeChart> l) |
static void |
saveImages(String outputDirectory,
String prefix,
List<org.jfree.chart.JFreeChart> l) |
public static BufferedImage createColorHeatmap(ArrayDouble.D2 array)
array - public static BufferedImage createAdaptiveColorHeatmap(ArrayDouble.D2 array)
array - public static List<org.jfree.chart.JFreeChart> createCostHistogramDS(int nbins, Ridge... r)
public static List<org.jfree.chart.JFreeChart> createNeighborhoodHistogramDS(int spm, int nbins, QuadTree<Ridge> qt, int radius, Ridge... r)
public static List<org.jfree.chart.JFreeChart> create2DRidgeCostDS(int spm, Ridge... r)
public static List<org.jfree.chart.JFreeChart> create2DRidgeNeighborhoodDS(int spm, QuadTree<Ridge> qt, int radius, Ridge... r)
public static void saveImages(File outputDirectory, String prefix, List<org.jfree.chart.JFreeChart> l)
Copyright © 2007-2013. All Rights Reserved.