TransformGroup group = new TransformGroup( ); . . . Clip clip = new Clip( ); clip.setBackDistance( 30.0 ); . . . clip.setApplicationBounds( bounds ); group.addChild( clip );