|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DimensionConstrain | |
---|---|
com.mortennobel.imagescaling | |
com.mortennobel.imagescaling.experimental |
Uses of DimensionConstrain in com.mortennobel.imagescaling |
---|
Methods in com.mortennobel.imagescaling that return DimensionConstrain | |
---|---|
static DimensionConstrain |
DimensionConstrain.createAbsolutionDimension(int width,
int height)
Used when the destination size is fixed. |
static DimensionConstrain |
DimensionConstrain.createMaxDimension(int width,
int height)
Forces the image to keep radio and be keeped within the width and height |
static DimensionConstrain |
DimensionConstrain.createMaxDimension(int width,
int height,
boolean neverEnlargeImage)
Forces the image to keep radio and be keeped within the width and height. |
static DimensionConstrain |
DimensionConstrain.createMaxDimensionNoOrientation(int length1,
int length2)
Forces the image to keep radio and be keeped within the width and height. |
static DimensionConstrain |
DimensionConstrain.createMaxDimensionNoOrientation(int length1,
int length2,
boolean neverEnlargeImage)
Forces the image to keep radio and be keeped within the width and height. |
static DimensionConstrain |
DimensionConstrain.createRelativeDimension(float fraction)
Used when the destination size is relative to the source. |
static DimensionConstrain |
DimensionConstrain.createRelativeDimension(float fractionWidth,
float fractionHeight)
Used when the destination size is relative to the source. |
Constructors in com.mortennobel.imagescaling with parameters of type DimensionConstrain | |
---|---|
AdvancedResizeOp(DimensionConstrain dimensionConstrain)
|
|
MultiStepRescaleOp(DimensionConstrain dimensionConstain)
|
|
MultiStepRescaleOp(DimensionConstrain dimensionConstain,
java.lang.Object renderingHintInterpolation)
|
|
ResampleOp(DimensionConstrain dimensionConstrain)
|
|
ThumpnailRescaleOp(DimensionConstrain dimensionConstrain)
|
Uses of DimensionConstrain in com.mortennobel.imagescaling.experimental |
---|
Constructors in com.mortennobel.imagescaling.experimental with parameters of type DimensionConstrain | |
---|---|
ImprovedMultistepRescaleOp(DimensionConstrain dimensionConstain)
|
|
ImprovedMultistepRescaleOp(DimensionConstrain dimensionConstain,
java.lang.Object renderingHintInterpolation)
|
|
ResampleOpSingleThread(DimensionConstrain dimensionConstrain)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |