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

M

main(String[]) - Static method in class ca.uwaterloo.epad.Launcher
Main method reads the arguments as described below:
If no arguments are specified, the application will attempt to load the settings file and the logger properties file from the default locations: data\\settings.xml and data\\log4j.properties respectively.
If one argument is specified, it will be interpreted as the location of the settings file.
Finally, if two arguments are specified, the first one will be interpreted as the location of the setting file and the second - as the location of the logger properties file.
The third and further arguments will be ignored.
makeLeftDrawer(PApplet) - Static method in class ca.uwaterloo.epad.ui.RotatingDrawer
Automatically make a rotating drawer on the left side of the screen.
makeRightDrawer(PApplet) - Static method in class ca.uwaterloo.epad.ui.RotatingDrawer
Automatically make a rotating drawer on the right side of the screen.
makeTopDrawer(PApplet, int) - Static method in class ca.uwaterloo.epad.ui.SlidingDrawer
Automatically make a sliding drawer on the top of the screen.
marshallLayout(File) - Static method in class ca.uwaterloo.epad.xml.SimpleMarshaller
Save the layout of the workspace into the specified file.
motionAcceleration - Variable in class ca.uwaterloo.epad.painting.StrokePoint
 
motionSpeed - Variable in class ca.uwaterloo.epad.painting.StrokePoint
 
MoveableItem - Class in ca.uwaterloo.epad.ui
This class implements the default functionality of all widgets used in ePad application, such as the default drawing method, ability to be placed into and dragged out of the drawers and default multitouch interactions (move, scale and rotate).
Important: every new widget must extend this class to take the advantage of this default functionality and also to be handled properly by SimpleMarshaller class.
MoveableItem(int, int, int, int) - Constructor for class ca.uwaterloo.epad.ui.MoveableItem
Default constructor.
MoveableItem(MoveableItem) - Constructor for class ca.uwaterloo.epad.ui.MoveableItem
Constructor that builds a copy of another MoveableItem object.
MOVED - Static variable in class ca.uwaterloo.epad.ui.Container
The event ID for "container was moved" event.
MOVED - Static variable in class ca.uwaterloo.epad.ui.Drawer
The event ID for "drawer was moved" event.
A B C D E F G H I K L M N O P R S T U V W X Y