Index
All Classes and Interfaces|All Packages|Serialized Form
O
- O - Enum constant in enum class codedraw.events.Key
- OLD_LACE - Static variable in class codedraw.Palette
- OLIVE - Static variable in class codedraw.Palette
- OLIVE_DRAB - Static variable in class codedraw.Palette
- onKeyDown(EventHandler<KeyDownEventArgs>) - Method in class codedraw.CodeDraw
-
Trigger exactly once when a key is pressed down.
- onKeyPress(EventHandler<KeyPressEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers continuously while a key is being held down.
- onKeyUp(EventHandler<KeyUpEventArgs>) - Method in class codedraw.CodeDraw
-
Trigger exactly once when a key is released.
- onMouseClick(EventHandler<MouseClickEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers once when a mouse button is pressed down and quickly released again.
- onMouseDown(EventHandler<MouseDownEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers exactly once when a mouse button is pressed down.
- onMouseEnter(EventHandler<MouseEnterEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers when the mouse enters the canvas.
- onMouseLeave(EventHandler<MouseLeaveEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers when the mouse leaves the canvas.
- onMouseMove(EventHandler<MouseMoveEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers continuously while the mouse is being moved.
- onMouseUp(EventHandler<MouseUpEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers when a mouse button is released.
- onMouseWheel(EventHandler<MouseWheelEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers each time the mouse wheel is turned.
- onWindowClose(EventHandler<WindowCloseEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers exactly once when the user closes the window or
CodeDraw.close()
is called. - onWindowMove(EventHandler<WindowMoveEventArgs>) - Method in class codedraw.CodeDraw
-
Triggers every time the CodeDraw window is moved.
- OPEN_BRACKET - Enum constant in enum class codedraw.events.Key
- ORANGE - Static variable in class codedraw.Palette
-
This color differs from
Color.ORANGE
. - ORANGE_RED - Static variable in class codedraw.Palette
- ORCHID - Static variable in class codedraw.Palette
All Classes and Interfaces|All Packages|Serialized Form