Uses of Class
com.bc.ceres.glayer.support.LayerUtils.SearchMode
-
Packages that use LayerUtils.SearchMode Package Description com.bc.ceres.glayer.support Various support classes for thecom.bc.ceres.glayer
API. -
-
Uses of LayerUtils.SearchMode in com.bc.ceres.glayer.support
Fields in com.bc.ceres.glayer.support declared as LayerUtils.SearchMode Modifier and Type Field Description static LayerUtils.SearchMode
LayerUtils. SEARCH_DEEP
static LayerUtils.SearchMode
LayerUtils. SEARCH_FLAT
Methods in com.bc.ceres.glayer.support that return LayerUtils.SearchMode Modifier and Type Method Description static LayerUtils.SearchMode
LayerUtils.SearchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LayerUtils.SearchMode[]
LayerUtils.SearchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bc.ceres.glayer.support with parameters of type LayerUtils.SearchMode Modifier and Type Method Description static Layer
LayerUtils. getChildLayer(Layer root, LayerUtils.SearchMode mode, LayerFilter filter)
static int
LayerUtils. getChildLayerIndex(Layer root, LayerUtils.SearchMode mode, int defaultIndex, LayerFilter filter)
static List<Layer>
LayerUtils. getChildLayers(Layer root, LayerUtils.SearchMode mode, LayerFilter filter)
-