Uses of Interface
org.webmacro.util.SimpleMapFactory

Packages that use SimpleMapFactory
org.webmacro.util   
 

Uses of SimpleMapFactory in org.webmacro.util
 

Constructors in org.webmacro.util with parameters of type SimpleMapFactory
AbstractScalableMap(int factor, SimpleMapFactory mapFactory)
          Create a new scalable map, that uses factor SimpleMaps.
AbstractScalableMap(SimpleMapFactory mapFactory)