GL4Java - frames per second

Does using the following method mean that there will be only fps updates on the canvas each second (even if the virtual machine can handle more)?

gl4java.awt
Class GLAnimCanvas

void setAnimateFps (double fps)
Just set the FramePerSecounds for Animation

I played a little with the parameter, this seems to be the case indeed…