Uses of Enum
de.turnertech.tz.api.TacticalSymbolTag
Packages that use TacticalSymbolTag
Package
Description
Package containing over 800 tactical symbols, and the classes to help locate them.
-
Uses of TacticalSymbolTag in de.turnertech.tz.api
Methods in de.turnertech.tz.api that return TacticalSymbolTagModifier and TypeMethodDescriptionstatic TacticalSymbolTagReturns the enum constant of this type with the specified name.static TacticalSymbolTag[]TacticalSymbolTag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.turnertech.tz.api that return types with arguments of type TacticalSymbolTagModifier and TypeMethodDescriptionstatic Optional<TacticalSymbolTag>Gets the tag instance related to a string. -
Uses of TacticalSymbolTag in de.turnertech.tz.symbol
Methods in de.turnertech.tz.symbol that return types with arguments of type TacticalSymbolTagModifier and TypeMethodDescriptionTacticalSymbol.getTags()Returns the collection of tags associated with this symbolMethods in de.turnertech.tz.symbol with parameters of type TacticalSymbolTagModifier and TypeMethodDescriptionstatic Collection<TacticalSymbol>TacticalSymbolFactory.getTacticalSymbols(TacticalSymbolTag... tags) A search mechanism using "AND" logic to retrieve allTacticalSymbols with all of the desiredTacticalSymbolTagsbooleanTacticalSymbol.hasTag(TacticalSymbolTag tag) Simple check to see if a tag is present.