Interface HippoGalleryImageBean

All Superinterfaces:
Comparable<HippoBean>, ContentBean, HippoBean, HippoResourceBean, IdentifiableContentBean, NodeAware, ObjectConverterAware

public interface HippoGalleryImageBean extends HippoResourceBean
The interface which all hippo gallery image implementations should implement
  • 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