- Image - Class in ej.microui.display
-
An Image
object holds graphical display data.
- Image.OutputFormat - Enum in ej.microui.display
-
Specify the format to apply when creating an immutable image.
- ImageCreationException - Exception in ej.microui.display
-
Thrown when an image creation fail.
- ImageCreationException() - Constructor for exception ej.microui.display.ImageCreationException
-
Constructs an ImageCreationException with no detail message.
- ImageCreationException(String) - Constructor for exception ej.microui.display.ImageCreationException
-
Constructs an ImageCreationException with the specified detail message.
- ImageDeformation - Class in ej.microui.display.transform
-
This class holds a context in order to perform a free deformation on images.
- ImageDeformation() - Constructor for class ej.microui.display.transform.ImageDeformation
-
- ImageFlip - Class in ej.microui.display.transform
-
This class holds a context in order to perform a flip on images (0, 90, 180 or 270 degrees).
- ImageFlip() - Constructor for class ej.microui.display.transform.ImageFlip
-
- ImageFlip.Action - Enum in ej.microui.display.transform
-
Specify the flip to apply when drawing an image.
- ImagePermission - Class in ej.microui.display
-
Permission to create an
Image
.
- ImagePermission() - Constructor for class ej.microui.display.ImagePermission
-
Creates an image permission with null
as name.
- ImageRotation - Class in ej.microui.display.transform
-
This class holds a context in order to perform a free rotation (0 to 360 degrees) on images.
- ImageRotation() - Constructor for class ej.microui.display.transform.ImageRotation
-
- ImageScale - Class in ej.microui.display.transform
-
This class holds a context in order to draw images with scaling.
- ImageScale() - Constructor for class ej.microui.display.transform.ImageScale
-
- 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.Font
-
Constant for inherited font identifier.
- isBold() - Method in class ej.microui.display.Font
-
Gets whether the font is bold or not.
- isClicked(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if an button event is a click event.
- isColor() - Method in class ej.microui.display.Display
-
Tells whether the display offers color.
- isDisplayThread(Thread) - Method in class ej.microui.display.Display
-
Gets whether the given thread is the display events thread.
- isDisplayThread() - Method in class ej.microui.display.Display
-
Gets whether the current thread is the display events thread.
- 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.
- isEntered(int) - Static method in class ej.microui.event.generator.Pointer
-
Tells if a pointer event is an enter event.
- isExited(int) - Static method in class ej.microui.event.generator.Pointer
-
Tells if a pointer event is an exit event.
- isIdentifierSupported(int) - Method in class ej.microui.display.Font
-
Checks whether the font supports the given identifier or not.
- isItalic() - Method in class ej.microui.display.Font
-
Gets whether the font is italic or not.
- isLong(int) - Static method in class ej.microui.event.generator.Buttons
-
Tells if an button event is a long event.
- isMirrored() - Method in class ej.microui.display.transform.AbstractTransform
-
Returns true
if vertical mirror is enabled.
- isMonospaced() - Method in class ej.microui.display.Font
-
Gets whether the font is monospaced or not.
- isMoved(int) - Static method in class ej.microui.event.generator.Pointer
-
Tells if a pointer event is a move event.
- isMutable() - Method in class ej.microui.display.Image
-
Tells whether this image is mutable.
- isPlain() - Method in class ej.microui.display.Font
-
Gets whether the font is plain or not.
- 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() - Method in class ej.microui.display.Displayable
-
Checks whether the displayable is visible on its display.
- isShown() - Method in class ej.microui.display.FlyingImage
-
Checks whether the FlyingImage
is visible on its display.
- isStarted() - Static method in class ej.microui.MicroUI
-
Checks if MicroUI has been started.
- isTransparent() - Method in class ej.microui.display.Image
-
Tells whether this image contains at least a transparent pixel.
- isUnderlined() - Method in class ej.microui.display.Font
-
Gets whether the font is underlined or not.