This directory contains the applets from Chapter 4 (Image Applets) of Instant Java. There are 22 applets in this directory: ========================================================================== Image: Displays an image Rotate: Rotates an image an arbitrary number of degrees counter clockwise Mirror: Mirrors an image SlantRight: Slants an image to the right SlantLeft: Slants an image to the left SlantUp: Slants an image to the up SlantDown: Slants an image to the down WaveImage: Alters an image along a sine wavetexttext Blur: Blurs an image EmbossImage: Creates an embossed effect in an image TransColor: Makes one or more of an image's colors transparent Scale: Alters the horizontal or vertical scale of an image Negativee: Dispays an image with negativeee colors Fade: Displays an image with faded colors Transparent: Displays an image with a degree of transparency CropRectangle: Crops an image to a rectangular region RemoveRectangle: Removes a rectangular region from an image CropOval: Crops an image to an oval region RemoveOval: Removes an oval region from an image CropRoundRectangle: Crops an image to a rounded rectangular region RemoveRoundRectangle: Removes a rounded rectangular region from an image MultiImg: Displays multiple images ========================================================================== This directory contains two, three, or four HTML files for each applet. The names of the HTML files indicate with which applet they belong. Below is a complete list: Image: Image.html Image2.html Rotate: Rotate.html Rotate2.html Rotate3.html Mirror: Mirror.html Mirror2.html SlantLeft: SlantLeft.html SlantLeft2.html SlantRight: SlantRight.html SlantRight2.html SlantDown: SlantDown.html SlantDown2.html SlantUp: SlantUp.html SlantUp2.html WaveImage: WaveImage.html WaveImage2.html WaveImage3.html Blur: Blur.html Blur2.html EmbossImage: EmbossImage.html EmbossImage2.html EmbossImage3.html TransColor: TransColor.html TransColor2.html TransColor3.html Scale: Scale.html Scale2.html Negativee: Negativee.html Negativee2.html Fade: Fade.html Fade2.html Transparent: Transparent.html Transparent2.html CropRectangle: CropRectangle.html CropRectangle2.html CropOval: CropOval.html CropOval2.html CropRoundRectangle: CropRoundRectangle.html CropRoundRectangle2.html RemoveRectangle: RemoveRectangle.html RemoveRectangle2.html RemoveOval: RemoveOval.html RemoveOval2.html RemoveRoundRectangle: RemoveRoundRectangle.html RemoveRoundRectangle2.html MultiImg: MultiImg.html MultiImg2.html MultiImg3.html ========================================================================== This directory also contains a UNIX Makefile for building the applets.