Package | Description |
---|---|
MST.Imaging.Document | |
MST.Imaging.FileFormats | |
MST.Imaging.Image |
Modifier and Type | Class and Description |
---|---|
class |
MSTDocument |
class |
MSTPdf |
Modifier and Type | Method and Description |
---|---|
IMSTFileFormat |
MSTFileFormat.LoadFile(java.io.InputStream stream,
IMSTFileFormat oDocument)
Loads the file and return the corresponding IMSTFileFormat object.
|
IMSTFileFormat |
MSTFileFormat.LoadFile(java.lang.String FileName,
IMSTFileFormat oDocument)
Loads the file and return the corresponding IMSTFileFormat object.
|
IMSTFileFormat |
MSTFileFormat.LoadFile(java.net.URI uri,
IMSTFileFormat oDocument)
Loads the file and return the corresponding IMSTFileFormat object.
|
Modifier and Type | Method and Description |
---|---|
IMSTFileFormat |
MSTFileFormat.LoadFile(java.io.InputStream stream,
IMSTFileFormat oDocument)
Loads the file and return the corresponding IMSTFileFormat object.
|
IMSTFileFormat |
MSTFileFormat.LoadFile(java.lang.String FileName,
IMSTFileFormat oDocument)
Loads the file and return the corresponding IMSTFileFormat object.
|
IMSTFileFormat |
MSTFileFormat.LoadFile(java.net.URI uri,
IMSTFileFormat oDocument)
Loads the file and return the corresponding IMSTFileFormat object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MSTFileFormat.Merge(java.util.HashMap<java.lang.Integer,IMSTFileFormat> objImage,
java.lang.String DestFileName,
FileFormat fileFormat)
Merge MSTDocument/MSTImage/MSTPdf Object in the List to the specified Image File Format
|
boolean |
MSTFileFormat.Merge(java.util.List<IMSTFileFormat> objectFiles,
java.io.OutputStream oStream,
FileFormat fileFormat)
Merge MSTDocument/MSTImage Object in the List to the specified Image File Format
|
boolean |
MSTFileFormat.Merge(java.util.List<IMSTFileFormat> objectFiles,
java.lang.String DestFileName,
FileFormat fileFormat)
Merge MSTDocument/MSTImage Object in the List to the specified Image File Format
|
boolean |
MSTFileFormat.Merge(java.util.Map<java.lang.Integer,IMSTFileFormat> objImage,
java.io.OutputStream oStream,
FileFormat fileFormat)
Merge MSTDocument/MSTImage/MSTPdf Object in the List to the specified Image File Format
|
Modifier and Type | Class and Description |
---|---|
class |
MSTImage |