Interface SymbolTableFactory

All Superinterfaces:
org.gvsig.tools.util.Factory
All Known Implementing Classes:
AbstractSymbolTableFactory, AbstractSymbolTableFactory_java5

public interface SymbolTableFactory extends org.gvsig.tools.util.Factory
Author:
jjdelcerro
  • Method Details

    • getName

      String getName()
      Specified by:
      getName in interface org.gvsig.tools.util.Factory
    • create

      SymbolTable create(Object... args)
      Specified by:
      create in interface org.gvsig.tools.util.Factory
    • isAutoload

      boolean isAutoload()