Package | Description |
---|---|
MST.Imaging.Document | |
MST.Imaging.FileFormats | |
MST.Imaging.Image | |
MST.Imaging.ImageProcessing |
Modifier and Type | Method and Description |
---|---|
Rotate |
MSTDocumentPage.get_Rotation() |
Modifier and Type | Method and Description |
---|---|
void |
MSTDocumentPage.set_Rotation(Rotate rotation) |
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 |
---|---|
Rotate |
PageInfo.Rotation |
static Rotate |
IMSTPage.Rotation |
Modifier and Type | Method and Description |
---|---|
Rotate |
IMSTPage.get_Rotation()
Returns the rotation of the image.
|
static Rotate |
Rotate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rotate[] |
Rotate.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_Rotation(Rotate rotation)
Sets the rotation value of the image.
|
Constructor and Description |
---|
PageInfo(int height,
int width,
double scale,
Rotate rotation,
ResizeQuality quailtyFactor) |
Modifier and Type | Method and Description |
---|---|
Rotate |
MSTImagePage.get_Rotation() |
Modifier and Type | Method and Description |
---|---|
void |
MSTImagePage.set_Rotation(Rotate rotation) |
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) |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
MSTImageProcess.rotateImage(java.awt.image.BufferedImage obj,
Rotate rotationValue)
Rotates the given BufferedImage by the specified angle as 90,180,-90 degree.
|