public interface IImageCodecVisitor<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
T |
visitBmp() |
T |
visitGif() |
T |
visitJpeg() |
T |
visitPng() |
T |
visitTiff() |
T |
visitUnknown() |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.