|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.drawing.CanvasCommand
public class CanvasCommand
Class CanvasCommand
| Field Summary | |
|---|---|
DisplayCanvas |
canvas
_more_ |
static boolean |
debug
_more_ |
AWTEvent |
firstEvent
_more_ |
Point |
originalPoint
_more_ |
| Constructor Summary | |
|---|---|
CanvasCommand(DisplayCanvas canvas,
AWTEvent firstEvent,
int x,
int y)
_more_ |
|
| Method Summary | |
|---|---|
void |
debug(String msg)
_more_ |
void |
doAbort()
_more_ |
protected void |
doComplete()
_more_ |
boolean |
doesChangeGlyphs()
_more_ |
CanvasCommand |
doFocusGained(FocusEvent e)
_more_ |
CanvasCommand |
doFocusLost(FocusEvent e)
_more_ |
CanvasCommand |
doKeyPress(KeyEvent e)
_more_ |
CanvasCommand |
doKeyReleased(KeyEvent e)
_more_ |
CanvasCommand |
doMouseClicked(MouseEvent e,
int x,
int y)
_more_ |
CanvasCommand |
doMouseDragged(MouseEvent e,
int x,
int y)
_more_ |
CanvasCommand |
doMousePressed(MouseEvent e,
int x,
int y)
_more_ |
CanvasCommand |
doMouseReleased(MouseEvent e,
int x,
int y)
_more_ |
void |
doPaint(Graphics graphics)
_more_ |
Cursor |
getCursor()
_more_ |
String |
getDescription()
_more_ |
boolean |
isAtomic()
_more_ |
void |
paint(Graphics g)
_more_ |
void |
repaint()
_more_ |
void |
repaint(Rectangle r)
_more_ |
String |
toString()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public DisplayCanvas canvas
public AWTEvent firstEvent
public Point originalPoint
public static boolean debug
| Constructor Detail |
|---|
public CanvasCommand(DisplayCanvas canvas,
AWTEvent firstEvent,
int x,
int y)
canvas - firstEvent - x - y - | Method Detail |
|---|
public boolean doesChangeGlyphs()
public void debug(String msg)
msg - public String getDescription()
public boolean isAtomic()
public void doAbort()
protected void doComplete()
public Cursor getCursor()
public CanvasCommand doFocusGained(FocusEvent e)
e -
public CanvasCommand doFocusLost(FocusEvent e)
e -
public void doPaint(Graphics graphics)
graphics -
public CanvasCommand doMouseClicked(MouseEvent e,
int x,
int y)
e - x - y -
public CanvasCommand doMousePressed(MouseEvent e,
int x,
int y)
e - x - y -
public CanvasCommand doMouseReleased(MouseEvent e,
int x,
int y)
e - x - y -
public CanvasCommand doMouseDragged(MouseEvent e,
int x,
int y)
e - x - y -
public CanvasCommand doKeyReleased(KeyEvent e)
e -
public CanvasCommand doKeyPress(KeyEvent e)
e -
public String toString()
toString in class Objectpublic void paint(Graphics g)
g - public void repaint()
public void repaint(Rectangle r)
r -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||