- Image - Class in ej.microui.display
-
An Image
represents a graphical two-dimensional object.
- IMAGE_OUT_OF_MEMORY - Static variable in exception ej.microui.MicroUIException
-
Exception thrown when there is not enough space in images heap when creating a new image.
- IMAGE_UNKNOWN_FORMAT - Static variable in exception ej.microui.MicroUIException
-
Exception thrown when the image cannot be decoded because there is no runtime decoder able to decode this kind of
image.
- IMAGE_UNSUPPORTED_FORMAT - Static variable in exception ej.microui.MicroUIException
-
Exception thrown if the format is not supported when creating an image or graphics context.
- ImagePermission - Class in ej.microui.display
-
Permission to load or create an
Image
.
- ImagePermission() - Constructor for class ej.microui.display.ImagePermission
-
Creates an image permission with null
as name.
- implies(Permission) - Method in class ej.microui.display.DisplayPermission
-
- implies(Permission) - Method in class ej.microui.display.FontPermission
-
- implies(Permission) - Method in class ej.microui.display.ImagePermission
-
- implies(Permission) - Method in class ej.microui.event.EventPermission
-
- implies(Permission) - Method in class ej.microui.MicroUIPermission
-
- INHERITED - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for inherited font identifier.
- intersectClip(int, int, int, int) - Method in class ej.microui.display.GraphicsContext
-
Combines the given clipping rectangle with the clipping area of this graphics context.
- isBold() - Method in class ej.microui.display.Font
-
Returns whether this font is bold.
- isClicked(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if an button event is a click event.
- isClosed() - Method in class ej.microui.display.ResourceImage
-
Returns whether this image has been closed.
- isColor() - Method in class ej.microui.display.Display
-
Tells whether the display offers color.
- isDoubleBuffered() - Method in class ej.microui.display.Display
-
Returns if the display uses an underlying double buffer (either hardware or software).
- isDoubleClicked(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if an button event is a double click event.
- isDragged(int) - Static method in class ej.microui.event.generator.Pointer
-
Tells if a pointer event is a drag event.
- isIdentifierSupported(int) - Method in class ej.microui.display.Font
-
Returns whether this font supports the given identifier.
- isItalic() - Method in class ej.microui.display.Font
-
Returns whether this font is italic.
- isLong(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if an button event is a long event.
- isMonospaced() - Method in class ej.microui.display.Font
-
Returns whether this font is monospaced.
- isMoved(int) - Static method in class ej.microui.event.generator.Pointer
-
Tells if a pointer event is a move event.
- isPlain() - Method in class ej.microui.display.Font
-
Returns whether this font is plain.
- isPressed(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if a button event is a press event.
- isReleased(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if a button event is a release event.
- isRepeated(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if a button event is a repeat event.
- isShown(Displayable) - Method in class ej.microui.display.Display
-
Checks whether the given displayable is visible on the display.
- isStarted() - Static method in class ej.microui.MicroUI
-
Checks if MicroUI has been started.
- isTransparent() - Method in class ej.microui.display.Image
-
Returns whether this image is transparent.
- isUIThread(Thread) - Static method in class ej.microui.MicroUI
-
Gets whether the given thread is the MicroUI thread.
- isUIThread() - Static method in class ej.microui.MicroUI
-
Gets whether the current thread is the MicroUI thread.