Uses of Enum Class
is.galia.source.SourceFactory.SelectionStrategy
Packages that use SourceFactory.SelectionStrategy
Package
Description
Package for sources, which locate and provide uniform access to source
images.
-
Uses of SourceFactory.SelectionStrategy in is.galia.source
Subclasses with type arguments of type SourceFactory.SelectionStrategy in is.galia.sourceModifier and TypeClassDescriptionstatic enum
How sources are chosen bySourceFactory.newSource(java.lang.String)
.Methods in is.galia.source that return SourceFactory.SelectionStrategyModifier and TypeMethodDescriptionSourceFactory.getSelectionStrategy()
Returns the enum constant of this class with the specified name.static SourceFactory.SelectionStrategy[]
SourceFactory.SelectionStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.