Package org.cyclos.model.system.images
Interface IImage
-
- All Superinterfaces:
IBinaryFile,IEntity,INamedEntity
- All Known Implementing Classes:
ConfigurationImageVO,DefaultUserImageVO,ImageVO,SystemCustomImageVO,ThemeImageVO,VoucherTemplateImageVO
public interface IImage extends IBinaryFile
Common interface for images
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()intgetWidth()-
Methods inherited from interface org.cyclos.model.contentmanagement.IBinaryFile
getContentType, getLength
-
Methods inherited from interface org.cyclos.model.INamedEntity
getName, setName
-
-