mutator methods are void methods that change the values of instance and static variables they do not necessarily need parameters ( like incrementWidth() ) but often do so that users can have control over the new value that will be assigned.