public class FreeHandProfile extends Object
Constructor and Description |
---|
FreeHandProfile(Profile profile) |
Modifier and Type | Method and Description |
---|---|
void |
abort()
for abort (ESC pressed for instance)
|
int |
getMouseX() |
int |
getMouseY() |
void |
mouseDragged(MouseEvent me,
int x_d,
int y_d,
double dx,
double dy) |
void |
mousePressed(int x_p,
int y_p) |
void |
mouseReleased(MouseEvent me,
int x_p,
int y_p,
int x_d,
int y_d,
int x_r,
int y_r) |
void |
paint(Graphics g,
double magnification,
Rectangle srcRect,
boolean active) |
public FreeHandProfile(Profile profile)
public void mousePressed(int x_p, int y_p)
public void mouseDragged(MouseEvent me, int x_d, int y_d, double dx, double dy)
public void mouseReleased(MouseEvent me, int x_p, int y_p, int x_d, int y_d, int x_r, int y_r)
public void abort()
public int getMouseX()
public int getMouseY()
Copyright © 2015–2021 Fiji. All rights reserved.