Uses of Class
com.mortennobel.imagescaling.DimensionConstrain
Packages that use DimensionConstrain
-
Uses of DimensionConstrain in com.mortennobel.imagescaling
Fields in com.mortennobel.imagescaling declared as DimensionConstrainModifier and TypeFieldDescriptionprivate final DimensionConstrain
AdvancedResizeOp.dimensionConstrain
Methods in com.mortennobel.imagescaling that return DimensionConstrainModifier and TypeMethodDescriptionstatic 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 heightstatic 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 DimensionConstrainModifierConstructorDescriptionAdvancedResizeOp
(DimensionConstrain dimensionConstrain) MultiStepRescaleOp
(DimensionConstrain dimensionConstain) MultiStepRescaleOp
(DimensionConstrain dimensionConstain, Object renderingHintInterpolation) ResampleOp
(DimensionConstrain dimensionConstrain) ThumbnailRescaleOp
(DimensionConstrain dimensionConstrain) -
Uses of DimensionConstrain in com.mortennobel.imagescaling.experimental
Constructors in com.mortennobel.imagescaling.experimental with parameters of type DimensionConstrainModifierConstructorDescriptionImprovedMultistepRescaleOp
(DimensionConstrain dimensionConstain) ImprovedMultistepRescaleOp
(DimensionConstrain dimensionConstain, Object renderingHintInterpolation) ResampleOpSingleThread
(DimensionConstrain dimensionConstrain)