Class RotatedImageServer

All Implemented Interfaces:
AutoCloseable, ImageServer<BufferedImage>

public class RotatedImageServer extends TransformingImageServer<BufferedImage>
ImageServer that wraps another ImageServer, but intercepts region requests to effectively rotate the image by 90, 180 or 270 degrees.
Author:
Pete Bankhead