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

V

VisibleImage - Class in coffeedraw
A VisibleImage is an image that can be placed on a canvas.
VisibleImage(Image, double, double, double, double, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
Construct a VisibleImage to display the given image, with its top left corner at (x, y) and scaled to fit in a rectangle of the given width and height.
VisibleImage(Image, double, double, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
Construct a VisibleImage to display the given image, with its top left corner at (x, y), drawn the same size as in the image file.
VisibleImage(Image, Location, double, double, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
Construct a VisibleImage to display the given image, with its top left corner at point and scaled to fit in a rectangle of the given width and height.
VisibleImage(Image, Location, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
Construct a VisibleImage to display the given image, with its top left corner at point, drawn the same size as in the image file.
VisibleImage(Image, Location, Location, DrawingCanvas) - Constructor for class coffeedraw.VisibleImage
Construct a VisibleImage to display the given image, stretching between the points corner1 and corner2.
A B C D E F G H I J K L M N O P R S T U V W Y