Index
All Classes and Interfaces|All Packages
G
- G - Enum constant in enum class codedraw.Key
- GAINSBORO - Static variable in class codedraw.Palette
- get(int, int) - Method in class codedraw.Matrix2D
-
Gets a value from this matrix.
- getAllScreens() - Static method in class codedraw.Screen
-
Creates a list of all attached screens of this computer.
- getCanvasPositionX() - Method in class codedraw.CodeDraw
-
Gets the distance in pixel from the top left corner of the default screen to the top left corner of the CodeDraw canvas.
- getCanvasPositionX() - Method in class codedraw.WindowMoveEvent
-
Gets the distance in pixel from the top left corner of the screen to the top left corner of CodeDraw canvas.
- getCanvasPositionY() - Method in class codedraw.CodeDraw
-
Gets the distance in pixel from the top left corner of the default screen to the top left corner of the CodeDraw canvas.
- getCanvasPositionY() - Method in class codedraw.WindowMoveEvent
-
Gets the distance in pixel from the top left corner of the screen to the top left corner of CodeDraw canvas.
- getChar() - Method in class codedraw.KeyDownEvent
-
Gets the character representation of the key that was pressed.
- getChar() - Method in class codedraw.KeyPressEvent
-
Gets the character representation of the key that was pressed.
- getChar() - Method in class codedraw.KeyUpEvent
-
Gets the character representation of the key that was pressed.
- getColor() - Method in class codedraw.Image
-
Defines the color that is used for drawing all shapes.
- getCorner() - Method in class codedraw.Image
-
Defines how the corners of drawn shapes should look.
- getCurrentX() - Method in class codedraw.Path
-
Gets the current position of the path.
- getCurrentY() - Method in class codedraw.Path
-
Gets the current position of the path.
- getCursorStyle() - Method in class codedraw.BorderlessWindow
-
Defines the style of the cursor while hovering over the CodeDraw canvas.
- getCursorStyle() - Method in class codedraw.CodeDraw
-
Defines the style of the cursor while hovering over the CodeDraw canvas.
- getCursorStyle() - Method in class codedraw.FullScreen
-
Defines the style of the cursor while hovering over the CodeDraw canvas.
- getDefaultScreen() - Static method in class codedraw.Screen
-
Returns the default screen of this computer.
- getEventScanner() - Method in class codedraw.BorderlessWindow
-
Gets the EventScanner of this CodeDraw window.
- getEventScanner() - Method in class codedraw.CodeDraw
-
Gets the EventScanner of this CodeDraw window.
- getEventScanner() - Method in class codedraw.FullScreen
-
Gets the EventScanner of this CodeDraw window.
- getExtendedKeyCode() - Method in class codedraw.KeyDownEvent
-
Returns the key code of the key pressed.
- getExtendedKeyCode() - Method in class codedraw.KeyPressEvent
-
Returns the key code of the key pressed.
- getExtendedKeyCode() - Method in class codedraw.KeyUpEvent
-
Returns the key code of the key pressed.
- getFontName() - Method in class codedraw.TextFormat
-
Defines the font of the drawn text.
- getFontSize() - Method in class codedraw.TextFormat
-
Defines the font size of the drawn text.
- getHeight() - Method in class codedraw.Image
-
This height of this image.
- getHeight() - Method in class codedraw.Screen
-
The height in pixels of this monitor.
- getKey() - Method in class codedraw.KeyDownEvent
-
Gets the key that was pressed to trigger the event.
- getKey() - Method in class codedraw.KeyPressEvent
-
Gets the key that was pressed to trigger the event.
- getKey() - Method in class codedraw.KeyUpEvent
-
Gets the key that was pressed to trigger the event.
- getLineWidth() - Method in class codedraw.Image
-
Defines the width or thickness of drawn shapes and lines.
- getMouseButton() - Method in class codedraw.MouseClickEvent
-
Gets the type of mouse button that was pressed to trigger the event.
- getMouseButton() - Method in class codedraw.MouseDownEvent
-
Gets the type of mouse button that was pressed to trigger the event.
- getMouseButton() - Method in class codedraw.MouseUpEvent
-
Gets the type of mouse button that was pressed to trigger the event.
- getName() - Method in class codedraw.Screen
-
The name of this monitor.
- getPixel(int, int) - Method in class codedraw.Image
-
Returns the pixel color at the specified location.
- getScreen() - Method in class codedraw.FullScreen
-
Gets the screen the full screen window is currently displayed on.
- getTextFormat() - Method in class codedraw.Image
-
Defines the styling of drawn text.
- getTextOrigin() - Method in class codedraw.TextFormat
-
Defines the origin of the drawn text relative to the position specified in the
Image.drawText(double, double, String)
method. - getTitle() - Method in class codedraw.BorderlessWindow
-
The title is the description displayed in many places on your operating system.
- getTitle() - Method in class codedraw.CodeDraw
-
The title is the text displayed in the top left corner of the CodeDraw window.
- getTitle() - Method in class codedraw.FullScreen
-
The title is the description displayed in many places on your operating system.
- getTransformation() - Method in class codedraw.Image
-
Gets the currently applied transformation of this image.
- getUnderline() - Method in class codedraw.TextFormat
-
Defines the underline styling of the drawn text.
- getWheelRotation() - Method in class codedraw.MouseWheelEvent
-
Returns the amount of wheel rotation.
- getWidth() - Method in class codedraw.Image
-
This width of this image.
- getWidth() - Method in class codedraw.Screen
-
The width in pixels of this monitor.
- getWindowPositionX() - Method in class codedraw.BorderlessWindow
-
Gets the distance in pixel from the top left corner of the default screen to the top left corner of the borderless window.
- getWindowPositionX() - Method in class codedraw.CodeDraw
-
Gets the distance in pixel from the top left corner of the default screen to the top left corner of the CodeDraw window.
- getWindowPositionX() - Method in class codedraw.FullScreen
-
Gets the distance in pixel from the top left corner of the default screen to the top left corner of the fullscreen window.
- getWindowPositionX() - Method in class codedraw.WindowMoveEvent
-
Gets the distance in pixel from the top left corner of the screen to the top left corner of CodeDraw window.
- getWindowPositionY() - Method in class codedraw.BorderlessWindow
-
Gets the distance in pixel from the top left corner of the default screen to the top left corner of the borderless window.
- getWindowPositionY() - Method in class codedraw.CodeDraw
-
Gets the distance in pixel from the top left corner of the default screen to the top left corner of the CodeDraw window.
- getWindowPositionY() - Method in class codedraw.FullScreen
-
Gets the distance in pixel from the top left corner of the default screen to the top left corner of the fullscreen window.
- getWindowPositionY() - Method in class codedraw.WindowMoveEvent
-
Gets the distance in pixel from the top left corner of the screen to the top left corner of CodeDraw window.
- getX() - Method in class codedraw.MouseClickEvent
-
Gets the distance in pixel from the left side of the canvas to the mouse.
- getX() - Method in class codedraw.MouseDownEvent
-
Gets the distance in pixel from the left side of the canvas to the mouse.
- getX() - Method in class codedraw.MouseEnterEvent
-
Gets the distance in pixel from the left side of the canvas to the mouse.
- getX() - Method in class codedraw.MouseLeaveEvent
-
Gets the distance in pixel from the left side of the canvas to the mouse.
- getX() - Method in class codedraw.MouseMoveEvent
-
Gets the distance in pixel from the left side of the canvas to the mouse.
- getX() - Method in class codedraw.MouseUpEvent
-
Gets the distance in pixel from the left side of the canvas to the mouse.
- getX() - Method in class codedraw.Point2D
-
The x component of the point.
- getY() - Method in class codedraw.MouseClickEvent
-
Gets the distance in pixel from the top side of the canvas to the mouse.
- getY() - Method in class codedraw.MouseDownEvent
-
Gets the distance in pixel from the top side of the canvas to the mouse.
- getY() - Method in class codedraw.MouseEnterEvent
-
Gets the distance in pixel from the top side of the canvas to the mouse.
- getY() - Method in class codedraw.MouseLeaveEvent
-
Gets the distance in pixel from the top side of the canvas to the mouse.
- getY() - Method in class codedraw.MouseMoveEvent
-
Gets the distance in pixel from the top side of the canvas to the mouse.
- getY() - Method in class codedraw.MouseUpEvent
-
Gets the distance in pixel from the top side of the canvas to the mouse.
- getY() - Method in class codedraw.Point2D
-
The y component of the point.
- GHOST_WHITE - Static variable in class codedraw.Palette
- GIF - Enum constant in enum class codedraw.ImageFormat
- GOLD - Static variable in class codedraw.Palette
- GOLDEN_ROD - Static variable in class codedraw.Palette
- GRAY - Static variable in class codedraw.Palette
-
This color differs from
Color.GRAY
. - GREATER - Enum constant in enum class codedraw.Key
- GREEN - Static variable in class codedraw.Palette
-
This color differs from
Color.GREEN
. - GREEN_YELLOW - Static variable in class codedraw.Palette
All Classes and Interfaces|All Packages