public class ImageJoinOptions extends Object implements IImageJoinOptions
The image join options.
| Constructor and Description |
|---|
ImageJoinOptions()
Initializes new instance of
ImageJoinOptions class. |
ImageJoinOptions(FileType fileType)
Initializes new instance of
ImageJoinOptions class. |
ImageJoinOptions(FileType fileType,
int imageJoinMode)
Initializes new instance of
ImageJoinOptions class. |
ImageJoinOptions(int imageJoinMode)
Initializes new instance of
ImageJoinOptions class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getMode()
The image join mode.
|
FileType |
getType()
The image file type.
|
public ImageJoinOptions()
Initializes new instance of ImageJoinOptions class.
public ImageJoinOptions(FileType fileType)
Initializes new instance of ImageJoinOptions class.
fileType - The image file type.public ImageJoinOptions(FileType fileType, int imageJoinMode)
Initializes new instance of ImageJoinOptions class.
fileType - The image file type.imageJoinMode - The image join mode.public ImageJoinOptions(int imageJoinMode)
Initializes new instance of ImageJoinOptions class.
imageJoinMode - The image join mode.public final int getMode()
The image join mode.
getMode in interface IImageJoinOptionspublic final FileType getType()
The image file type.
getType in interface IJoinOptionsCopyright © 2024. All rights reserved.