Uses of Record Class
is.galia.image.ScaleConstraint
Packages that use ScaleConstraint
Package
Description
Contains authentication- and authorization-related classes.
Classes for properties associated with an image.
Contains image processing operations and related classes.
Package for classes related to string and image overlays.
Package in which processors reside.
HTTP resource classes and server request handler class.
-
Uses of ScaleConstraint in is.galia.auth
Methods in is.galia.auth that return ScaleConstraint -
Uses of ScaleConstraint in is.galia.image
Methods in is.galia.image that return ScaleConstraintModifier and TypeMethodDescriptionScaleConstraint.reduced()
MetaIdentifier.scaleConstraint()
Returns the value of thescaleConstraint
record component.Methods in is.galia.image with parameters of type ScaleConstraintModifier and TypeMethodDescriptionMetaIdentifier.Builder.withScaleConstraint
(ScaleConstraint scaleConstraint) Constructors in is.galia.image with parameters of type ScaleConstraintModifierConstructorDescriptionMetaIdentifier
(Identifier identifier, Integer pageNumber, ScaleConstraint scaleConstraint) Creates an instance of aMetaIdentifier
record class. -
Uses of ScaleConstraint in is.galia.operation
Methods in is.galia.operation that return ScaleConstraintModifier and TypeMethodDescriptionOperationList.getScaleConstraint()
Convenience method that returns the instance ascribed to themeta-identifier
, if set, or a neutral instance otherwise.Methods in is.galia.operation with parameters of type ScaleConstraintModifier and TypeMethodDescriptionabstract ReductionFactor
Scale.getReductionFactor
(Size reducedSize, ScaleConstraint scaleConstraint, int maxFactor) ScaleByPercent.getReductionFactor
(Size reducedSize, ScaleConstraint scaleConstraint, int maxFactor) ScaleByPixels.getReductionFactor
(Size reducedSize, ScaleConstraint scaleConstraint, int maxFactor) abstract Region
Crop.getRegion
(Size reducedSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) Computes an effective crop rectangle in source image coordinates.Crop.getRegion
(Size fullSize, ScaleConstraint scaleConstraint) CropByPercent.getRegion
(Size reducedSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) CropByPixels.getRegion
(Size reducedSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) CropToSquare.getRegion
(Size reducedSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) abstract double[]
Scale.getResultingScales
(Size fullSize, ScaleConstraint scaleConstraint) double[]
ScaleByPercent.getResultingScales
(Size fullSize, ScaleConstraint scaleConstraint) double[]
ScaleByPixels.getResultingScales
(Size fullSize, ScaleConstraint scaleConstraint) Crop.getResultingSize
(Size fullSize, ScaleConstraint scaleConstraint) default Size
Operation.getResultingSize
(Size fullSize, ScaleConstraint scaleConstraint) This default implementation returns thefullSize
argument.Rotate.getResultingSize
(Size fullSize, ScaleConstraint scaleConstraint) abstract Size
Scale.getResultingSize
(Size imageSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) Scale.getResultingSize
(Size fullSize, ScaleConstraint scaleConstraint) ScaleByPercent.getResultingSize
(Size imageSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) ScaleByPixels.getResultingSize
(Size imageSize, ReductionFactor reductionFactor, ScaleConstraint scaleConstraint) boolean
Scale.isHeightUp
(Size comparedToSize, ScaleConstraint comparedToScaleConstraint) boolean
Scale.isUp
(Size comparedToSize, ScaleConstraint comparedToScaleConstraint) boolean
Scale.isWidthUp
(Size comparedToSize, ScaleConstraint comparedToScaleConstraint) ColorTransform.toMap
(Size fullSize, ScaleConstraint scaleConstraint) Crop.toMap
(Size fullSize, ScaleConstraint scaleConstraint) Encode.toMap
(Size fullSize, ScaleConstraint scaleConstraint) Returns a map in the following format:Operation.toMap
(Size fullSize, ScaleConstraint scaleConstraint) Rotate.toMap
(Size fullSize, ScaleConstraint scaleConstraint) Returns a map in the following format:Scale.Filter.toMap
(Size fullSize, ScaleConstraint scaleConstraint) Scale.toMap
(Size fullSize, ScaleConstraint scaleConstraint) Sharpen.toMap
(Size fullSize, ScaleConstraint scaleConstraint) Transpose.toMap
(Size fullSize, ScaleConstraint scaleConstraint) void
Crop.validate
(Size fullSize, ScaleConstraint scaleConstraint) Checks the intersection and dimensions.default void
Operation.validate
(Size fullSize, ScaleConstraint scaleConstraint) Validates the instance, throwing an exception if invalid. -
Uses of ScaleConstraint in is.galia.operation.overlay
Methods in is.galia.operation.overlay with parameters of type ScaleConstraint -
Uses of ScaleConstraint in is.galia.operation.redaction
Methods in is.galia.operation.redaction with parameters of type ScaleConstraintModifier and TypeMethodDescriptionRedaction.getResultingRegion
(Size fullSize, ScaleConstraint scaleConstraint, Crop appliedCrop) Redaction.toMap
(Size fullSize, ScaleConstraint scaleConstraint) -
Uses of ScaleConstraint in is.galia.processor
Methods in is.galia.processor with parameters of type ScaleConstraintModifier and TypeMethodDescriptionstatic BufferedImage
Java2DUtils.crop
(BufferedImage inImage, Crop crop, ReductionFactor rf, ScaleConstraint scaleConstraint) Crops the given image taking into account a reduction factor.static BufferedImage
Java2DUtils.scale
(BufferedImage inImage, Scale scale, ScaleConstraint scaleConstraint, ReductionFactor reductionFactor, boolean isLinear) Scales an image, taking an already-applied reduction factor into account. -
Uses of ScaleConstraint in is.galia.resource
Methods in is.galia.resource that return ScaleConstraintMethods in is.galia.resource with parameters of type ScaleConstraintModifier and TypeMethodDescriptionvoid
RequestContext.setScaleConstraint
(ScaleConstraint scaleConstraint)