LibGDX Parallax Scrolling

In a 2D topdown space shooter, it is always classic to have multilevel parallax scrolling space backgrounds. Now, in libGDX I know this is possible, because there is a parallax scrolling demo, but this is without repeating the image. Is there a way, with the libGDX library, to create a multilevel parallax scrolling background?
Thanks, -cMp