Plot.DefaultDataPanelcolor, coordNoted, datapanel, layers, name, note_precision, noted, plotCanvas, visible| Constructor and Description |
|---|
ScatterPlot(String n,
Color c,
boolean[][] _pattern,
double[][] _XY) |
ScatterPlot(String n,
Color c,
double[][] _XY) |
ScatterPlot(String n,
Color c,
int _type,
int _radius,
double[][] _XY) |
| Modifier and Type | Method and Description |
|---|---|
double[][] |
getBounds()
This method should be abstract, but for backward compatibility, here is a basic impl.
|
double[][] |
getData() |
double[] |
isSelected(int[] screenCoordTest,
AbstractDrawer draw) |
static void |
main(String[] args) |
void |
noteCoord(AbstractDrawer draw,
double[] coordNoted) |
void |
plot(AbstractDrawer draw,
Color c) |
void |
setData(double[][] d) |
void |
setDotPattern(boolean[][] t) |
void |
setDotPattern(int t) |
void |
setTags(String[] tags) |
addGaussQuantiles, addGaussQuantiles, addLayer, addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, addVector, clearLayers, edit, editnote, getBounds, getColor, getDataPanel, getName, getVisible, note, plot, plotLayerPlots, setColor, setName, setVisiblepublic void plot(AbstractDrawer draw, Color c)
public void setDotPattern(int t)
public void setDotPattern(boolean[][] t)
public double[][] getBounds()
Plotpublic double[] isSelected(int[] screenCoordTest,
AbstractDrawer draw)
isSelected in interface EditableisSelected in interface NoteableisSelected in class Plotpublic static void main(String[] args)
public void setTags(String[] tags)
tags - the tags to setpublic void noteCoord(AbstractDrawer draw, double[] coordNoted)
Copyright © 2015. All rights reserved.