public final class ImageCodecVisitor extends Object implements IImageCodecVisitor<IEncoder,RuntimeException>
| Constructor and Description |
|---|
ImageCodecVisitor() |
| Modifier and Type | Method and Description |
|---|---|
IEncoder |
visitBmp() |
IEncoder |
visitGif() |
IEncoder |
visitJpeg() |
IEncoder |
visitPng() |
IEncoder |
visitTiff() |
IEncoder |
visitUnknown() |
public IEncoder visitJpeg() throws RuntimeException
visitJpeg in interface IImageCodecVisitor<IEncoder,RuntimeException>RuntimeExceptionpublic IEncoder visitPng() throws RuntimeException
visitPng in interface IImageCodecVisitor<IEncoder,RuntimeException>RuntimeExceptionpublic IEncoder visitUnknown() throws RuntimeException
visitUnknown in interface IImageCodecVisitor<IEncoder,RuntimeException>RuntimeExceptionpublic IEncoder visitBmp() throws RuntimeException
visitBmp in interface IImageCodecVisitor<IEncoder,RuntimeException>RuntimeExceptionpublic IEncoder visitTiff() throws RuntimeException
visitTiff in interface IImageCodecVisitor<IEncoder,RuntimeException>RuntimeExceptionpublic IEncoder visitGif() throws RuntimeException
visitGif in interface IImageCodecVisitor<IEncoder,RuntimeException>RuntimeExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.