Uses of Interface
com.bc.ceres.glayer.LayerFilter
-
Packages that use LayerFilter Package Description com.bc.ceres.glayer The graphical layer API is used to render multi-layer images/displays from various sources.com.bc.ceres.glayer.support Various support classes for thecom.bc.ceres.glayerAPI.com.bc.ceres.glayer.support.filters com.bc.ceres.glayer.swing Swing user interface support for thecom.bc.ceres.glayerAPI. -
-
Uses of LayerFilter in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer with parameters of type LayerFilter Modifier and Type Method Description voidLayer. render(Rendering rendering, LayerFilter filter)Renders the layer.protected voidLayer. renderChildren(Rendering rendering, LayerFilter filter)Renders the child layers of this layer. -
Uses of LayerFilter in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support with parameters of type LayerFilter Modifier and Type Method Description static LayerLayerUtils. getChildLayer(Layer root, LayerUtils.SearchMode mode, LayerFilter filter)static intLayerUtils. getChildLayerIndex(Layer root, LayerUtils.SearchMode mode, int defaultIndex, LayerFilter filter)static List<Layer>LayerUtils. getChildLayers(Layer root, LayerUtils.SearchMode mode, LayerFilter filter)static Collection<Layer[]>LayerUtils. getLayerPaths(Layer root, LayerFilter filter) -
Uses of LayerFilter in com.bc.ceres.glayer.support.filters
Classes in com.bc.ceres.glayer.support.filters that implement LayerFilter Modifier and Type Class Description classAndFilterclassIdFilterclassNameFilterclassNotFilterclassOrFilterMethods in com.bc.ceres.glayer.support.filters that return LayerFilter Modifier and Type Method Description LayerFilterNotFilter. getArg()LayerFilterAndFilter. getArg1()LayerFilterOrFilter. getArg1()LayerFilterAndFilter. getArg2()LayerFilterOrFilter. getArg2()Constructors in com.bc.ceres.glayer.support.filters with parameters of type LayerFilter Constructor Description AndFilter(LayerFilter arg1, LayerFilter arg2)NotFilter(LayerFilter arg)OrFilter(LayerFilter arg1, LayerFilter arg2) -
Uses of LayerFilter in com.bc.ceres.glayer.swing
Methods in com.bc.ceres.glayer.swing that return LayerFilter Modifier and Type Method Description LayerFilterLayerCanvas. getLayerFilter()Methods in com.bc.ceres.glayer.swing with parameters of type LayerFilter Modifier and Type Method Description voidLayerCanvas. setLayerFilter(LayerFilter layerFilter)
-