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 DimensionConstrainAdvancedResizeOp.dimensionConstrainMethods in com.mortennobel.imagescaling that return DimensionConstrainModifier and TypeMethodDescriptionstatic DimensionConstrainDimensionConstrain.createAbsolutionDimension(int width, int height) Used when the destination size is fixed.static DimensionConstrainDimensionConstrain.createMaxDimension(int width, int height) Forces the image to keep radio and be keeped within the width and heightstatic DimensionConstrainDimensionConstrain.createMaxDimension(int width, int height, boolean neverEnlargeImage) Forces the image to keep radio and be keeped within the width and height.static DimensionConstrainDimensionConstrain.createMaxDimensionNoOrientation(int length1, int length2) Forces the image to keep radio and be keeped within the width and height.static DimensionConstrainDimensionConstrain.createMaxDimensionNoOrientation(int length1, int length2, boolean neverEnlargeImage) Forces the image to keep radio and be keeped within the width and height.static DimensionConstrainDimensionConstrain.createRelativeDimension(float fraction) Used when the destination size is relative to the source.static DimensionConstrainDimensionConstrain.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)