.. java:import:: ch.epfl.leb.sass.models.backgrounds BackgroundCommandBuilder .. java:import:: ch.epfl.leb.sass.models.backgrounds BackgroundCommand .. java:import:: java.util Arrays GenerateRandomBackground.Builder ================================ .. java:package:: ch.epfl.leb.sass.models.backgrounds.internal.commands :noindex: .. java:type:: public static class Builder implements BackgroundCommandBuilder :outertype: GenerateRandomBackground Methods ------- build ^^^^^ .. java:method:: public GenerateRandomBackground build() :outertype: GenerateRandomBackground.Builder featureSize ^^^^^^^^^^^ .. java:method:: public Builder featureSize(double featureSize) :outertype: GenerateRandomBackground.Builder max ^^^ .. java:method:: public Builder max(float max) :outertype: GenerateRandomBackground.Builder min ^^^ .. java:method:: public Builder min(float min) :outertype: GenerateRandomBackground.Builder nX ^^ .. java:method:: public Builder nX(int nX) :outertype: GenerateRandomBackground.Builder nY ^^ .. java:method:: public Builder nY(int nY) :outertype: GenerateRandomBackground.Builder seed ^^^^ .. java:method:: public Builder seed(int seed) :outertype: GenerateRandomBackground.Builder