Uses of Enum Class
com.bc.ceres.glayer.support.LayerUtils.SearchMode
Packages that use LayerUtils.SearchMode
Package
Description
Various support classes for the 
com.bc.ceres.glayer API.- 
Uses of LayerUtils.SearchMode in com.bc.ceres.glayer.support
Fields in com.bc.ceres.glayer.support declared as LayerUtils.SearchModeModifier and TypeFieldDescriptionstatic final LayerUtils.SearchModeLayerUtils.SEARCH_DEEPstatic final LayerUtils.SearchModeLayerUtils.SEARCH_FLATMethods in com.bc.ceres.glayer.support that return LayerUtils.SearchModeModifier and TypeMethodDescriptionstatic LayerUtils.SearchModeReturns the enum constant of this class with the specified name.static LayerUtils.SearchMode[]LayerUtils.SearchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bc.ceres.glayer.support with parameters of type LayerUtils.SearchModeModifier and TypeMethodDescriptionstatic LayerLayerUtils.getChildLayer(Layer root, LayerUtils.SearchMode mode, LayerFilter filter) static intLayerUtils.getChildLayerIndex(Layer root, LayerUtils.SearchMode mode, int defaultIndex, LayerFilter filter) LayerUtils.getChildLayers(Layer root, LayerUtils.SearchMode mode, LayerFilter filter)