Package com.day.cq.dam.scene7.api.model
Interface Scene7SmartCrop
-
@ProviderType public interface Scene7SmartCrop
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeight()
Scene7NormalizedCropRect
getNormalizedCropRect()
java.lang.String
getSwatchColor()
int
getWidth()
-
-
-
Method Detail
-
getNormalizedCropRect
Scene7NormalizedCropRect getNormalizedCropRect()
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getSwatchColor
java.lang.String getSwatchColor()
-
-