BackgroundCommandBuilder¶
-
public interface
BackgroundCommandBuilder¶ Interface BackgroundCommand builders.
Author: Kyle M. Douglass
Methods¶
build¶
-
public BackgroundCommand
build()¶
nX¶
-
public BackgroundCommandBuilder
nX(int nX)¶ Sets the number of pixels of the images in the x-direction.
Parameters: - nX – Number of pixels in x.
Returns: The very same builder object.
nY¶
-
public BackgroundCommandBuilder
nY(int nY)¶ Sets the number of pixels of the images in the y-direction.
Parameters: - nY – Number of pixels in y.
Returns: The very same builder object.