public class Plot_Dots extends Object implements ij.plugin.PlugIn, MouseMotionListener
Modifier and Type | Field and Description |
---|---|
static int |
CTRL_HEIGHT |
static DecimalFormat |
DF |
static boolean |
drawLabels |
static Font |
FONT |
static int |
INDENT |
String[] |
labels |
static int |
size |
double[] |
x |
String |
xLabel |
double[] |
y |
String |
yLabel |
Constructor and Description |
---|
Plot_Dots() |
Modifier and Type | Method and Description |
---|---|
void |
create() |
void |
drawAxis() |
void |
drawNearestPoint(double xi,
double yi) |
void |
drawPoint(int i,
int c) |
void |
drawPoints() |
void |
drawPos(double x,
double y) |
void |
drawXMarker(double x) |
void |
drawYMarker(double y) |
int |
getNearestPoint(double xi,
double yi) |
double |
max(double[] values) |
double |
min(double[] values) |
void |
mouseDragged(MouseEvent e) |
void |
mouseEntered(MouseEvent e) |
void |
mouseMoved(MouseEvent e) |
void |
mouxeExited(MouseEvent e) |
void |
run(String arg) |
public double[] x
public double[] y
public String[] labels
public static final int size
public String xLabel
public String yLabel
public static final Font FONT
public static final DecimalFormat DF
public static final int INDENT
public static final int CTRL_HEIGHT
public static boolean drawLabels
public void run(String arg)
run
in interface ij.plugin.PlugIn
public void create()
public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
public int getNearestPoint(double xi, double yi)
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
public void mouseEntered(MouseEvent e)
public void mouxeExited(MouseEvent e)
public void drawAxis()
public void drawPos(double x, double y)
public void drawNearestPoint(double xi, double yi)
public void drawXMarker(double x)
public void drawYMarker(double y)
public void drawPoint(int i, int c)
public void drawPoints()
public double max(double[] values)
public double min(double[] values)
Copyright © 2015–2021 Fiji. All rights reserved.