A B C D E F G I L M P R S T Y

Y

yops - package yops
 
YOPS - Class in yops
YOPS stands for "Ye Olde Photo Shoppe," an application skeleton that can be used as a starting point for a variety of projects involving image manipulation and graphics.
YOPS() - Constructor for class yops.YOPS
Creates a YOPS with one panel of a default width and height.
YOPS(int, int) - Constructor for class yops.YOPS
Creates a YOPS with one panel of the given width and height
YOPS(int, int, int) - Constructor for class yops.YOPS
Creates a YOPS with the given number of panels, each with the same given width and height.
YOPS(Object) - Constructor for class yops.YOPS
Creates a YOPS with one panel of a default width and height, and with the given tool.
YOPS(Object, int) - Constructor for class yops.YOPS
Creates a YOPS with the given tool and given number of panels, each of a default width and height.
YOPS(Object, int, int) - Constructor for class yops.YOPS
Creates a YOPS with the given tool and one panel of the given width and height.
YOPS(Object, int, int, int) - Constructor for class yops.YOPS
Creates a YOPS with the given tool and the given number of panels, each of the given width and height.
YOPS(Object, int, int, int, String) - Constructor for class yops.YOPS
Creates a YOPS with the given tool and the given number of panels, each of the given width and height, and with the provided image file loaded as the background image of the leftmost panel.
YOPS(Object, int, int, int, String, String) - Constructor for class yops.YOPS
Creates a YOPS with the given tool and the given number of panels, each of the given width and height, and with the provided image files loaded as the background images of the two leftmost panels.

A B C D E F G I L M P R S T Y