Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

M

MAGENTA - Static variable in class ej.microui.display.Colors
Constant for magenta color.
MALAYALAM - Static variable in class ej.microui.display.FontIdentifiers
Constant for malayalam font identifier.
MANDAIC - Static variable in class ej.microui.display.FontIdentifiers
Constant for mandaic font identifier.
Map<K,V> - Interface in java.util
An object that maps keys to values.
Map.Entry<K,V> - Interface in java.util
A map entry (key-value pair).
MARCH - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the third month of the year in the Gregorian and Julian calendars.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.Reader
Marks the present position in the stream.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.Reader
Tells whether this stream supports the mark() operation.
MAROON - Static variable in class ej.microui.display.Colors
Constant for maroon color.
Math - Class in java.lang
 
Math() - Constructor for class java.lang.Math
 
max(double, double) - Static method in class ej.bon.XMath
Returns the greater of two double values.
max(float, float) - Static method in class ej.bon.XMath
Returns the greater of two float values.
max(long, long) - Static method in class ej.bon.XMath
Returns the greater of two long values.
max(int, int) - Static method in class ej.bon.XMath
Returns the greater of two int values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
MAX_EXPONENT - Static variable in class java.lang.Double
Maximum exponent a finite double variable may have.
MAX_EXPONENT - Static variable in class java.lang.Float
Maximum exponent a finite float variable may have.
MAX_INTENSITY - Static variable in class ej.microui.led.Leds
Constant for turning on a LED.

If a LED does not handle intensity, any valid intensity different from Leds.MIN_INTENSITY turns the LED on.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from strings.
MAX_VALUE - Static variable in class java.lang.Byte
A constant holding the maximum value a byte can have, 27-1.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char, '\uFFFF'.
MAX_VALUE - Static variable in class java.lang.Double
A constant holding the largest positive finite value of type double, (2-2-52)·21023.
MAX_VALUE - Static variable in class java.lang.Float
A constant holding the largest positive finite value of type float, (2-2-23)·2127.
MAX_VALUE - Static variable in class java.lang.Integer
A constant holding the maximum value an int can have, 231-1.
MAX_VALUE - Static variable in class java.lang.Long
A constant holding the maximum value a long can have, 263-1.
MAX_VALUE - Static variable in class java.lang.Short
A constant holding the maximum value a short can have, 215-1.
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
MAY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fifth month of the year in the Gregorian and Julian calendars.
MEETEI_MAYEK - Static variable in class ej.microui.display.FontIdentifiers
Constant for meetei mayek font identifier.
MENU - Static variable in class ej.microui.event.generator.Command
Constant for "menu" command.
MicroUI - Class in ej.microui
The MicroUI class offers basic services in the MicroUI implementation.
MicroUI is started explicitly by calling MicroUI.start().
MicroUI() - Constructor for class ej.microui.MicroUI
 
MICROUI_NOT_STARTED - Static variable in exception ej.microui.MicroUIException
Exception thrown when trying to use MicroUI APIs without starting it before.
MicroUIException - Exception in ej.microui
Thrown to indicate that a method has caused an internal MicroUI error.
MicroUIException(int) - Constructor for exception ej.microui.MicroUIException
Constructs an exception with the specified error code.
MicroUIPermission - Class in ej.microui
Permission to start or stop MicroUI.
MicroUIPermission(String) - Constructor for class ej.microui.MicroUIPermission
Creates a permission for events generated by the given event generator with null as name.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
min(double, double) - Static method in class ej.bon.XMath
Returns the smaller of two double values.
min(float, float) - Static method in class ej.bon.XMath
Returns the smaller of two float values.
min(int, int) - Static method in class ej.bon.XMath
Returns the smaller of two int values.
min(long, long) - Static method in class ej.bon.XMath
Returns the smaller of two long values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
MIN_EXPONENT - Static variable in class java.lang.Double
Minimum exponent a normalized double variable may have.
MIN_EXPONENT - Static variable in class java.lang.Float
Minimum exponent a normalized float variable may have.
MIN_INTENSITY - Static variable in class ej.microui.led.Leds
Constant for turning off a LED.
MIN_NORMAL - Static variable in class java.lang.Double
A constant holding the smallest positive normal value of type double, 2-1022.
MIN_NORMAL - Static variable in class java.lang.Float
A constant holding the smallest positive normal value of type float, 2-126.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from strings.
MIN_VALUE - Static variable in class java.lang.Byte
A constant holding the minimum value a byte can have, -27.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char, '\u0000'.
MIN_VALUE - Static variable in class java.lang.Double
A constant holding the smallest positive nonzero value of type double, 2-1074.
MIN_VALUE - Static variable in class java.lang.Float
A constant holding the smallest positive nonzero value of type float, 2-149.
MIN_VALUE - Static variable in class java.lang.Integer
A constant holding the minimum value an int can have, -231.
MIN_VALUE - Static variable in class java.lang.Long
A constant holding the minimum value a long can have, -263.
MIN_VALUE - Static variable in class java.lang.Short
A constant holding the minimum value a short can have, -215.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MONDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Monday.
MONGOLIAN - Static variable in class ej.microui.display.FontIdentifiers
Constant for mongolian font identifier.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
move(int, int) - Method in class ej.microui.event.generator.Pointer
Stores the given position and sends a MicroUI Event to the Pointer's listener.
MOVED - Static variable in class ej.microui.event.generator.Pointer
Constant for "moved" action.
MulticastSocket - Class in java.net
The multicast datagram socket class is useful for sending and receiving IP multicast packets.
MulticastSocket() - Constructor for class java.net.MulticastSocket
Create a multicast socket.
MulticastSocket(int) - Constructor for class java.net.MulticastSocket
Create a multicast socket and bind it to a specific port.
MulticastSocket(SocketAddress) - Constructor for class java.net.MulticastSocket
Create a MulticastSocket bound to the specified socket address.
MYANMAR - Static variable in class ej.microui.display.FontIdentifiers
Constant for myanmar font identifier.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links