Package | Description |
---|---|
MST.Imaging.Document | |
MST.Imaging.FileFormats | |
MST.Imaging.Image |
Modifier and Type | Method and Description |
---|---|
ResizeQuality |
MSTDocumentPage.get_QualityFactor() |
Modifier and Type | Method and Description |
---|---|
void |
MSTDocumentPage.set_QualityFactor(ResizeQuality qualityFactor) |
Constructor and Description |
---|
MSTDocumentPage(Rotate rotation,
double scale,
ResizeQuality qualityFactor,
double width,
double height,
int bitCount,
double resolution,
double resolution2,
java.awt.image.BufferedImage bi,
java.io.InputStream inputStream) |
MSTPdfPage(Rotate rotation,
double scale,
ResizeQuality qualityFactor,
double width,
double height,
int bitCount,
double resolution,
double resolution2,
java.awt.image.BufferedImage bi,
java.io.InputStream inputStream) |
Modifier and Type | Field and Description |
---|---|
ResizeQuality |
PageInfo.QuailtyFactor |
static ResizeQuality |
IMSTPage.QuailtyFactor |
Modifier and Type | Method and Description |
---|---|
ResizeQuality |
IMSTPage.get_QualityFactor() |
static ResizeQuality |
ResizeQuality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResizeQuality[] |
ResizeQuality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IMSTPage.set_QualityFactor(ResizeQuality qualityFactor) |
Constructor and Description |
---|
PageInfo(int height,
int width,
double scale,
Rotate rotation,
ResizeQuality quailtyFactor) |
Modifier and Type | Method and Description |
---|---|
ResizeQuality |
MSTImagePage.get_QualityFactor() |
Modifier and Type | Method and Description |
---|---|
void |
MSTImagePage.set_QualityFactor(ResizeQuality qualityFactor) |
Constructor and Description |
---|
MSTImagePage(Rotate rotation,
double scale,
ResizeQuality qualityFactor,
double width,
double height,
int bitCount,
double resolution,
double resolution2,
java.awt.image.BufferedImage bi,
java.io.InputStream iStream) |