VASSAL.build.module.map
Class DrawPile.FormattedStringConfig

java.lang.Object
  |
  +--VASSAL.build.module.map.DrawPile.FormattedStringConfig
All Implemented Interfaces:
ConfigurerFactory
Enclosing class:
DrawPile

public static class DrawPile.FormattedStringConfig
extends java.lang.Object
implements ConfigurerFactory


Constructor Summary
DrawPile.FormattedStringConfig()
           
 
Method Summary
 Configurer getConfigurer(AutoConfigurable c, java.lang.String key, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawPile.FormattedStringConfig

public DrawPile.FormattedStringConfig()
Method Detail

getConfigurer

public Configurer getConfigurer(AutoConfigurable c,
                                java.lang.String key,
                                java.lang.String name)
Specified by:
getConfigurer in interface ConfigurerFactory