public static class ImageReaderFactory.ImageReaderParam extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
className |
String |
formatName |
PatchJPEGLS |
patchJPEGLS |
private static long |
serialVersionUID |
Constructor and Description |
---|
ImageReaderParam() |
ImageReaderParam(String formatName,
String className,
String patchJPEGLS) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getFormatName() |
PatchJPEGLS |
getPatchJPEGLS() |
void |
setClassName(String className) |
void |
setFormatName(String formatName) |
void |
setPatchJPEGLS(PatchJPEGLS patchJPEGLS) |
private static final long serialVersionUID
public String formatName
public PatchJPEGLS patchJPEGLS
public ImageReaderParam()
public ImageReaderParam(String formatName, String className, String patchJPEGLS)
public String getFormatName()
public void setFormatName(String formatName)
public String getClassName()
public void setClassName(String className)
public PatchJPEGLS getPatchJPEGLS()
public void setPatchJPEGLS(PatchJPEGLS patchJPEGLS)
Copyright © 2017 dcm4che.org. All rights reserved.