A B C D E F G H I J K L M N O P Q R S T U V W X 

M

Math2 - Class in info.bioinfweb.commons
Provides static methods implementing mathematical functions not present in java.lang.Math.
Math2() - Constructor for class info.bioinfweb.commons.Math2
 
MAX_ARRAY_LENGTH - Static variable in class info.bioinfweb.commons.collections.PackedIntegerArrayList
 
maxDouble(double...) - Static method in class info.bioinfweb.commons.Math2
Returns the maximum of the specified values.
maxFloat(float...) - Static method in class info.bioinfweb.commons.Math2
Returns the maximum of the specified values.
maxInt(int...) - Static method in class info.bioinfweb.commons.Math2
Returns the maximum of the specified values.
maxLong(long...) - Static method in class info.bioinfweb.commons.Math2
Returns the maximum of the specified values.
minDouble(double...) - Static method in class info.bioinfweb.commons.Math2
Returns the minimum of the specified values.
minFloat(float...) - Static method in class info.bioinfweb.commons.Math2
Returns the minimum of the specified values.
minInt(int...) - Static method in class info.bioinfweb.commons.Math2
Returns the minimum of the specified values.
minLong(long...) - Static method in class info.bioinfweb.commons.Math2
Returns the minimum of the specified values.
MOD_MASK - Static variable in class info.bioinfweb.commons.collections.PackedIntegerArrayList
 
Model2Servlet - Class in info.bioinfweb.commons.servlet
Provides general functionality for servlets that are part of a model 2 architecture.
Model2Servlet() - Constructor for class info.bioinfweb.commons.servlet.Model2Servlet
 
Model2Servlet(String) - Constructor for class info.bioinfweb.commons.servlet.Model2Servlet
 
Model2Servlet(String, String) - Constructor for class info.bioinfweb.commons.servlet.Model2Servlet
 
mouseClicked(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseDoubleClick(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseDown(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseDragged(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseDragged(TICMouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICMouseAdapter
 
mouseDragged(TICMouseEvent) - Method in interface info.bioinfweb.commons.tic.input.TICMouseListener
This method is called if the mouse is moved over the component while a mouse button is held down.
mouseEnter(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseEntered(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseEntered(TICMouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICMouseAdapter
 
mouseEntered(TICMouseEvent) - Method in interface info.bioinfweb.commons.tic.input.TICMouseListener
This method is called when a mouse button is pressed down.
mouseExit(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseExited(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseExited(TICMouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICMouseAdapter
 
mouseExited(TICMouseEvent) - Method in interface info.bioinfweb.commons.tic.input.TICMouseListener
This method is called when a mouse button is pressed down.
mouseHover(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseMove(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseMoved(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseMoved(TICMouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICMouseAdapter
 
mouseMoved(TICMouseEvent) - Method in interface info.bioinfweb.commons.tic.input.TICMouseListener
This method is called if the mouse is moved over the component while no mouse button is pressed.
mousePressed(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mousePressed(TICMouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICMouseAdapter
 
mousePressed(TICMouseEvent) - Method in interface info.bioinfweb.commons.tic.input.TICMouseListener
This method is called when a mouse button is pressed down.
mouseReleased(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
mouseReleased(TICMouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICMouseAdapter
 
mouseReleased(TICMouseEvent) - Method in interface info.bioinfweb.commons.tic.input.TICMouseListener
This method is called when a mouse button is released.
mouseUp(MouseEvent) - Method in class info.bioinfweb.commons.tic.input.TICComponentMouseListenersList
 
move(E, int, int) - Method in class info.bioinfweb.commons.collections.SequenceIntervalList
Moves an element of the list to a different position.
moveBetween(byte, byte, byte) - Static method in class info.bioinfweb.commons.Math2
Returns the specified value if it is between the specified minimum and maximum.
moveBetween(int, int, int) - Static method in class info.bioinfweb.commons.Math2
Returns the specified value if it is between the specified minimum and maximum.
moveBetween(long, long, long) - Static method in class info.bioinfweb.commons.Math2
Returns the specified value if it is between the specified minimum and maximum.
moveBetween(float, float, float) - Static method in class info.bioinfweb.commons.Math2
Returns the specified value if it is between the specified minimum and maximum.
moveBetween(double, double, double) - Static method in class info.bioinfweb.commons.Math2
Returns the specified value if it is between the specified minimum and maximum.
moveColorToCenter(Color, float) - Static method in class info.bioinfweb.commons.graphics.GraphicsUtils
The result of the method depends on the specified color.
movePositions(int, int) - Method in class info.bioinfweb.commons.collections.NonOverlappingIntervalList
 
MultipleApplicationLoggersAdapter - Class in info.bioinfweb.commons.log
This implementation of ApplicationLogger delegates to a set of other classes implementing this interface.
MultipleApplicationLoggersAdapter() - Constructor for class info.bioinfweb.commons.log.MultipleApplicationLoggersAdapter
 
multiplyColorChannels(Color, float) - Static method in class info.bioinfweb.commons.graphics.GraphicsUtils
Multiplies all color channels of the specified color with the specified value.
MultiTreeMap<K,V> - Class in info.bioinfweb.commons.collections
A tree map that allows to have more than one element for the same key.
MultiTreeMap() - Constructor for class info.bioinfweb.commons.collections.MultiTreeMap
Creates a new instance of this class using the default key comparator.
MultiTreeMap(Comparator<? super K>) - Constructor for class info.bioinfweb.commons.collections.MultiTreeMap
Creates a new instance of this class using the specified comparator.
MYSQL_DRIVER - Static variable in class info.bioinfweb.commons.sql.SQLConnector
 
A B C D E F G H I J K L M N O P Q R S T U V W X