BackgroundCommandBuilder ======================== .. java:package:: ch.epfl.leb.sass.models.backgrounds :noindex: .. java:type:: public interface BackgroundCommandBuilder Interface BackgroundCommand builders. :author: Kyle M. Douglass Methods ------- build ^^^^^ .. java:method:: public BackgroundCommand build() :outertype: BackgroundCommandBuilder nX ^^ .. java:method:: public BackgroundCommandBuilder nX(int nX) :outertype: BackgroundCommandBuilder Sets the number of pixels of the images in the x-direction. :param nX: Number of pixels in x. :return: The very same builder object. nY ^^ .. java:method:: public BackgroundCommandBuilder nY(int nY) :outertype: BackgroundCommandBuilder Sets the number of pixels of the images in the y-direction. :param nY: Number of pixels in y. :return: The very same builder object.