Index
All Classes and Interfaces|All Packages
I
- I - Enum constant in enum class codedraw.Key
- IDENTITY - Static variable in class codedraw.Matrix2D
-
The identity matrix.
- Image - Class in codedraw
-
This class represents an image that can be used within the CodeDraw library.
- Image(int, int) - Constructor for class codedraw.Image
-
Creates a white image of the specified size.
- Image(int, int, Color) - Constructor for class codedraw.Image
-
Creates an image of the specified size with a custom background color.
- Image(Image) - Constructor for class codedraw.Image
-
Creates a copy of the image supplied as a parameter.
- Image(Image) - Constructor for class codedraw.Image
-
Creates an image from the
Image
supplied as a parameter. - ImageFormat - Enum Class in codedraw
-
Defines possible image formats.
- INDIAN_RED - Static variable in class codedraw.Palette
- INDIGO - Static variable in class codedraw.Palette
- INPUT_METHOD_ON_OFF - Enum constant in enum class codedraw.Key
- INSERT - Enum constant in enum class codedraw.Key
- INT_ARGB - Enum constant in enum class codedraw.BufferedImageType
- INT_ARGB_PRE - Enum constant in enum class codedraw.BufferedImageType
- INT_BGR - Enum constant in enum class codedraw.BufferedImageType
- INT_RGB - Enum constant in enum class codedraw.BufferedImageType
- Interpolation - Enum Class in codedraw
-
Interpolation defines how drawn images are upscaled and downscaled.
- inverse() - Method in class codedraw.Matrix2D
-
Calculates the inverse of this matrix.
- INVERTED_EXCLAMATION_MARK - Enum constant in enum class codedraw.Key
- isAltDown() - Method in class codedraw.KeyDownEvent
-
Gets whether alt was pressed.
- isAltDown() - Method in class codedraw.KeyPressEvent
-
Gets whether alt was pressed.
- isAltDown() - Method in class codedraw.KeyUpEvent
-
Gets whether alt was pressed.
- isAltGraphDown() - Method in class codedraw.KeyDownEvent
-
Gets whether alt graph was pressed.
- isAltGraphDown() - Method in class codedraw.KeyPressEvent
-
Gets whether alt graph was pressed.
- isAltGraphDown() - Method in class codedraw.KeyUpEvent
-
Gets whether alt graph was pressed.
- isAlwaysOnTop() - Method in class codedraw.BorderlessWindow
-
Always on top defines whether this window is placed on top of all other windows.
- isAlwaysOnTop() - Method in class codedraw.CodeDraw
-
Always on top defines whether this window is placed on top of all other windows.
- isAlwaysOnTop() - Method in class codedraw.FullScreen
-
Always on top defines whether this window is placed on top of all other windows.
- isAntiAliased() - Method in class codedraw.Image
-
Defines whether drawn text and shapes are anti-aliased.
- isBold() - Method in class codedraw.TextFormat
-
Defines whether the drawn text is bold.
- isClosed() - Method in class codedraw.BorderlessWindow
-
Checks whether this CodeDraw window is already closed.
- isClosed() - Method in class codedraw.CodeDraw
-
Checks whether this CodeDraw window is already closed.
- isClosed() - Method in class codedraw.FullScreen
-
Checks whether this CodeDraw window is already closed.
- isControlDown() - Method in class codedraw.KeyDownEvent
-
Gets whether control was pressed.
- isControlDown() - Method in class codedraw.KeyPressEvent
-
Gets whether control was pressed.
- isControlDown() - Method in class codedraw.KeyUpEvent
-
Gets whether control was pressed.
- isDefaultScreen() - Method in class codedraw.Screen
-
Tells whether this monitor is the default monitor of the computer.
- isFontNameAvailable(String) - Static method in class codedraw.TextFormat
-
Tests whether the font is available on the current system.
- isInstantDraw() - Method in class codedraw.BorderlessWindow
-
When InstantDraw is enabled CodeDraw will immediately draw all shapes to the canvas without calling
BorderlessWindow.show()
. - isInstantDraw() - Method in class codedraw.CodeDraw
-
When InstantDraw is enabled CodeDraw will immediately draw all shapes to the canvas without calling
CodeDraw.show()
. - isInstantDraw() - Method in class codedraw.FullScreen
-
When InstantDraw is enabled CodeDraw will immediately draw all shapes to the canvas without calling
FullScreen.show()
. - isItalic() - Method in class codedraw.TextFormat
-
Defines whether the drawn text is italic.
- isShiftDown() - Method in class codedraw.KeyDownEvent
-
Gets whether shift was pressed.
- isShiftDown() - Method in class codedraw.KeyPressEvent
-
Gets whether shift was pressed.
- isShiftDown() - Method in class codedraw.KeyUpEvent
-
Gets whether shift was pressed.
- isStrikethrough() - Method in class codedraw.TextFormat
-
Defines whether the drawn text is strikethrough.
- iterator() - Method in class codedraw.EventScanner
-
Creates an iterator containing all the currently available events.
- IVORY - Static variable in class codedraw.Palette
All Classes and Interfaces|All Packages