org.hippoecm.hst.content.beans.standard
Interface HippoGalleryImageBean

All Superinterfaces:
Comparable<HippoBean>, HippoBean, HippoResourceBean, NodeAware, ObjectConverterAware
All Known Implementing Classes:
HippoGalleryImage

public interface HippoGalleryImageBean
extends HippoResourceBean

The interface which all hippo gallery image implementations should implement


Method Summary
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoResourceBean
getLastModified, getLength, getLengthKB, getLengthMB, getMimeType
 
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean
equalCompare, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf
 
Methods inherited from interface org.hippoecm.hst.content.beans.NodeAware
setNode
 
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
getObjectConverter, setObjectConverter
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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


Copyright © 2008-2012 Hippo. All Rights Reserved.