Interface HippoGalleryImageBean
- All Superinterfaces:
Comparable<HippoBean>
,ContentBean
,HippoBean
,HippoResourceBean
,IdentifiableContentBean
,NodeAware
,ObjectConverterAware
The interface which all hippo gallery image implementations should implement
-
Field Summary
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean
equalCompare, getAvailableTranslations, getBean, getBean, getBeanByUUID, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getComparePath, getContentType, getDisplayName, getEqualComparator, getLinkedBean, getLinkedBeans, getMultipleProperty, getMultipleProperty, getName, getNode, getParentBean, getPath, getProperties, getProperty, getSingleProperty, getSingleProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, isVersionedNode
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoResourceBean
getFilename, getLastModified, getLength, getLengthKB, getLengthMB, getMimeType, getRepresentationId, isBlank
Methods inherited from interface org.hippoecm.hst.content.beans.standard.IdentifiableContentBean
getIdentifier, setIdentifier
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
getObjectConverter, setObjectConverter
-
Method Details
-
getHeight
int getHeight()- Returns:
- the height of the image: if their is no height property available, -1 is returned
-
getWidth
int getWidth()- Returns:
- the width of the image: if their is no widht property available, -1 is returned
-