Package lumis.portal.file.transformation
Interface IImageScaleTransformationResult
-
public interface IImageScaleTransformationResult
Image scaling transformation.- Since:
- 16.0.0
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getTargetWidth()
Returns the target width of the transformation.TransformedFileConfig
getTransformedFile()
Returns the transformed file config.
-
-
-
Method Detail
-
getTransformedFile
TransformedFileConfig getTransformedFile()
Returns the transformed file config.- Returns:
- the transformed file config
- Since:
- 16.0.0
-
getTargetWidth
int getTargetWidth()
Returns the target width of the transformation.- Returns:
- the target width of the transformation
- Since:
- 16.0.0
-
-