|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.ResizeType
public final class ResizeType
Specifies the resize type.
Field Summary | |
---|---|
static int |
CenterToCenter
Center of the new image will coincide with the center of the original image. |
static int |
LancrosResample
Resample using lancros algorithm using 7x7 mask. |
static int |
LeftBottomToLeftBottom
Left bottom point of the new image will coincide with the left bottom point of the original image. |
static int |
LeftTopToLeftTop
Left top point of the new image will coincide with the left top point of the original image. |
static int |
NearestNeighbourResample
Resample using nearest neighbour algorithm. |
static int |
RightBottomToRightBottom
Right bottom point of the new image will coincide with the right bottom point of the original image. |
static int |
RightTopToRightTop
Right top point of the new image will coincide with the right top point of the original image. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CenterToCenter
Center of the new image will coincide with the center of the original image. Crop will occur if required.
public static final int LancrosResample
Resample using lancros algorithm using 7x7 mask.
public static final int LeftBottomToLeftBottom
Left bottom point of the new image will coincide with the left bottom point of the original image. Crop will occur if required.
public static final int LeftTopToLeftTop
Left top point of the new image will coincide with the left top point of the original image. Crop will occur if required.
public static final int NearestNeighbourResample
Resample using nearest neighbour algorithm.
public static final int RightBottomToRightBottom
Right bottom point of the new image will coincide with the right bottom point of the original image. Crop will occur if required.
public static final int RightTopToRightTop
Right top point of the new image will coincide with the right top point of the original image. Crop will occur if required.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |