Class GalleryMacroParameters


  • public class GalleryMacroParameters
    extends Object
    Parameters for the GalleryMacro.
    Since:
    8.3RC1
    Version:
    $Id: 8f56eb6e3c558943f89a66d5599be6ac86c1f5c8 $
    • Constructor Detail

      • GalleryMacroParameters

        public GalleryMacroParameters()
    • Method Detail

      • getWidth

        public String getWidth()
        Returns:
        the gallery width
      • setWidth

        public void setWidth​(String width)
        Sets the gallery width.
        Parameters:
        width - the gallery width
      • getHeight

        public String getHeight()
        Returns:
        the gallery height
      • setHeight

        public void setHeight​(String height)
        Sets the gallery height.
        Parameters:
        height - the gallery height
      • getClassNames

        public String getClassNames()
        Returns:
        the CSS class names
      • setClassNames

        public void setClassNames​(String classNames)
        Sets some custom CSS class names.
        Parameters:
        classNames - the custom CSS class names