Uses of Class
org.apache.maven.doxia.site.decoration.Logo

Packages that use Logo
org.apache.maven.doxia.site.decoration   
 

Uses of Logo in org.apache.maven.doxia.site.decoration
 

Methods in org.apache.maven.doxia.site.decoration that return Logo
 Logo Logo.clone()
          Method clone.
 

Methods in org.apache.maven.doxia.site.decoration that return types with arguments of type Logo
 List<Logo> DecorationModel.getPoweredBy()
          Method getPoweredBy.
 

Methods in org.apache.maven.doxia.site.decoration with parameters of type Logo
 void DecorationModel.addPoweredBy(Logo logo)
          Method addPoweredBy.
 void DecorationModel.removePoweredBy(Logo logo)
          Method removePoweredBy.
 

Method parameters in org.apache.maven.doxia.site.decoration with type arguments of type Logo
 void DecorationModel.setPoweredBy(List<Logo> poweredBy)
          Set powered by logos list.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.