A B C D E F G H I J K L M N O P R S T U V W Y
K
- KeyInterpreter - Class in coffeedraw
-
KeyInterpreteris the class that processes key events and calls the appropriate methods inWindowController. - KeyInterpreter(Object, DrawingCanvas) - Constructor for class coffeedraw.KeyInterpreter
-
Construct a
KeyInterpreterthat will listen for key events on the givencanvasand relay them to thetargetobject. - keyPressed(KeyEvent) - Method in class coffeedraw.KeyInterpreter
-
Deprecated.for internal use only
- keyReleased(KeyEvent) - Method in class coffeedraw.KeyInterpreter
-
Deprecated.for internal use only
- keyTyped(KeyEvent) - Method in class coffeedraw.KeyInterpreter
-
Deprecated.for internal use only
- kill() - Method in class coffeedraw.ActiveObject
-
Kill this ActiveObject, stopping whatever it is doing.
- killAll() - Static method in class coffeedraw.ActiveObject
-
Call the
kill()method of everyActiveObjectcurrently running.