Package com.iizigo.image.prop
Interface IStyledImageBase
-
- All Known Implementing Classes:
EditorImageStylesResolution
,EditorStyledImageDefinition
public interface IStyledImageBase
Methods for multiple image base properties.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetReference
getAssetReference()
Gets the asset reference.Size
getImageSize()
Gets the image (part) size.
-
-
-
Method Detail
-
getAssetReference
AssetReference getAssetReference()
Gets the asset reference.
-
getImageSize
Size getImageSize()
Gets the image (part) size.- Returns:
- null If not set.
-
-