All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.templates.profile.svg.vt Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version


#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
    
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy