public class Interactive_3D_Surface_Plot extends Object implements ij.plugin.PlugIn, MouseListener, MouseMotionListener, ItemListener
Modifier and Type | Field and Description |
---|---|
protected Color |
bgColor |
protected boolean |
draftDrawing |
protected Color |
lineColor |
Constructor and Description |
---|
Interactive_3D_Surface_Plot() |
Modifier and Type | Method and Description |
---|---|
void |
itemStateChanged(ItemEvent e) |
static void |
main(String[] args) |
void |
mouseClicked(MouseEvent arg0)
*
ACTION LISTENERS *
*
|
void |
mouseDragged(MouseEvent arg0) |
void |
mouseEntered(MouseEvent arg0) |
void |
mouseExited(MouseEvent arg0) |
void |
mouseMoved(MouseEvent arg0) |
void |
mousePressed(MouseEvent arg0) |
void |
mouseReleased(MouseEvent arg0) |
void |
resizeImagePanel(int width,
int height)
Rezises the buffer size of the image.
|
void |
run(String arg) |
protected boolean draftDrawing
protected Color bgColor
protected Color lineColor
public static void main(String[] args)
public void run(String arg)
run
in interface ij.plugin.PlugIn
public void mouseClicked(MouseEvent arg0)
mouseClicked
in interface MouseListener
public void mouseMoved(MouseEvent arg0)
mouseMoved
in interface MouseMotionListener
public void mousePressed(MouseEvent arg0)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent arg0)
mouseReleased
in interface MouseListener
public void mouseDragged(MouseEvent arg0)
mouseDragged
in interface MouseMotionListener
public void mouseEntered(MouseEvent arg0)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent arg0)
mouseExited
in interface MouseListener
public void resizeImagePanel(int width, int height)
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
Copyright © 2015–2021 Fiji. All rights reserved.