Class ImageBuilder

  • All Implemented Interfaces:
    net.anotheria.asg.data.Builder<Image>

    public class ImageBuilder
    extends Object
    implements net.anotheria.asg.data.Builder<Image>
    • Constructor Detail

      • ImageBuilder

        public ImageBuilder()
    • Method Detail

      • name

        public ImageBuilder name​(String aValue)
        Sets the value of the name attribute.
      • title

        public ImageBuilder title​(String aValue)
        Sets the value of the title attribute.
      • alias

        public ImageBuilder alias​(String aValue)
        Sets the value of the alias attribute.
      • image

        public ImageBuilder image​(String aValue)
        Sets the value of the image attribute.
      • size

        public ImageBuilder size​(String aValue)
        Sets the value of the size attribute.
      • pixels

        public ImageBuilder pixels​(String aValue)
        Sets the value of the pixels attribute.
      • build

        public Image build()
        Specified by:
        build in interface net.anotheria.asg.data.Builder<Image>