Uses of Enum Class
org.episteme.social.arts.IconographyAnalyzer.SymbolCategory
Packages that use IconographyAnalyzer.SymbolCategory
-
Uses of IconographyAnalyzer.SymbolCategory in org.episteme.social.arts
Subclasses with type arguments of type IconographyAnalyzer.SymbolCategory in org.episteme.social.artsModifier and TypeClassDescriptionstatic enumThematic categories for iconographic symbols.Methods in org.episteme.social.arts that return IconographyAnalyzer.SymbolCategoryModifier and TypeMethodDescriptionIconographyAnalyzer.IconographicSymbol.category()Returns the value of thecategoryrecord component.Returns the enum constant of this class with the specified name.static IconographyAnalyzer.SymbolCategory[]IconographyAnalyzer.SymbolCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.social.arts with parameters of type IconographyAnalyzer.SymbolCategoryModifier and TypeMethodDescriptionIconographyAnalyzer.getSymbolsByCategory(IconographyAnalyzer.SymbolCategory category) Retrieves all symbols belonging to a specific category.Constructors in org.episteme.social.arts with parameters of type IconographyAnalyzer.SymbolCategoryModifierConstructorDescriptionIconographicSymbol(String name, IconographyAnalyzer.SymbolCategory category, String meaning, int startYear, int endYear) Creates an instance of aIconographicSymbolrecord class.