You can buy this project and download/modify it how often you want.
#set($layout=$generator.computeLayout($profile)) $generator.getPackageId() - Overview #foreach($binding in $profile.getBindings()) #set($bindingLayout=$layout.computeBindingLayout($binding)) #if($bindingLayout.isVisible()) $generator.getText($profile, $binding) #end #end #foreach($unit in $generator.sortUnits($profile.getUnits(false))) #if($layout.isVisible($unit)) #set($translate_x=$layout.computeOffsetX($unit)) #set($translate_y=$layout.computeOffsetY($unit)) #renderSvg($unit) #end #end