Uses of Class
de.turnertech.tz.swing.TacticalSymbol
-
Uses of TacticalSymbol in de.turnertech.tz.swing
Methods in de.turnertech.tz.swing that return types with arguments of type TacticalSymbolModifier and TypeMethodDescriptionstatic Optional<TacticalSymbol>TacticalSymbolFactory.getTacticalSymbol(int hashCode) Returns a tactical symbol based on its unique Id (hashCode).static Collection<TacticalSymbol>TacticalSymbolFactory.getTacticalSymbols()Returns the internal storage wrapped in an unmodifiable list.static Collection<TacticalSymbol>TacticalSymbolFactory.getTacticalSymbols(TacticalSymbolTag... tags) A search mechanism using "AND" logic to retrieve allTacticalSymbols with all of the desiredTacticalSymbolTags