Uses of Enum Class
org.aoju.bus.image.nimble.codec.jpeg.PatchJPEGLS
Packages that use PatchJPEGLS
-
Uses of PatchJPEGLS in org.aoju.bus.image.nimble.codec
Fields in org.aoju.bus.image.nimble.codec declared as PatchJPEGLSModifier and TypeFieldDescriptionprotected PatchJPEGLSDecompressor.patchJpegLSfinal PatchJPEGLSImageReaderFactory.ImageReaderParam.patchJPEGLSfinal PatchJPEGLSImageWriterFactory.ImageWriterParam.patchJPEGLSMethods in org.aoju.bus.image.nimble.codec that return PatchJPEGLSMethods in org.aoju.bus.image.nimble.codec with parameters of type PatchJPEGLSModifier and TypeMethodDescriptionfinal voidImageWriterFactory.setPatchJPEGLS(PatchJPEGLS patchJPEGLS) Constructors in org.aoju.bus.image.nimble.codec with parameters of type PatchJPEGLSModifierConstructorDescriptionImageReaderParam(String formatName, String className, PatchJPEGLS patchJPEGLS, Property[] imageReadParams) ImageWriterParam(String formatName, String className, PatchJPEGLS patchJPEGLS, Property[] imageWriteParams) -
Uses of PatchJPEGLS in org.aoju.bus.image.nimble.codec.jpeg
Methods in org.aoju.bus.image.nimble.codec.jpeg that return PatchJPEGLSModifier and TypeMethodDescriptionstatic PatchJPEGLSReturns the enum constant of this class with the specified name.static PatchJPEGLS[]PatchJPEGLS.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.aoju.bus.image.nimble.codec.jpeg with parameters of type PatchJPEGLSModifierConstructorDescriptionPatchJPEGLSImageInputStream(ImageInputStream iis, PatchJPEGLS patchJPEGLS) PatchJPEGLSImageOutputStream(ImageOutputStream ios, PatchJPEGLS patchJpegLS)