| Package | Description |
|---|---|
| umcg.genetica.graphics |
| Modifier and Type | Method and Description |
|---|---|
static ScatterPlot.OUTPUTFORMAT |
ScatterPlot.OUTPUTFORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScatterPlot.OUTPUTFORMAT[] |
ScatterPlot.OUTPUTFORMAT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScatterPlot(int sizeX,
int sizeY,
double[] x,
double[] y,
int[] category,
String[] categoryDescriptions,
Color[] categoryColors,
ScatterPlot.OUTPUTFORMAT format,
String title,
String subtitle,
String outfile,
boolean crossAxisAtZero) |
ScatterPlot(int sizeX,
int sizeY,
double[] x,
double[] y,
ScatterPlot.OUTPUTFORMAT format,
String outfile) |
ScatterPlot(int sizeX,
int sizeY,
double unitX,
double unitY,
double[] x,
double[] y,
ScatterPlot.OUTPUTFORMAT format,
String outfile) |
Copyright © 2015. All Rights Reserved.