Class TacticalSymbolFactory

java.lang.Object
de.turnertech.tz.swing.TacticalSymbolFactory

public class TacticalSymbolFactory extends Object

A static factory class for creating and accessing the tactical symbols provided in this module via a programmer friendly method.

Make sure to call initialise() early in your application startup to get the most expensive part of starting up out of the way. This triggers the reading of the index file and will create an ArrayList of TacticalSymbolResource with instances for every symbol. If not explicitely called, it will be called on the first attempt to access the symbols via getTacticalSymbols().

Since:
1.2
  • Field Details

    • LOGGER_NAME

      public static final String LOGGER_NAME
      We use java.util logging. This is the name of the logger we are using.
      See Also:
  • Method Details