public static class ImageReaderFactory.ImageReaderParam extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
className |
String |
formatName |
Property[] |
imageReadParams |
PatchJPEGLS |
patchJPEGLS |
| Constructor and Description |
|---|
ImageReaderParam(String formatName,
String className,
PatchJPEGLS patchJPEGLS,
Property[] imageReadParams) |
ImageReaderParam(String formatName,
String className,
String patchJPEGLS,
String... imageWriteParams) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Property[] |
getImageReadParams() |
int |
hashCode() |
String |
toString() |
public final String formatName
public final String className
public final PatchJPEGLS patchJPEGLS
public final Property[] imageReadParams
public ImageReaderParam(String formatName, String className, PatchJPEGLS patchJPEGLS, Property[] imageReadParams)
Copyright © 2020. All rights reserved.